-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyperion.SerializerOptions exception #118
Comments
|
i met the same exception when i use akkling to creating the actor system. I have the same package version as @jmnowick . I use Visual Studio 2019 with dotnet core 3.0-preview-6 open Akka.FSharp
open Akkling
use system = Akka.FSharp.System.create "system-create" (Akka.FSharp.Configuration.load()) // 1. success
use system = Akka.FSharp.System.create "system-create" ( Configuration.defaultConfig() ) // 2. fail
use system = System.create "my-system" <| Configuration.defaultConfig() // 3. fail The exception of 2 and 3 are same below:
|
Update. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to run the most basic example and I get an exception as follows.
"The type initializer for 'Hyperion.SerializerOptions' threw an exception."
running
Akka 1.3.13
Akkling 0.93
which has Akka.Serialization.Hyperion 1.3.8-beta66
hyperion 0.98
The text was updated successfully, but these errors were encountered: