Support System Text Json and bump to net8 #71
Annotations
12 warnings
build
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
The following actions uses Node.js version which is deprecated 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:
LNURL/BoltCardHelper.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
LNURL/BoltCardHelper.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
LNURL/Requests/LNURLPayRequest.cs#L105
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
LNURL.Tests/UnitTest1.cs#L130
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
LNURL.Tests/UnitTest1.cs#L204
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
LNURL.Tests/UnitTest1.cs#L273
The variable 'e' is declared but never used
|
build:
LNURL.Tests/UnitTest1.cs#L231
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
LNURL.Tests/UnitTest1.cs#L310
The literal or constant value "error details..." should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestErrorStatus' on type 'UnitTest1'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
build:
LNURL.Tests/UnitTest1.cs#L314
The literal or constant value "error details..." should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestErrorStatus' on type 'UnitTest1'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
build:
LNURL.Tests/UnitTest1.cs#L310
The literal or constant value "error details..." should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestErrorStatus' on type 'UnitTest1'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|