Skip to content

working on real identity / auth #24

working on real identity / auth

working on real identity / auth #24

Triggered via pull request May 6, 2024 11:02
Status Success
Total duration 3m 52s
Artifacts

pr_validation.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Test-ubuntu-latest: src/DrawTogether.UI/Shared/ConnectedStroke.cs#L9
Non-nullable property 'Stroke' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-ubuntu-latest: src/DrawTogether.Entities/Users/UserId.cs#L3
Parameter 'IdentityName' is unread.
Test-ubuntu-latest: src/DrawTogether.UI/Server/Actors/PaintInstanceActor.cs#L28
Non-nullable field '_streamsDebouncer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-ubuntu-latest: src/DrawTogether.UI/Server/Pages/Error.cshtml.cs#L13
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-ubuntu-latest: src/DrawTogether.UI/Server/Shared/NavMenu.razor#L26
Possible null reference return.
Test-ubuntu-latest: src/DrawTogether.UI/Server/Components/Circle.razor#L14
Non-nullable property 'cursorId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-ubuntu-latest: src/DrawTogether.UI/Server/Pages/Paint.razor#L41
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-ubuntu-latest: src/DrawTogether.UI/Server/Pages/Paint.razor#L47
Non-nullable field '_hubUrl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-ubuntu-latest: src/DrawTogether.UI/Server/Pages/Paint.razor#L48
Non-nullable field '_hubConnection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-windows-latest: src/DrawTogether.Entities/Users/UserId.cs#L3
Parameter 'IdentityName' is unread.
Test-windows-latest: src/DrawTogether.UI/Shared/ConnectedStroke.cs#L9
Non-nullable property 'Stroke' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-windows-latest: src/DrawTogether.UI/Server/Shared/NavMenu.razor#L26
Possible null reference return.
Test-windows-latest: src/DrawTogether.UI/Server/Actors/PaintInstanceActor.cs#L28
Non-nullable field '_streamsDebouncer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-windows-latest: src/DrawTogether.UI/Server/Components/Circle.razor#L14
Non-nullable property 'cursorId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-windows-latest: src/DrawTogether.UI/Server/Pages/Error.cshtml.cs#L13
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-windows-latest: src/DrawTogether.UI/Server/Pages/Paint.razor#L41
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-windows-latest: src/DrawTogether.UI/Server/Pages/Paint.razor#L47
Non-nullable field '_hubUrl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-windows-latest: src/DrawTogether.UI/Server/Pages/Paint.razor#L48
Non-nullable field '_hubConnection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.