Merge pull request #11 from mrchrisok/develop #3
PackNuget.yml
on: push
Set Project Version
0s
Build & Publish Nuget Package
20s
Annotations
3 errors and 12 warnings
Build & Publish Nuget Package
File not found: '/home/runner/work/OandaV20.3/OandaV20.3/OkonkwoOandaV20/LICENSE'.
|
Build & Publish Nuget Package
File not found: '/home/runner/work/OandaV20.3/OandaV20.3/OkonkwoOandaV20/LICENSE'.
|
Build & Publish Nuget Package
Process completed with exit code 1.
|
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/TradeLibrary/Rest20TestsBase.cs#L1200
Cannot convert null literal to non-nullable reference type.
|
Build & Publish Nuget Package:
OkonkwoOandaV20/OkonkwoOandaV20Tests/TradeLibrary/Rest20TestsBase.cs#L1237
Cannot convert null literal to non-nullable reference type.
|
Build & Publish Nuget Package:
OkonkwoOandaV20/OkonkwoOandaV20Tests/TradeLibrary/Rest20TestsBase.cs#L1243
Cannot convert null literal to non-nullable reference type.
|
Build & Publish Nuget Package:
OkonkwoOandaV20/OkonkwoOandaV20Tests/Framework/UtilitiesTests.cs#L17
Converting null literal or possible null value to non-nullable type.
|
Build & Publish Nuget Package:
OkonkwoOandaV20/OkonkwoOandaV20Tests/Framework/Factories/TransactionFactoryTests.cs#L22
Dereference of a possibly null reference.
|