deleted all old code (#36) #59
Annotations
4 warnings
dotnet build:
src/DrawTogether/Components/Pages/Paint.razor#L55
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build:
src/DrawTogether/Components/Draw/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/Components/Pages/Paint.razor#L55
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build:
src/DrawTogether/Components/Draw/Circle.razor#L14
Non-nullable property 'cursorId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading