Missing EPrint action in Invoice Connector (#301) #86
Annotations
1 error and 13 warnings
Test
Process completed with exit code 1.
|
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/
|
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/
|
Setup .NET
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build:
FortnoxSDK/FortnoxAuthClient.cs#L33
'IStaticTokenAuthWorkflow' is obsolete: '2022-01-09: End-of-life for the static authorization. Use StandardAuth.'
|
Build:
FortnoxSDK/Auth/StaticTokenAuthWorkflow.cs#L12
'IStaticTokenAuthWorkflow' is obsolete: '2022-01-09: End-of-life for the static authorization. Use StandardAuth.'
|
Build:
FortnoxSDK/Search/CustomerSearch.cs#L30
'CustomerSearch.LastModified' hides inherited member 'BaseSearch.LastModified'. Use the new keyword if hiding was intended.
|
Build:
FortnoxSDK/Search/FinancialYearSearch.cs#L17
Obsolete member 'FinancialYearSearch.FinancialYearDate' overrides non-obsolete member 'BaseSearch.FinancialYearDate'
|
Build:
FortnoxSDK/Entities/Tax Reductions/TaxReduction.cs#L86
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
FortnoxSDK/Extensions/FortnoxExtensions.cs#L20
'StaticTokenAuth' is obsolete: '2021-12-09: End-of-life for the static authorization. Use StandardAuth.'
|
Build:
FortnoxSDK.Tests/WarehouseTests.cs#L14
'StaticTokenAuth' is obsolete: '2021-12-09: End-of-life for the static authorization. Use StandardAuth.'
|
Build:
FortnoxSDK.Tests/AuthTests.cs#L49
The variable 'clientSecret' is assigned but its value is never used
|
Build:
FortnoxSDK.Tests/AuthTests.cs#L68
The variable 'clientSecret' is assigned but its value is never used
|
Build:
FortnoxSDK.Tests/AuthTests.cs#L125
'StaticTokenAuth' is obsolete: '2021-12-09: End-of-life for the static authorization. Use StandardAuth.'
|
Loading