Skip to content

Merge pull request #2 from FmgLib/feature/fix #1

Merge pull request #2 from FmgLib/feature/fix

Merge pull request #2 from FmgLib/feature/fix #1

Triggered via push June 8, 2024 11:09
Status Failure
Total duration 1m 2s
Artifacts

nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
Deploy
Process completed with exit code 1.
Deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, battila7/get-version-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, battila7/get-version-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deploy: FmgLib.HttpClientHelper/ServiceRegistration.cs#L8
Cannot convert null literal to non-nullable reference type.
Deploy: FmgLib.HttpClientHelper/ServiceRegistration.cs#L16
Cannot convert null literal to non-nullable reference type.
Deploy: FmgLib.HttpClientHelper/BasicAuthModel.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deploy: FmgLib.HttpClientHelper/BasicAuthModel.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deploy: FmgLib.HttpClientHelper/ClientResponse.cs#L20
Nullable value type may be null.
Deploy: FmgLib.HttpClientHelper/ClientResponse.cs#L22
Nullable value type may be null.
Deploy: FmgLib.HttpClientHelper/ClientResponse.cs#L24
Nullable value type may be null.
Deploy: FmgLib.HttpClientHelper/SerializerSettings.cs#L7
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deploy: FmgLib.HttpClientHelper/ConvertExtensions.cs#L60
Cannot convert null literal to non-nullable reference type.
Deploy: FmgLib.HttpClientHelper/ConvertExtensions.cs#L69
Possible null reference assignment.