Skip to content

move database logic to background worker #57

move database logic to background worker

move database logic to background worker #57

Triggered via push June 13, 2024 05:26
Status Failure
Total duration 51s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: Ankh.Backend/Program.cs#L19
The type or namespace name 'Database' could not be found (are you missing a using directive or an assembly reference?)
build: Ankh.Backend/Program.cs#L19
The type or namespace name 'Database' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
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/Converters/RestModelConverter.cs#L19
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered. However, a pattern with a 'when' clause might successfully match this value.
build: Ankh/Converters/RestModelConverter.cs#L19
Converting null literal or possible null value to non-nullable type.
build: Ankh/Models/Rework/BaseRoomModel.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/BaseRoomModel.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/BaseRoomModel.cs#L23
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/BaseRoomModel.cs#L31
Non-nullable property 'OwnerUsername' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/BaseRoomModel.cs#L38
Non-nullable property 'RoomImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/BaseRoomModel.cs#L44
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Rework/BaseRoomModel.cs#L66
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.