Fix build on linux #2
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/Abc.Xacml/Runtime/EvaluationEngine.cs#L382
The variable 'ex' is declared but never used
|
Build:
src/Abc.Xacml/Xacml30ProtocolSerializer.cs#L376
Unreachable code detected
|
Build:
src/Abc.Xacml/Runtime/ExtensibilityManager.cs#L29
Using directives should be ordered alphabetically by the namespaces
|
Build:
src/Abc.Xacml/DataTypes/Rfc822Name.cs#L30
Complete the task associated to this 'TODO' comment.
|
Build:
src/Abc.Xacml/DataTypes/XPathExpression.cs#L2
File header file name documentation should match file name.
|
Build:
src/Abc.Xacml/DataTypes/XPathExpression.cs#L25
File name should match first type name
|
Build:
src/Abc.Xacml/Policy/XacmlAnyOf.cs#L58
Private classes which are not derived in the current assembly should be marked as 'sealed'.
|
Build:
src/Abc.Xacml/Runtime/AlgorithmsProcessor.cs#L283
Update this method so that its implementation is not identical to 'RuleFirstApplicable'.
|
Build:
src/Abc.Xacml/Policy/XacmlRuleResult.cs#L21
File name should match first type name
|
Build:
src/Abc.Xacml/Policy/XacmlTarget.cs#L135
Remove this commented out code.
|
Loading