working on real identity / auth #20
Annotations
10 warnings
dotnet build:
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.
|
dotnet build:
src/DrawTogether.Entities/Users/UserId.cs#L3
Parameter 'IdentityName' is unread.
|
dotnet build:
src/DrawTogether.Entities/Drawings/ConnectedStroke.cs#L3
Parameter 'Id' is unread.
|
dotnet build:
src/DrawTogether.Entities/Drawings/DrawingSessionId.cs#L3
Parameter 'SessionId' is unread.
|
dotnet build:
src/DrawTogether.UI/Server/Shared/NavMenu.razor#L26
Possible null reference return.
|
dotnet build:
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.
|
dotnet build:
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.
|
dotnet build:
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.
|
dotnet build:
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.
|
dotnet build:
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.
|
Loading