use regex to match webuntis with computer name #75
Annotations
10 warnings
build:
Models/Dto/ApiDto.cs#L53
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#L56
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#L59
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#L60
Possible null reference return.
|
build:
Services/UntisService.cs#L61
Possible null reference return.
|
build:
Services/UntisService.cs#L62
Possible null reference return.
|
build:
Models/Dto/ApiDto.cs#L53
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#L56
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#L59
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#L60
Possible null reference return.
|