use Instants everywhere #82
Annotations
10 warnings
build:
Models/Dto/ApiDto.cs#L60
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Models/Dto/ApiDto.cs#L63
Non-nullable property 'MacAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Models/Dto/ApiDto.cs#L66
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Services/UntisService.cs#L80
Possible null reference return.
|
build:
Services/UntisService.cs#L81
Possible null reference return.
|
build:
Services/UntisService.cs#L82
Possible null reference return.
|
build:
Models/Dto/ApiDto.cs#L60
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Models/Dto/ApiDto.cs#L63
Non-nullable property 'MacAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Models/Dto/ApiDto.cs#L66
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Services/UntisService.cs#L80
Possible null reference return.
|