introduce: IRenderObservables #11403
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Libplanet.Common/FixedSizedQueue.cs#L49
Possible null reference assignment.
|
src/Libplanet.Common/FixedSizedQueue.cs#L49
Possible null reference assignment.
|
sdk/node/Libplanet.Node/Services/BlockChainService.cs#L54
The event 'BlockChainService.BlockAppended' is never used
|
sdk/node/Libplanet.Node/Services/Renderer/IRenderObservables.cs#L12
File is required to end with a single newline character (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1518.md)
|
sdk/node/Libplanet.Node/Services/Renderer/RenderActionErrorObservable.cs#L37
Line must be no longer than 100 characters (now 102).
|
sdk/node/Libplanet.Node/Services/Renderer/RenderActionObservable.cs#L46
Line must be no longer than 100 characters (now 102).
|
sdk/node/Libplanet.Node/Services/Renderer/RenderBlockObservable.cs#L43
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
sdk/node/Libplanet.Node/Services/Renderer/RenderObservables.cs#L12
Line must be no longer than 100 characters (now 106).
|
sdk/node/Libplanet.Node/Services/BlockChainService.cs#L28
Remove this unread private field '_logger' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
Found version-specific or distribution-specific runtime identifier(s): win7. Affected libraries: System.Private.ServiceModel. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
This job succeeded
Loading