Skip to content

00_Publish_Nuget_Pkg #7

00_Publish_Nuget_Pkg

00_Publish_Nuget_Pkg #7

Manually triggered November 20, 2024 02:57
Status Success
Total duration 39s
Artifacts

PackNuget.yml

on: workflow_dispatch
Set Project Version
0s
Set Project Version
Build & Publish Nuget Package
24s
Build & Publish Nuget Package
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build & Publish Nuget Package
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build & Publish Nuget Package
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build & Publish Nuget Package: OkonkwoOandaV20/OkonkwoOandaV20App/Program.cs#L64
Converting null literal or possible null value to non-nullable type.
Build & Publish Nuget Package: OkonkwoOandaV20/OkonkwoOandaV20App/Program.cs#L116
Converting null literal or possible null value to non-nullable type.
Build & Publish Nuget Package: OkonkwoOandaV20/OkonkwoOandaV20App/Program.cs#L26
Non-nullable property 'AccountID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Publish Nuget Package: OkonkwoOandaV20/OkonkwoOandaV20App/Program.cs#L137
Non-nullable field '_transactionReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Publish Nuget Package: OkonkwoOandaV20/OkonkwoOandaV20App/Program.cs#L138
Non-nullable field '_transactionsSession' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Publish Nuget Package: OkonkwoOandaV20/OkonkwoOandaV20Tests/Framework/Factories/TransactionFactoryTests.cs#L29
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.