Load Attributes on enum declaration. #91
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L60
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L75
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Model/IEnumDeclaration.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Evaluator/ConstantExpressionSyntaxEvaluator.cs#L87
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Evaluator/ConstantExpressionSyntaxEvaluator.cs#L102
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Evaluator/ConstantExpressionSyntaxEvaluator.cs#L108
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Evaluator/ConstantExpressionSyntaxEvaluator.cs#L114
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
This job succeeded
Loading