Skip to content

Publish Nuget Packages #7

Publish Nuget Packages

Publish Nuget Packages #7

Manually triggered November 29, 2023 20:47
Status Success
Total duration 1m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

publish-nuget.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
create_nuget: src/OneWare.UniversalFpgaProjectSystem/Parser/UniversalFpgaProjectParser.cs#L27
Possible null reference argument for parameter 'properties' in 'UniversalFpgaProjectRoot.UniversalFpgaProjectRoot(string projectFilePath, JsonObject properties)'.
create_nuget: src/OneWare.UniversalFpgaProjectSystem/Fpga/FpgaBase.cs#L22
Dereference of a possibly null reference.
create_nuget: src/OneWare.UniversalFpgaProjectSystem/Fpga/FpgaBase.cs#L22
Dereference of a possibly null reference.
create_nuget: src/OneWare.UniversalFpgaProjectSystem/Fpga/FpgaBase.cs#L24
Dereference of a possibly null reference.
create_nuget: src/OneWare.UniversalFpgaProjectSystem/Fpga/FpgaBase.cs#L24
Dereference of a possibly null reference.
create_nuget: src/OneWare.UniversalFpgaProjectSystem/Fpga/FpgaBase.cs#L25
Dereference of a possibly null reference.
create_nuget
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Avalonia.Controls.ColorPicker
create_nuget: src/OneWare.SDK/LanguageService/LanguageServiceLsp.cs#L433
'LanguageServiceLsp.ExecuteCommandAsync(Command)' hides inherited member 'LanguageServiceBase.ExecuteCommandAsync(Command)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
create_nuget: src/OneWare.SDK/Controls/SearchBox.axaml.cs#L36
Possible null reference return.
create_nuget: src/OneWare.SDK/EditorExtensions/BreakPoint.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
create_nuget
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Jint
create_nuget
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "OneWare.AvaloniaEdit
create_nuget
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "OneWare.AvaloniaEdit.TextMate
create_nuget: src/OneWare.ProjectSystem/Models/ProjectEntry.cs#L40
Nullability of reference types in return type of 'IImage? ProjectEntry.Icon.get' doesn't match implicitly implemented member 'IImage IProjectEntry.Icon.get' (possibly because of nullability attributes).
create_nuget: src/OneWare.ProjectSystem/Models/ProjectFile.cs#L9
Nullability of reference types in return type of 'IImage? ProjectEntry.Icon.get' doesn't match implicitly implemented member 'IImage IProjectEntry.Icon.get' (possibly because of nullability attributes).
create_nuget: src/OneWare.ProjectSystem/Models/ProjectFolder.cs#L14
Nullability of reference types in return type of 'IImage? ProjectEntry.Icon.get' doesn't match implicitly implemented member 'IImage IProjectEntry.Icon.get' (possibly because of nullability attributes).
create_nuget: src/OneWare.ProjectSystem/Models/ProjectRoot.cs#L6
Nullability of reference types in return type of 'IImage? ProjectEntry.Icon.get' doesn't match implicitly implemented member 'IImage IProjectEntry.Icon.get' (possibly because of nullability attributes).
create_nuget: src/OneWare.ProjectSystem/Models/UniversalProjectRoot.cs#L11
Nullability of reference types in return type of 'IImage? ProjectEntry.Icon.get' doesn't match implicitly implemented member 'IImage IProjectEntry.Icon.get' (possibly because of nullability attributes).
create_nuget: src/OneWare.ProjectSystem/Models/ProjectEntry.cs#L137
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)