Skip to content

Update csly-cli-api.csproj #149

Update csly-cli-api.csproj

Update csly-cli-api.csproj #149

Triggered via push May 7, 2024 14:47
Status Failure
Total duration 3m 36s
Artifacts

dotnetcore.yml

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

Annotations

1 error and 45 warnings
build (windows-latest)
😭 error: Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).
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-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-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 (ubuntu-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 (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/parser/Rule.cs#L31
Possible null reference return.
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/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-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/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-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 (ubuntu-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 (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/lexer/ExceptTransition.cs#L5
Non-nullable property 'Repeater' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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, alirezanet/publish-nuget@v3.0.0. 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, alirezanet/publish-nuget@v3.0.0. 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-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-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/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-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/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/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#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/parser/Rule.cs#L31
Possible null reference return.
build (windows-latest): csly-cli-model/lexer/CharacterTransition.cs#L5
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/CharacterTransition.cs#L5
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/CharacterTransition.cs#L5
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.