Update csly-cli-api.csproj #290
Annotations
56 warnings
build (ubuntu-latest)
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/
|
build (ubuntu-latest)
The following actions use a deprecated Node.js version 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/
|
build (ubuntu-latest):
csly-cli-decompiler/Decompiler.cs#L32
Possible null reference argument for parameter 'lexerType' in 'string Decompiler.Decompile(Type lexerType, Type parserType)'.
|
build (ubuntu-latest):
csly-cli-decompiler/Decompiler.cs#L32
Possible null reference argument for parameter 'parserType' in 'string Decompiler.Decompile(Type lexerType, Type parserType)'.
|
build (ubuntu-latest):
csly-cli-decompiler/ParserDecompiler.cs#L51
Converting null literal or possible null value to non-nullable type.
|
build (ubuntu-latest):
csly-cli-decompiler/ParserDecompiler.cs#L99
Converting null literal or possible null value to non-nullable type.
|
build (ubuntu-latest):
csly-cli-decompiler/LexerDecompiler.cs#L98
Unreachable code detected
|
build (ubuntu-latest):
csly-cli-extractor/ExpressionExtensions.cs#L21
Dereference of a possibly null reference.
|
build (ubuntu-latest):
csly-cli-extractor/ExpressionExtensions.cs#L21
Possible null reference return.
|
build (ubuntu-latest):
csly-cli-extractor/ExpressionExtensions.cs#L30
Dereference of a possibly null reference.
|
build (ubuntu-latest):
csly-cli-extractor/ExpressionExtensions.cs#L30
Possible null reference return.
|
build (ubuntu-latest):
csly-cli-extractor/ParserSpecificationExtractor.cs#L102
Converting null literal or possible null value to non-nullable type.
|
build (ubuntu-latest):
Generated/someParser.cs#L15
Possible null reference return.
|
build (ubuntu-latest):
Generated/someParser.cs#L22
Possible null reference return.
|
build (ubuntu-latest):
Generated/someParser.cs#L29
Possible null reference return.
|
build (ubuntu-latest):
Generated/TemplateParser.cs#L14
Possible null reference return.
|
build (ubuntu-latest):
Generated/TemplateParser.cs#L20
Possible null reference return.
|
build (ubuntu-latest):
Generated/TemplateParser.cs#L26
Possible null reference return.
|
build (ubuntu-latest):
Generated/TemplateParser.cs#L32
Possible null reference return.
|
build (ubuntu-latest):
Generated/TemplateParser.cs#L38
Possible null reference return.
|
build (ubuntu-latest):
Generated/TemplateParser.cs#L44
Possible null reference return.
|
build (ubuntu-latest):
Generated/TemplateParser.cs#L50
Possible null reference return.
|
build (ubuntu-latest)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, coverallsapp/[email protected], b3b00/[email protected], actions/create-release@latest, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, coverallsapp/[email protected], b3b00/[email protected], actions/create-release@latest, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (windows-latest):
Generated/TemplateParser.cs#L14
Possible null reference return.
|
build (windows-latest):
csly-cli-extractor/ExpressionExtensions.cs#L21
Dereference of a possibly null reference.
|
build (windows-latest):
csly-cli-model/tree/OptionSyntaxNode.cs#L10
Cannot convert null literal to non-nullable reference type.
|
build (windows-latest):
csly-cli-model/tree/SyntaxNode.cs#L12
Cannot convert null literal to non-nullable reference type.
|
build (windows-latest):
csly-cli-model/tree/visitor/mermaid/MermaidNode.cs#L20
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
csly-cli-model/tree/visitor/mermaid/MermaidNode.cs#L20
Non-nullable property 'FontColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
csly-cli-model/tree/visitor/MermaidEBNFSyntaxTreeVisitor.cs#L58
Converting null literal or possible null value to non-nullable type.
|
build (windows-latest):
csly-cli-model/tree/visitor/MermaidEBNFSyntaxTreeVisitor.cs#L80
Converting null literal or possible null value to non-nullable type.
|
build (windows-latest):
csly-cli-model/tree/TreeUntyper.cs#L39
Argument of type 'List<ISyntaxNode?>' cannot be used for parameter 'children' of type 'List<ISyntaxNode>' in 'OptionSyntaxNode.OptionSyntaxNode(string name, List<ISyntaxNode> children = null)' due to differences in the nullability of reference types.
|
build (windows-latest):
csly-cli-model/tree/TreeUntyper.cs#L48
Argument of type 'List<ISyntaxNode?>' cannot be used for parameter 'children' of type 'List<ISyntaxNode>' in 'SyntaxNode.SyntaxNode(string name, List<ISyntaxNode> children = null)' due to differences in the nullability of reference types.
|
build (windows-latest):
csly-cli-decompiler/Decompiler.cs#L32
Possible null reference argument for parameter 'lexerType' in 'string Decompiler.Decompile(Type lexerType, Type parserType)'.
|
build (windows-latest):
csly-cli-decompiler/Decompiler.cs#L32
Possible null reference argument for parameter 'parserType' in 'string Decompiler.Decompile(Type lexerType, Type parserType)'.
|
build (windows-latest):
csly-cli-decompiler/ParserDecompiler.cs#L51
Converting null literal or possible null value to non-nullable type.
|
build (windows-latest):
csly-cli-decompiler/ParserDecompiler.cs#L99
Converting null literal or possible null value to non-nullable type.
|
build (windows-latest):
csly-cli-decompiler/LexerDecompiler.cs#L98
Unreachable code detected
|
build (windows-latest):
csly-cli-extractor/ExpressionExtensions.cs#L21
Dereference of a possibly null reference.
|
build (windows-latest):
csly-cli-extractor/ExpressionExtensions.cs#L21
Possible null reference return.
|
build (windows-latest):
csly-cli-extractor/ExpressionExtensions.cs#L30
Dereference of a possibly null reference.
|
build (windows-latest):
csly-cli-extractor/ExpressionExtensions.cs#L30
Possible null reference return.
|
build (windows-latest):
csly-cli-extractor/ParserSpecificationExtractor.cs#L102
Converting null literal or possible null value to non-nullable type.
|
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (windows-latest)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
build (windows-latest)
- Add a dependency group for net7.0 to the nuspec
|
build (windows-latest)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
build (windows-latest)
- Add a dependency group for net7.0 to the nuspec
|
build (windows-latest)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|