Skip to content

feat: Enhance JavaScript code generation with class and namespace exp… #24

feat: Enhance JavaScript code generation with class and namespace exp…

feat: Enhance JavaScript code generation with class and namespace exp… #24

Triggered via push September 26, 2025 03:12
Status Failure
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 13.
build
No files were found with the provided path: bin/Debug/net8.0. No artifacts will be uploaded.
build: lspserver/App.cs#L19
Non-nullable field '_workerSpaceRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: lspserver/App.cs#L23
Nullability of reference types in type of parameter 'sender' of 'void App.Documents_Changed(object sender, TextDocumentChangedEventArgs e)' doesn't match the target delegate 'EventHandler<TextDocumentChangedEventArgs>' (possibly because of nullability attributes).
build: NuGet/NuGetManager.cs#L226
Cannot convert null literal to non-nullable reference type.
build: lspserver/Program.cs#L7
The type name 'srv' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: Diagnostics/Resources/errors.Designer.cs#L25
The type name 'errors' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: Program.cs#L9
The using directive for 'System.CommandLine.Parsing' appeared previously in this namespace
build: Program.cs#L8
The using directive for 'System.CommandLine' appeared previously in this namespace
build: Program.cs#L829
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build: Program.cs#L665
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build: Program.cs#L663
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'