Skip to content

Publish Nuget Packages #38

Publish Nuget Packages

Publish Nuget Packages #38

Manually triggered September 20, 2024 10:08
Status Success
Total duration 1m 2s
Artifacts

publish-nuget.yml

on: workflow_dispatch
create_nuget
53s
create_nuget
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
create_nuget
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
create_nuget: src/OneWare.Settings/ViewModels/SettingTypes/CustomSettingViewModel.cs#L13
'CustomSettingViewModel.Setting' hides inherited member 'SettingViewModel.Setting'. Use the new keyword if hiding was intended.
create_nuget: src/OneWare.Settings/ViewModels/SettingTypes/SettingViewModel.cs#L8
Non-nullable property 'Setting' 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/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/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)