Skip to content

Initialization from string fixed #333

Initialization from string fixed

Initialization from string fixed #333

Triggered via push August 15, 2024 12:21
Status Failure
Total duration 1m 1s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 22 warnings
build
Unable to process file command 'env' successfully.
build
Invalid format '6'
build
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/Yantra.Core.Events.EventTarget.g.cs#L11
'EventTarget.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.JSJSON.g.cs#L10
'JSJSON.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.JSArray.g.cs#L10
'JSArray.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.JSObject.g.cs#L10
The member 'JSObject.CreateClass(JSContext, bool)' does not hide an accessible member. The new keyword is not required.
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.JSString.g.cs#L10
The member 'JSString.CreateClass(JSContext, bool)' does not hide an accessible member. The new keyword is not required.
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.Objects.JSMath.g.cs#L11
'JSMath.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.JSSymbol.g.cs#L10
The member 'JSSymbol.CreateClass(JSContext, bool)' does not hide an accessible member. The new keyword is not required.
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.JSMap.g.cs#L10
'JSMap.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.Objects.JSReflect.g.cs#L11
'JSReflect.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.Weak.JSFinalizationRegistry.g.cs#L11
'JSFinalizationRegistry.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build: YantraJS.JSClassGenerator/ITypeSymbolExtensions.cs#L11
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: YantraJS.JSClassGenerator/ITypeSymbolExtensions.cs#L17
Non-nullable field 'Member' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: YantraJS.JSClassGenerator/JSClassGenerator.cs#L27
Nullability of reference types in type of parameter 'enumerations' of 'void JSClassGenerator.GenerateCode(SourceProductionContext context, ImmutableArray<ITypeSymbol> enumerations)' doesn't match the target delegate 'Action<SourceProductionContext, ImmutableArray<ITypeSymbol?>>' (possibly because of nullability attributes).
build: YantraJS.ExpressionCompiler/StackGuard.cs#L15
The variable 'r' is assigned but its value is never used
build: YantraJS.ExpressionCompiler/LambdaRewriter.cs#L122
Non-nullable field 'RootExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: YantraJS.ExpressionCompiler/Expressions/YLambdaExpression.cs#L18
Possible null reference return.
build: YantraJS.ExpressionCompiler/Generator/ILCodeGenerator.cs#L44
Non-nullable field 'closureRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: YantraJS.ExpressionCompiler/Generator/ILCodeGenerator.EmitParameters.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: YantraJS.ExpressionCompiler/Expressions/YExpression.cs#L518
Dereference of a possibly null reference.
build: YantraJS.ExpressionCompiler/ClosureSeparator/BoxParamter.cs#L11
Field 'BoxParamter.Create' is never assigned to, and will always have its default value false