.NET 9 Upgrade and CLR Proxy improvements #355
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
|
Loading