Skip to content

begin caching rooms, need to fix pagination #65

begin caching rooms, need to fix pagination

begin caching rooms, need to fix pagination #65

Triggered via push June 21, 2024 03:45
Status Success
Total duration 1m 32s
Artifacts

dotnet-core.yml

on: push
Publish to GitHub
40s
Publish to GitHub
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: Ankh/Models/Rework/UserModel.cs#L22
Non-nullable property 'ProfileImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/UserModel.cs#L28
Non-nullable property 'Gender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/UserModel.cs#L12
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/UserModel.cs#L13
Non-nullable property 'Sauce' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/UserModel.cs#L14
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/UserModel.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/UserModel.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/RoomModel.cs#L61
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/RoomModel.cs#L64
Non-nullable property 'Privacy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.