Skip to content

Bugfix/various

Bugfix/various #227

Triggered via pull request June 6, 2024 13:01
Status Success
Total duration 2m 39s
Artifacts

dotnetcore.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

47 warnings
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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): 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-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#L96
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): csly-cli-extractor/ParserSpecificationExtractor.cs#L101
Dereference of a possibly null reference.
build (ubuntu-latest): csly-cli-extractor/ParserSpecificationExtractor.cs#L145
Dereference of a possibly null reference.
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/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-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#L96
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): csly-cli-extractor/ParserSpecificationExtractor.cs#L101
Dereference of a possibly null reference.
build (ubuntu-latest): csly-cli-extractor/ParserSpecificationExtractor.cs#L145
Dereference of a possibly null reference.
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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, coverallsapp/github-action@v1.1.1, b3b00/publish-nuget@1.1.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/github-action@v1.1.1, b3b00/publish-nuget@1.1.2. 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 `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): csly-cli-model/lexer/LexerOptions.cs#L15
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/UIndentClause.cs#L12
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/TerminalClause.cs#L20
Non-nullable property 'TokenName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/TerminalClause.cs#L20
Non-nullable property 'ImplicitToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/TerminalClause.cs#L20
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/Rule.cs#L12
Non-nullable property 'NonTerminalName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/Rule.cs#L12
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/Rule.cs#L36
Possible null reference return.
build (windows-latest): csly-cli-model/parser/Rule.cs#L52
Cannot convert null literal to non-nullable reference type.
build (windows-latest): csly-cli-model/parser/Rule.cs#L53
Possible null reference argument for parameter 'attributeName' in 'bool AttributedModel.TryGetFirstValue(string attributeName, out string value)'.
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/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-model/parser/UIndentClause.cs#L12
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/lexer/LexerOptions.cs#L15
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/TerminalClause.cs#L20
Non-nullable property 'TokenName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/TerminalClause.cs#L20
Non-nullable property 'ImplicitToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/TerminalClause.cs#L20
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/Rule.cs#L12
Non-nullable property 'NonTerminalName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): csly-cli-model/parser/Rule.cs#L12
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.