Replies: 1 comment 2 replies
-
Answering my own question: yes, Akkling requires rebuild with a reference to Akka.NET 1.5 libraries. I've opened PR at Akkling repo: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using Akka.NET in F# together with Akkling library. Until now Akkling never needed an updated for newer Akka.NET packages. It's just a thin wrapper offering F# API to access Akka.NET features. But after updating Akka.NET packages to the version 1.5, many of our tests failed with MissingMethodException.
There are two main types of failures:
System.MissingMethodException: Method not found: 'Void Akka.Event.ILoggingAdapter.Log(Akka.Event.LogLevel, System.String, System.Object[])
System.MissingMethodException: Method not found: 'Void Akka.TestKit.TestKitBase.ExpectNoMsg(System.TimeSpan)'.
I know that both Logging and TestKit had some changes in the version 1.5. Does it mean that Akkling needs a rebuild?
Beta Was this translation helpful? Give feedback.
All reactions