Malcolm Learner
Malcolm Learner
I've configured Code Folding in Rider but none of the settings appear to apply to Powershell, nor do any obvious places where folding could apply show as being fold-able. It...
The MultiNodeFactAttribute attribute is obsolete and the Akka.MultiNodeTestRunner NuGet package is being deprecated in favor of the new Akka.MultiNode.TestAdapter NuGet package. Migration should follow the instructions here: https://github.com/akkadotnet/akka.net/discussions/5482'
A new library, Akka.Hosting, is very helpful in configuring clustered Actor Systems. It reduces the hocon required. Akka.Hosting should be incorporated into Akkatecture's sample and base code where applicable. (More...
The artifacts in the last release were published as "Akkatecture.AL" as we, the administrators, did not have write access to the original "Akkatecture" NuGet packages. Now that we have acquired...
The ReadMe.md file for Akkatecture.Examples.Api has a link to outdated Petabridge documentation regarding the integration of Akka.Net to ASP.Net. New documentation is here https://petabridge.com/blog/akkadotnet-aspnetcore/. The ReadMe should include the new...
**Problem** When sending multiple commands, we are not able to correlate the IExecutionResult responses received from aggregate managers. This is not a problem when using a synchronous "Ask" from a...
I diff'ed two instance of `Order` where a new `OrderDetail` instance had been added to the array of one: `changedOrder`. If the `originalOrder` was on the left in the function...