. #167
Annotations
1 error and 47 warnings
build (windows-latest)
😭 error: File does not exist (*.nupkg).
|
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-model/lexer/TransitionChain.cs#L13
Non-nullable property 'StartingNodeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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-model/lexer/TokenModel.cs#L58
Non-nullable property 'Args' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
csly-cli-model/lexer/TokenModel.cs#L58
Non-nullable property 'PushMode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
csly-cli-model/lexer/RangeTransition.cs#L6
Non-nullable property 'Repeater' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
csly-cli-model/lexer/RangeTransition.cs#L6
Non-nullable property 'Mark' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
csly-cli-model/lexer/RangeTransition.cs#L6
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
csly-cli-model/parser/TerminalClause.cs#L19
Non-nullable property 'TokenName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
csly-cli-extractor/ExpressionExtensions.cs#L17
Dereference of a possibly null reference.
|
build (ubuntu-latest):
csly-cli-extractor/ExpressionExtensions.cs#L17
Possible null reference return.
|
build (ubuntu-latest):
csly-cli-extractor/ExpressionExtensions.cs#L26
Dereference of a possibly null reference.
|
build (ubuntu-latest):
csly-cli-extractor/ExpressionExtensions.cs#L26
Possible null reference return.
|
build (ubuntu-latest):
csly-cli-extractor/ParserSpecificationExtractor.cs#L92
Converting null literal or possible null value to non-nullable type.
|
build (ubuntu-latest):
csly-cli-extractor/ParserSpecificationExtractor.cs#L97
Dereference of a possibly null reference.
|
build (ubuntu-latest):
csly-cli-extractor/ParserSpecificationExtractor.cs#L141
Dereference of a possibly null reference.
|
build (ubuntu-latest):
csly-cli-extractor/ParserSpecificationExtractor.cs#L141
Possible null reference argument for parameter 'rootRule' in 'string ParserSpecificationExtractor.Rule(string type, string rootRule, params string[] args)'.
|
build (ubuntu-latest):
csly-cli-extractor/LexerSpecificationExtractor.cs#L238
Dereference of a possibly null reference.
|
build (ubuntu-latest):
csly-cli-extractor/LexerSpecificationExtractor.cs#L251
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/[email protected], brandedoutcast/[email protected], b3b00/[email protected]. 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/[email protected], brandedoutcast/[email protected], b3b00/[email protected]. 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-extractor/ExpressionExtensions.cs#L17
Dereference of a possibly null reference.
|
build (windows-latest):
csly-cli-extractor/ExpressionExtensions.cs#L17
Possible null reference return.
|
build (windows-latest):
csly-cli-extractor/ExpressionExtensions.cs#L26
Dereference of a possibly null reference.
|
build (windows-latest):
csly-cli-extractor/ExpressionExtensions.cs#L26
Possible null reference return.
|
build (windows-latest):
csly-cli-extractor/ParserSpecificationExtractor.cs#L92
Converting null literal or possible null value to non-nullable type.
|
build (windows-latest):
csly-cli-extractor/ParserSpecificationExtractor.cs#L97
Dereference of a possibly null reference.
|
build (windows-latest):
csly-cli-extractor/ParserSpecificationExtractor.cs#L141
Dereference of a possibly null reference.
|
build (windows-latest):
csly-cli-extractor/ParserSpecificationExtractor.cs#L141
Possible null reference argument for parameter 'rootRule' in 'string ParserSpecificationExtractor.Rule(string type, string rootRule, params string[] args)'.
|
build (windows-latest):
csly-cli-extractor/LexerSpecificationExtractor.cs#L238
Dereference of a possibly null reference.
|
build (windows-latest):
csly-cli-extractor/LexerSpecificationExtractor.cs#L251
Dereference of a possibly null reference.
|
build (windows-latest):
csly-cli-model/parser/TerminalClause.cs#L19
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#L19
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/lexer/TransitionChain.cs#L13
Non-nullable property 'StartingNodeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
csly-cli-model/parser/Rule.cs#L9
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/lexer/TokenModel.cs#L58
Non-nullable property 'Args' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
csly-cli-model/lexer/TokenModel.cs#L58
Non-nullable property 'PushMode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
csly-cli-model/parser/Rule.cs#L31
Possible null reference return.
|
build (windows-latest):
csly-cli-model/lexer/RangeTransition.cs#L6
Non-nullable property 'Repeater' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
csly-cli-model/lexer/RangeTransition.cs#L6
Non-nullable property 'Mark' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
csly-cli-model/lexer/RangeTransition.cs#L6
Non-nullable property 'Target' 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.
|