Skip to content

Publish Nuget Packages #51

Publish Nuget Packages

Publish Nuget Packages #51

Manually triggered December 19, 2024 16:55
Status Success
Total duration 1m 34s
Artifacts

publish-nuget.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
create_nuget
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.OssCadSuiteIntegration/OssCadSuiteIntegrationModule.cs#L301
'YosysService.CreateNetListJsonAsync(IProjectFile)' is obsolete: 'Use CreateJsonNetListAsync instead'
create_nuget: src/OneWare.CloudIntegration/Services/OneWareCloudLoginService.cs#L161
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
create_nuget: src/OneWare.CloudIntegration/Services/OneWareCloudLoginService.cs#L154
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
create_nuget: src/OneWare.CloudIntegration/Services/OneWareCloudLoginService.cs#L156
Non-nullable property 'Password' 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#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#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.Vcd.Viewer/VcdViewerModule.cs#L21
'ISettingsService.RegisterTitled<T>(string, string, string, string, string, T)' is obsolete: 'Use RegisterSetting instead'
create_nuget: src/OneWare.Vcd.Viewer/VcdViewerModule.cs#L26
'ISettingsService.RegisterTitledCombo<T>(string, string, string, string, string, T, params T[])' is obsolete: 'Use RegisterSetting instead'
create_nuget: src/OneWare.WaveFormViewer/Views/WaveFormView.axaml.cs#L13
The field 'WaveFormView._horizontalScrollDelta' is assigned but its value is never used