Skip to content

Update dependency coverlet.collector to v10 (#143) #633

Update dependency coverlet.collector to v10 (#143)

Update dependency coverlet.collector to v10 (#143) #633

Triggered via push July 31, 2026 13:14
Status Success
Total duration 49s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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.