Publish Nuget Packages #48
publish-nuget.yml
on: workflow_dispatch
create_nuget
59s
Annotations
9 warnings
create_nuget:
src/OneWare.OssCadSuiteIntegration/ViewModels/IcarusVerilogSimulatorToolbarViewModel.cs#L7
Parameter 'simulator' is unread.
|
create_nuget:
src/OneWare.OssCadSuiteIntegration/OssCadSuiteIntegrationModule.cs#L258
'ISettingsService.RegisterTitledFolderPath(string, string, string, string, string, string, string?, string?, Func<string, bool>?)' is obsolete: 'Use RegisterSetting instead'
|
create_nuget:
src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L20
Non-nullable property 'Hint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
create_nuget:
src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L21
Non-nullable property 'Anchor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
create_nuget:
src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L22
Non-nullable property 'Control' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
create_nuget:
src/OneWare.Essentials/EditorExtensions/BreakPoint.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
create_nuget:
src/OneWare.Essentials/Behaviors/ContextDragBubbleBehavior.cs#L91
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
create_nuget:
src/OneWare.Essentials/Behaviors/ContextDragBubbleBehavior.cs#L142
Avoid "async void" methods, because any exceptions not handled by the method will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD100.md)
|
create_nuget:
src/OneWare.Essentials/LanguageService/LanguageServiceLsp.cs#L141
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|