add initial specs documents #369
Annotations
10 errors and 13 warnings
test/vc_test/expression_test.cs#L136
There is no argument given that corresponds to the required parameter 'config' of 'GeneratorContext.GeneratorContext(GeneratorContextConfig)'
|
test/vc_test/expression_test.cs#L158
There is no argument given that corresponds to the required parameter 'config' of 'GeneratorContext.GeneratorContext(GeneratorContextConfig)'
|
test/vc_test/generator_test.cs#L30
No overload for method 'DefineLabel' takes 0 arguments
|
test/vc_test/generator_test.cs#L31
No overload for method 'DefineLabel' takes 0 arguments
|
test/vc_test/il_test.cs#L64
No overload for method 'DefineLabel' takes 0 arguments
|
test/vc_test/il_test.cs#L65
No overload for method 'DefineLabel' takes 0 arguments
|
test/vc_test/generator_test.cs#L190
There is no argument given that corresponds to the required parameter 'config' of 'GeneratorContext.GeneratorContext(GeneratorContextConfig)'
|
test/vc_test/generator_test.cs#L251
No overload for method 'DefineLabel' takes 0 arguments
|
test/vc_test/generator_test.cs#L291
No overload for method 'DefineLabel' takes 0 arguments
|
test/vc_test/generator_test.cs#L292
No overload for method 'DefineLabel' takes 0 arguments
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v1, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, 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/
|
runtime/ishtar.base/emit/ExceptionBlockInfo.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
runtime/ishtar.base/emit/ExceptionBlockInfo.cs#L57
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
runtime/ishtar.base/emit/ILGenerator.cs#L393
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
lib/ast/syntax/ast/expressions/IdentifierExpression.cs#L24
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/ast/syntax/ast/expressions/IdentifierExpression.cs#L17
Nullability of reference types in type of parameter 'other' of 'bool IdentifierExpression.Equals(IdentifierExpression other)' doesn't match implicitly implemented member 'bool IEquatable<IdentifierExpression>.Equals(IdentifierExpression? other)' (possibly because of nullability attributes).
|
lib/ast/syntax/ast/expressions/SyntaxExtensions.cs#L70
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/expressions/LiteralExpressionSyntax.cs#L11
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/AccessorDeclarationSyntax.cs#L7
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/FieldDeclarationSyntax.cs#L9
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/MemberDeclarationSyntax.cs#L12
Cannot convert null literal to non-nullable reference type.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "linux-x64-build", "osx-x64-build", "win-x64-build".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading