Skip to content

fix blank in nested string #48

fix blank in nested string

fix blank in nested string #48

Re-run triggered March 6, 2024 15:32
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: NuGet/[email protected], actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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.