Upgraded to .NET 10, Implemented optional cancellation tokens to canc… - #13
Merged
Annotations
20 warnings
|
UnitTest/AuthenticationTest.cs#L83
Dereference of a possibly null reference.
|
|
UnitTest/AuthenticationTest.cs#L87
Review or remove the assertion as its condition is known to be always true (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0032)
|
|
UnitTest/AuthenticationTest.cs#L83
Nullable value type may be null.
|
|
UnitTest/AuthenticationTest.cs#L83
Dereference of a possibly null reference.
|
|
UnitTest/AuthenticationTest.cs#L87
Review or remove the assertion as its condition is known to be always true (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0032)
|
|
UnitTest/AuthenticationTest.cs#L83
Nullable value type may be null.
|
|
UnitTest/AuthenticationTest.cs#L83
Dereference of a possibly null reference.
|
|
UnitTest/AuthenticationTest.cs#L87
Review or remove the assertion as its condition is known to be always true (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0032)
|
|
UnitTest/AuthenticationTest.cs#L83
Nullable value type may be null.
|
|
UnitTest/AuthenticationTest.cs#L83
Dereference of a possibly null reference.
|
|
Api/Models/House.cs#L51
Non-nullable property 'Geolocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Api/Models/House.cs#L48
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Api/Models/House.cs#L45
Non-nullable property 'ContactDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Api/Models/House.cs#L39
Non-nullable property 'License' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Api/Models/House.cs#L30
Non-nullable property 'Partner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Api/Models/House.cs#L24
Non-nullable property 'TemperatureUnit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Api/Models/House.cs#L18
Non-nullable property 'DateTimeZone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Api/Models/Installation.cs#L37
Non-nullable property 'Devices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Api/Models/House.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Api/Models/Installation.cs#L37
Non-nullable property 'Devices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading