Skip to content

refactor: remove dotnet-libp2p submodule dependency #1115

refactor: remove dotnet-libp2p submodule dependency

refactor: remove dotnet-libp2p submodule dependency #1115

Triggered via push November 7, 2024 08:03
Status Success
Total duration 2m 55s
Artifacts

check-build.yaml

on: push
Fit to window
Zoom out
Zoom in

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
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "ImmutableTrie
check-build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "ImmutableTrie
check-build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "ImmutableTrie
check-build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "ImmutableTrie
check-build: sdk/node/Libplanet.Node/Services/PubsubSwarm.cs#L37
Non-nullable field '_localPeer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
check-build: sdk/node/Libplanet.Node/Protocols/PingPongProtocol.cs#L11
Add a way to break out of this method's recursion. (https://rules.sonarsource.com/csharp/RSPEC-2190)
check-build: sdk/node/Libplanet.Node/Protocols/PingPongProtocol.cs#L57
Add a way to break out of this method's recursion. (https://rules.sonarsource.com/csharp/RSPEC-2190)
check-build: sdk/node/Libplanet.Node/Services/PubsubSwarm.cs#L293
Logging arguments should be passed to the correct parameter. (https://rules.sonarsource.com/csharp/RSPEC-6668)