don't validate audience #81
Annotations
10 warnings
build:
Models/Dto/ApiDto.cs#L58
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#L61
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#L64
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#L58
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#L61
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#L64
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.
|