Skip to content

.NET 9 Upgrade and CLR Proxy improvements #355

.NET 9 Upgrade and CLR Proxy improvements

.NET 9 Upgrade and CLR Proxy improvements #355

Triggered via push November 30, 2024 13:14
Status Failure
Total duration 36s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: YantraJS.Core/Core/Clr/ClrType.cs#L91
The type or namespace name 'JSFieldInfo' could not be found (are you missing a using directive or an assembly reference?)
build: YantraJS.Core/Core/Clr/ClrType.cs#L126
The type or namespace name 'JSPropertyInfo' could not be found (are you missing a using directive or an assembly reference?)
build: YantraJS.Core/Core/Clr/ClrType.cs#L183
The type or namespace name 'JSMethodInfo' could not be found (are you missing a using directive or an assembly reference?)
build: YantraJS.Core/Core/Clr/ClrType.cs#L216
The type or namespace name 'JSMethodInfo' could not be found (are you missing a using directive or an assembly reference?)
build: YantraJS.Core/Core/Clr/ClrType.cs#L439
The type or namespace name 'JSMethodInfo' could not be found (are you missing a using directive or an assembly reference?)
build: YantraJS.Core/Core/Clr/ClrType.cs#L440
Argument 3: cannot convert from 'string' to 'int'
build: YantraJS.Core/Core/Clr/ClrType.cs#L91
The type or namespace name 'JSFieldInfo' could not be found (are you missing a using directive or an assembly reference?)
build: YantraJS.Core/Core/Clr/ClrType.cs#L126
The type or namespace name 'JSPropertyInfo' could not be found (are you missing a using directive or an assembly reference?)
build: YantraJS.Core/Core/Clr/ClrType.cs#L183
The type or namespace name 'JSMethodInfo' could not be found (are you missing a using directive or an assembly reference?)
build: YantraJS.Core/Core/Clr/ClrType.cs#L216
The type or namespace name 'JSMethodInfo' could not be found (are you missing a using directive or an assembly reference?)
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/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/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/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