Skip to content

Fixes #101

Fixes #101 #356

Triggered via push November 30, 2024 13:16
Status Success
Total duration 1m 16s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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.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.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.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.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.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.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.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.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.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/Expressions/YLambdaExpression.cs#L18
Possible null reference return.
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/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/YExpression.cs#L518
Dereference of a possibly null reference.
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
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#L12
Field 'BoxParamter.Expression' is never assigned to, and will always have its default value null