v4.2.0 #6
pro.yml
on: release
Create version number
/
version
9s
Build and publish artifact
/
Build
1m 29s
Annotations
28 warnings
Create version number / version
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: gittools/actions/gitversion/[email protected], gittools/actions/gitversion/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and publish artifact / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/CheckoutApi/ShippingOption.cs#L45
'ShippingOption.Price' is obsolete: 'OBSOLETE (Please use 'shippingFee' property instead!)'
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/CheckoutApi/ShippingOption.cs#L45
'ShippingOption.Price' is obsolete: 'OBSOLETE (Please use 'shippingFee' property instead!)'
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/SveaHttpClient.cs#L175
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/CheckoutApi/ShippingOption.cs#L45
'ShippingOption.Price' is obsolete: 'OBSOLETE (Please use 'shippingFee' property instead!)'
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/SveaHttpClient.cs#L175
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/CheckoutApi/ShippingOption.cs#L45
'ShippingOption.Price' is obsolete: 'OBSOLETE (Please use 'shippingFee' property instead!)'
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/SveaHttpClient.cs#L175
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Build and publish artifact / Build:
src/Samples/Sample.AspNetCore.SystemTests/Test/Base/TestBase.cs#L39
'AtataContext.TestName' is obsolete: 'Use Test.Name instead.'
|
Build and publish artifact / Build:
src/Samples/Sample.AspNetCore.SystemTests/Test/Base/TestBase.cs#L85
'AtataContext.CleanUp()' is obsolete: 'Use Dispose instead.'
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/CheckoutApi/ShippingOption.cs#L45
'ShippingOption.Price' is obsolete: 'OBSOLETE (Please use 'shippingFee' property instead!)'
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/SveaHttpClient.cs#L175
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Build and publish artifact / Build:
src/Samples/Sample.AspNetCore.SystemTests/Test/Base/TestBase.cs#L39
'AtataContext.TestName' is obsolete: 'Use Test.Name instead.'
|
Build and publish artifact / Build:
src/Samples/Sample.AspNetCore.SystemTests/Test/Base/TestBase.cs#L85
'AtataContext.CleanUp()' is obsolete: 'Use Dispose instead.'
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK.Tests/UnitTests/ShippingOptionTests.cs#L61
'ShippingOption.Price' is obsolete: 'OBSOLETE (Please use 'shippingFee' property instead!)'
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK.Tests/CheckoutTests.cs#L28
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK.Tests/CheckoutTests.cs#L43
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK.Tests/CheckoutTests.cs#L59
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK.Tests/PaymentAdminTests.cs#L28
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK.Tests/PaymentAdminTests.cs#L43
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK.Tests/PaymentAdminTests.cs#L57
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK.Tests/PaymentAdminTests.cs#L71
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK.Tests/PaymentAdminTests.cs#L88
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK.Tests/PaymentAdminTests.cs#L89
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build and publish artifact / Build:
src/Samples/Sample.AspNetCore.SystemTests/Test/Base/TestBase.cs#L85
'AtataContext.CleanUp()' is obsolete: 'Use Dispose instead.'
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/CheckoutApi/ShippingOption.cs#L45
'ShippingOption.Price' is obsolete: 'OBSOLETE (Please use 'shippingFee' property instead!)'
|
Build and publish artifact / Build:
src/Svea.WebPay.SDK/SveaHttpClient.cs#L175
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Sample.AspNetCore
Expired
|
7.72 MB |
|
Sample.AspNetCore.SystemTests
Expired
|
51.9 MB |
|
Sdk.UnitTests
Expired
|
33.7 MB |
|
packages
Expired
|
181 KB |
|