Update dependency coverlet.collector to v10 (#143) #633
Annotations
10 warnings
|
Build:
src/Auth/Models/Entities/Role.cs#L14
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:
src/Auth/Services/PermissionService.cs#L344
Possible null reference assignment.
|
|
Build:
src/Auth/Services/PermissionService.cs#L304
Dereference of a possibly null reference.
|
|
Build:
src/Auth/Services/PermissionService.cs#L295
Dereference of a possibly null reference.
|
|
Build:
src/Auth/Common/Filters/ValidationFailedDto.cs#L18
Dereference of a possibly null reference.
|
|
Build:
src/Auth/Common/Filters/ValidationFailedDto.cs#L28
Non-nullable property 'Field' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Auth/Common/Filters/ValidationFailedDto.cs#L30
Possible null reference assignment.
|
|
Build:
src/Auth/Common/Models/Dto/NameAndUuidDto.cs#L9
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:
src/Auth/Common/Models/Dto/PagedResponse.cs#L14
Non-nullable property 'Links' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Auth/Common/Models/Dto/PagedResponse.cs#L12
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|