needs work; background services for caching shop and rooms #56
Annotations
3 errors and 10 warnings
build:
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?)
|
build:
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?)
|
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/Queries/RoomSearchQuery.cs#L9
Non-nullable property 'Keywords' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|