Skip to content

Added global this for eval #346

Added global this for eval

Added global this for eval #346

Triggered via push November 3, 2024 09:49
Status Success
Total duration 1m 23s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. 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.Core.DataView.DataView.g.cs#L11
'DataView.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.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.JSWeakMap.g.cs#L10
'JSWeakMap.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.JSModule.g.cs#L10
'JSModule.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.Typed.JSArrayBuffer.g.cs#L11
'JSArrayBuffer.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.JSNumber.g.cs#L9
'JSNumber.JSNumber(JSObject)': new protected member declared in sealed type
build: YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.Typed.JSTypedArray.g.cs#L11
'JSTypedArray.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
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/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/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#L12
Field 'BoxParamter.Expression' is never assigned to, and will always have its default value null
build: YantraJS.ExpressionCompiler/ClosureSeparator/BoxParamter.cs#L14
Field 'BoxParamter.ParentParameter' is never assigned to, and will always have its default value null
build: YantraJS.ExpressionCompiler/ClosureSeparator/BoxParamter.cs#L13
Field 'BoxParamter.Parent' is never assigned to, and will always have its default value null
build: YantraJS.ExpressionCompiler/ClosureSeparator/BoxParamter.cs#L11
Field 'BoxParamter.Create' is never assigned to, and will always have its default value false