Skip to content

Publish Nuget Packages #22

Publish Nuget Packages

Publish Nuget Packages #22

Manually triggered March 13, 2024 13:29
Status Success
Total duration 45s
Artifacts

publish-nuget.yml

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

Annotations

6 warnings
create_nuget
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
create_nuget: src/OneWare.ProjectSystem/Models/ProjectEntry.cs#L147
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)
create_nuget: src/OneWare.Essentials/src/OneWare.Essentials/EditorExtensions/BreakPoint.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.