Feature/generator named methods #185
Annotations
4 errors and 14 warnings
build (ubuntu-latest)
dotnet test failure Command failed: dotnet test -c Debug -p:coverletOutput=lcov.info -p:CollectCoverage=true -p:CoverletOutputFormat=lcov -p:Exclude=\"[Tests]*,[csly-cli]*\" Tests/Tests.csproj
|
build (ubuntu-latest)
ENOENT: no such file or directory, scandir 'Tests'
|
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
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/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#L11
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
csly-cli-model/parser/Rule.cs#L11
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/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/CharacterTransition.cs#L5
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/CharacterTransition.cs#L5
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/CharacterTransition.cs#L5
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/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)
.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)
.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.
|