Closed moreal closed 4 years ago
I'm not sure the exact cause, but it seems to be a problem with
Planetarium.RocksDBSharp
. We can avoid this problem by raising the TargetFramework ofLibplanet.Explorer.Executable
tonetcoreapp3.1
.
I raised TargetFramework
to netcoreapp3.1
in e37ffb2d3c06a166f0d53c9066563a8b164e7aae, but it failed to build on GitHub Actions on pull request workflow. because it uses .NET Core SDK 2.2.103 there. So I will open new pull-request to raise the version and will request review again after it merged.
PS. the commit, e37ffb2d3c06a166f0d53c9066563a8b164e7aae, has gone because it was resolved in #99 instead.
There seems to be a conflict.
@longfin I resolved the conflict 😀
It resolves a part of #97 by supporting Libplanet.RocksDB implementation.
Sadly, there is a problem that the execution with
dotnet run ~
doesn't work, but fortunately, it works withdotnet Libplanet.Explorer.Explorer.dll ~
. I wonder it's a problem only in my environment. I left also the log.Therefore I opened this pull request as a draft. If the problem was resolved or it was okay to not work with this, I will turn its state to Ready for review.