Skip to content

simplification returns #55

simplification returns

simplification returns #55

Triggered via push June 12, 2024 03:09
Status Success
Total duration 41s
Artifacts

dotnet-core.yml

on: push
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/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.