feat: Add IRendererService and implementations of IObservable #1990
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: Sibz/[email protected]. 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/setup-dotnet@v3, Sibz/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
src/Libplanet.Common/FixedSizedQueue.cs#L49
Possible null reference assignment.
|
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/Observer.cs#L7
Use NotSupportedException instead of NotImplementedException.
|
sdk/node/Libplanet.Node/Services/Observer.cs#L12
Use NotSupportedException instead of NotImplementedException.
|
sdk/node/Libplanet.Node/Services/Observer.cs#L17
Use NotSupportedException instead of NotImplementedException.
|
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.
|
sdk/node/Libplanet.Node.Tests/Services/BlockChainServiceTest.cs#L44
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.
|
This job succeeded
Loading