Skip to content

feat: Add IRendererService and implementations of IObservable #1990

feat: Add IRendererService and implementations of IObservable

feat: Add IRendererService and implementations of IObservable #1990

Triggered via push August 30, 2024 01:47
Status Success
Total duration 2m 2s
Artifacts

docs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
docs
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/
docs
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/
docs
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/
docs: src/Libplanet.Common/FixedSizedQueue.cs#L49
Possible null reference assignment.
docs: sdk/node/Libplanet.Node/Services/Renderer/RenderActionErrorObservable.cs#L37
Line must be no longer than 100 characters (now 102).
docs: sdk/node/Libplanet.Node/Services/Renderer/RenderActionObservable.cs#L46
Line must be no longer than 100 characters (now 102).
docs: sdk/node/Libplanet.Node/Services/Renderer/RenderObservables.cs#L12
Line must be no longer than 100 characters (now 106).
docs: sdk/node/Libplanet.Node/Services/Observer.cs#L7
Use NotSupportedException instead of NotImplementedException.
docs: sdk/node/Libplanet.Node/Services/Observer.cs#L12
Use NotSupportedException instead of NotImplementedException.
docs: sdk/node/Libplanet.Node/Services/Observer.cs#L17
Use NotSupportedException instead of NotImplementedException.
docs
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.
docs: 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.