Merge pull request #249 from vein-lang/fixes/generic-adaptation #382
Annotations
10 errors and 13 warnings
test/vc_test/expression_test.cs#L31
'VeinComplexType' does not contain a definition for 'TypeCode' and no accessible extension method 'TypeCode' accepting a first argument of type 'VeinComplexType' could be found (are you missing a using directive or an assembly reference?)
|
test/vc_test/expression_test.cs#L49
'VeinComplexType' does not contain a definition for 'TypeCode' and no accessible extension method 'TypeCode' accepting a first argument of type 'VeinComplexType' could be found (are you missing a using directive or an assembly reference?)
|
test/vc_test/expression_test.cs#L67
'VeinComplexType' does not contain a definition for 'TypeCode' and no accessible extension method 'TypeCode' accepting a first argument of type 'VeinComplexType' could be found (are you missing a using directive or an assembly reference?)
|
test/vc_test/expression_test.cs#L86
'VeinComplexType' does not contain a definition for 'TypeCode' and no accessible extension method 'TypeCode' accepting a first argument of type 'VeinComplexType' could be found (are you missing a using directive or an assembly reference?)
|
test/vc_test/expression_test.cs#L101
'VeinComplexType' does not contain a definition for 'TypeCode' and no accessible extension method 'TypeCode' accepting a first argument of type 'VeinComplexType' could be found (are you missing a using directive or an assembly reference?)
|
test/vc_test/expression_test.cs#L116
'VeinComplexType' does not contain a definition for 'TypeCode' and no accessible extension method 'TypeCode' accepting a first argument of type 'VeinComplexType' could be found (are you missing a using directive or an assembly reference?)
|
test/vc_test/expression_test.cs#L152
'VeinComplexType' does not contain a definition for 'TypeCode' and no accessible extension method 'TypeCode' accepting a first argument of type 'VeinComplexType' could be found (are you missing a using directive or an assembly reference?)
|
test/vc_test/expression_test.cs#L188
'VeinComplexType' does not contain a definition for 'TypeCode' and no accessible extension method 'TypeCode' accepting a first argument of type 'VeinComplexType' could be found (are you missing a using directive or an assembly reference?)
|
test/vc_test/module_test.cs#L38
'VeinMethod' does not contain a definition for 'Arguments' and no accessible extension method 'Arguments' accepting a first argument of type 'VeinMethod' could be found (are you missing a using directive or an assembly reference?)
|
test/vc_test/expression_test.cs#L31
'VeinComplexType' does not contain a definition for 'TypeCode' and no accessible extension method 'TypeCode' accepting a first argument of type 'VeinComplexType' could be found (are you missing a using directive or an assembly reference?)
|
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/
|
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/LiteralExpressionSyntax.cs#L11
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/AliasSyntax.cs#L22
'AliasSyntax.SetPos(Position, int)' hides inherited member 'BaseSyntax.SetPos(Position, int)'. Use the new keyword if hiding was intended.
|
lib/ast/syntax/ast/BaseSyntax.cs#L28
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/BaseSyntax.cs#L31
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/expressions/SyntaxExtensions.cs#L70
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.
|
lib/ast/syntax/ast/ClassDeclarationSyntax.cs#L59
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.
|
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