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