Skip to content

INTERPRETER

INTERPRETER #380

Triggered via push October 30, 2024 00:43
Status Failure
Total duration 33s
Artifacts

dotnet.yml

on: push

Annotations

3 errors and 11 warnings
build: ReactWithDotNet.Test/Test/ILHelperTests.cs#L3
The type or namespace name 'ILCodeGeneration' does not exist in the namespace 'ReactWithDotNet' (are you missing an assembly reference?)
build: ReactWithDotNet.Test/Test/ILHelperTests.cs#L3
The type or namespace name 'ILCodeGeneration' does not exist in the namespace 'ReactWithDotNet' (are you missing an assembly reference?)
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: ReactWithDotNet.SourceGenerator/FastSerializeJsonConverterGenerator.cs#L10
'ReactWithDotNet.FastSerializeJsonConverterGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build: ReactWithDotNet/Mixin.1.cs#L340
Unexpected character '0'. See also error CS1056.
build: ReactWithDotNet/Mixin.1.cs#L340
Unexpected character '1'. See also error CS1056.
build: ReactWithDotNet/Mixin.1.cs#L340
Unexpected character '.'. See also error CS1056.
build: ReactWithDotNet/ILCodeGeneration/Models.generated.cs#L190
'ArrayTypeModel.ElementType' hides inherited member 'TypeReferenceModel.ElementType'. Use the new keyword if hiding was intended.
build: ReactWithDotNet/ILCodeGeneration/NativeJs.cs#L35
Method, operator, or accessor 'NativeJs.pop(Array)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
build: ReactWithDotNet/ILCodeGeneration/NativeJs.cs#L37
Method, operator, or accessor 'NativeJs.push(Array, object)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
build: ReactWithDotNet/ILCodeGeneration/NativeJs.cs#L42
Method, operator, or accessor 'AsExtensions.AsObject<T>(T)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
build: ReactWithDotNet/ILCodeGeneration/NativeJs.cs#L44
Method, operator, or accessor 'AsExtensions.As<T>(object)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
build: ReactWithDotNet/ILCodeGeneration/NativeJs.cs#L49
Method, operator, or accessor 'NativeJsHelper.Get(object, string)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.