Skip to content

Bump NuGet.Protocol from 5.9.3 to 5.11.5 in /YantraJS #303

Bump NuGet.Protocol from 5.9.3 to 5.11.5 in /YantraJS

Bump NuGet.Protocol from 5.9.3 to 5.11.5 in /YantraJS #303

Triggered via pull request June 20, 2023 03:30
Status Failure
Total duration 1m 10s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
build
Process completed with exit code 1.
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build
'JSArrayBuffer.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build
'EventTarget.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build
'DataView.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build
The member 'JSObject.CreateClass(JSContext, bool)' does not hide an accessible member. The new keyword is not required.
build
'JSMath.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Array/Typed/JSTypedArray.prototype.cs#L13
'JSTypedArray.ToString(in Arguments)' hides inherited member 'JSObject.ToString(in Arguments)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Array/Typed/JSTypedArray.prototype.cs#L73
'JSTypedArray.Entries(in Arguments)' hides inherited member 'JSObject.Entries'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Array/Typed/JSTypedArray.prototype.cs#L285
'JSTypedArray.Keys(in Arguments)' hides inherited member 'JSObject.Keys(in Arguments)'. Use the new keyword if hiding was intended.
build: YantraJS.Core/Core/Array/Typed/JSTypedArray.prototype.cs#L619
'JSTypedArray.Values(in Arguments)' hides inherited member 'JSObject.Values(in Arguments)'. Use the new keyword if hiding was intended.
build
'JSTypedArray.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
build: YantraJS.ExpressionCompiler/StackGuard.cs#L15
The variable 'r' is assigned but its value is never used
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.JSClassGenerator/ITypeSymbolExtensions.cs#L11
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider 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 declaring the field as nullable.
build: YantraJS.ExpressionCompiler/LambdaRewriter.cs#L122
Non-nullable field 'RootExpression' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: YantraJS.ExpressionCompiler/Generator/ILCodeGenerator.cs#L44
Non-nullable field 'closureRepository' must contain a non-null value when exiting constructor. Consider 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/Expressions/YLambdaExpression.cs#L18
Possible null reference return.
build: YantraJS.ExpressionCompiler/ClosureSeparator/BoxParamter.cs#L14
Field 'BoxParamter.ParentParameter' is never assigned to, and will always have its default value null