needs work; background services for caching shop and rooms #56
Annotations
3 errors and 10 warnings
Ankh.Backend/Program.cs#L21
The type or namespace name 'Database' could not be found (are you missing a using directive or an assembly reference?)
|
Ankh.Backend/Program.cs#L21
The type or namespace name 'Database' could not be found (are you missing a using directive or an assembly reference?)
|
|
|
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.
|
Ankh/Converters/RestModelConverter.cs#L19
Converting null literal or possible null value to non-nullable type.
|
Ankh/Models/Queries/RoomSearchQuery.cs#L9
Non-nullable property 'Keywords' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Ankh/Models/Queries/RoomSearchQuery.cs#L14
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Ankh/Models/Queries/RoomSearchQuery.cs#L19
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Ankh/Models/Queries/ProductSearchQuery.cs#L28
Non-nullable property 'FilterText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Ankh/Models/Queries/ProductSearchQuery.cs#L33
Non-nullable property 'FilterName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Ankh/Models/Queries/ProductSearchQuery.cs#L38
Non-nullable property 'PartialAvatarName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Ankh/Models/Queries/ProductSearchQuery.cs#L43
Non-nullable property 'Keywords' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading