Fix error messages with argument of the KeyString type
#112
+13
−12
Annotations
2 errors and 22 warnings
|
Pack
Invalid format '1d052d'
|
|
Pack
Unable to process file command 'env' successfully.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Pack:
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.
|
|
Pack:
YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.JSPromise.g.cs#L10
'JSPromise.CreateClass(JSContext, bool)' hides inherited member 'JSObject.CreateClass(JSContext, bool)'. Use the new keyword if hiding was intended.
|
|
Pack:
YantraJS.Core/Generated/YantraJS.JSClassGenerator/YantraJS.JSClassGenerator.JSClassGenerator/YantraJS.Core.JSNumber.g.cs#L9
'JSNumber.JSNumber(JSObject)': new protected member declared in sealed type
|
|
Pack:
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.
|
|
Pack:
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.
|
|
Pack:
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.
|
|
Pack:
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.
|
|
Pack:
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.
|
|
Pack:
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.
|
|
Pack
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
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/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/StackGuard.cs#L15
The variable 'r' is assigned but its value is never used
|
|
Build:
YantraJS.JSClassGenerator/JSClassGenerator.cs#L15
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
|
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/ClassGenerator.cs#L159
Possible null reference argument for parameter 'name' in 'string StringExtensions.ToKeyStringName(string name)'.
|
|
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/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
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Restore dependencies
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
background
wait
wait-all
cancel
Loading