Skip to content

string concatination #36

string concatination

string concatination #36

Triggered via push November 17, 2023 08:52
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build: EFSorter/Filters/Sorting.cs#L7
Non-nullable property 'SortBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: EFSorter/Filters/Condition.cs#L10
Non-nullable property 'Field' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: EFSorter/Filters/Condition.cs#L10
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: EFSorter/Filters/Condition.cs#L10
Non-nullable property 'Operator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: EFSorter/Filters/Condition.cs#L10
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: EFSorter/Filters/Filter.cs#L19
Dereference of a possibly null reference.
build: EFSorter/Filters/Filter.cs#L20
Dereference of a possibly null reference.
build: EFSorter/Filters/MultiFilter.cs#L8
Non-nullable property 'Filters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.