Skip to content

fix(cs): enum casing generation #47

fix(cs): enum casing generation

fix(cs): enum casing generation #47

Triggered via push November 18, 2025 09:46
Status Cancelled
Total duration 6m 44s
Artifacts

release.yml

on: push
Package NuGet Packages
0s
Package NuGet Packages
Create GitHub Release
Create GitHub Release
Publish to NuGet
Publish to NuGet
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 18 warnings
tests / test
The run was canceled by @andrewmd5.
tests / test
The operation was canceled.
Release
The run was canceled by @andrewmd5.
Release
The run was canceled by @andrewmd5.
tests / test: hosts/dotnet/Hako/Host/CModule.cs#L225
XML comment has cref attribute 'UsePrivateValue{T}' that could not be resolved
tests / test: hosts/dotnet/Hako/Host/CModule.cs#L180
XML comment has cref attribute 'WithPrivateValue' that could not be resolved
tests / test: hosts/dotnet/Hako/Extensions/CollectionExtensions.cs#L23
Ambiguous reference in cref attribute: 'ToJSArrayOf{T}'. Assuming 'CollectionExtensions.ToJSArrayOf<T>(T[], Realm)', but could have also matched other overloads including 'CollectionExtensions.ToJSArrayOf<T>(List<T>, Realm)'.
tests / test: hosts/dotnet/Hako/Builders/ModuleLoaderBuilder.cs#L118
XML comment has cref attribute 'HakoException' that could not be resolved
tests / test: hosts/dotnet/Hako/Host/HakoRuntime.cs#L789
Dereference of a possibly null reference.
tests / test: hosts/dotnet/Hako/Host/HakoRuntime.cs#L216
Unreachable code detected
tests / test: hosts/dotnet/Hako/Host/CModule.cs#L163
Possible null reference argument for parameter 'moduleName' in 'void CallbackManager.UnregisterModuleInitHandler(string moduleName)'.
tests / test: hosts/dotnet/Hako/VM/JSClass.cs#L93
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
tests / test
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
tests / test
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
tests / test: hosts/dotnet/Hako.SourceGenerator/JSBindingGenerator.cs#L11
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)
tests / test: hosts/dotnet/Hako.SourceGenerator/JSBindingGenerator.Documentation.cs#L390
Dereference of a possibly null reference.
tests / test: hosts/dotnet/Hako.SourceGenerator/JSBindingGenerator.Documentation.cs#L388
Dereference of a possibly null reference.
tests / test: hosts/dotnet/Hako.SourceGenerator/JSBindingGenerator.Documentation.cs#L75
Dereference of a possibly null reference.
tests / test: hosts/dotnet/Hako.SourceGenerator/JSBindingGenerator.Documentation.cs#L29
Dereference of a possibly null reference.
tests / test: hosts/dotnet/Hako.Analyzers/ModuleExportCodeFixProvider.cs#L267
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
tests / test: hosts/dotnet/Hako.Analyzers/ModuleExportCodeFixProvider.cs#L182
Possible null reference argument for parameter 'document' in 'Task<ImmutableArray<Diagnostic>> FixAllContext.GetDocumentDiagnosticsAsync(Document document)'.
tests / test: hosts/dotnet/Hako.Analyzers/ModuleExportCodeFixProvider.cs#L54
Possible null reference argument for parameter 'exportName' in 'Task<Document> ModuleExportCodeFixProvider.AddMissingExportAsync(Document document, InvocationExpressionSyntax setExportInvocation, string exportName, CancellationToken cancellationToken)'.