Skip to content

add date and dateTime filter #39

add date and dateTime filter

add date and dateTime filter #39

Triggered via push December 7, 2023 11:51
Status Success
Total duration 29s
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/MultiFilter.cs#L8
Non-nullable property 'Filters' 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.