Release 3.0.0 #420
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Rules.Framework/Validation/ValidationProvider.cs#L20
Possible null reference return.
|
build:
src/Rules.Framework/Source/UpdateRuleArgs.cs#L5
Non-nullable property 'Rule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Rules.Framework/Source/GetRulesFilteredArgs.cs#L5
Non-nullable property 'Ruleset' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Rules.Framework/Source/GetRulesFilteredArgs.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Rules.Framework/Source/GetRulesArgs.cs#L7
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Rules.Framework/Source/CreateRulesetArgs.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Rules.Framework/Source/AddRuleArgs.cs#L5
Non-nullable property 'Rule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Rules.Framework/RuleAddPriorityOption.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
src/Rules.Framework/RuleAddPriorityOption.cs#L23
Cannot convert null literal to non-nullable reference type.
|
build:
src/Rules.Framework/RuleAddPriorityOption.cs#L57
Cannot convert null literal to non-nullable reference type.
|