Dmitry Pavlushin
Dmitry Pavlushin
I am trying to get [PersistenceExample.FsApi](https://github.com/akkadotnet/akka.net/blob/dev/src/examples/PersistenceExample.FsApi/Program.fs) running. I am using the very same code, but I get following exception: ``` Unhandled Exception: System.Exception: Doesn't match at Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression[Command,Event,State](Expression`1 f) at Akka.Persistence.FSharp.spawnPersist[Command,Event,State](IActorRefFactory...
**Describe the bug** Suppose a simple usecase where you need to accept HTTP request, subscribe to event, and send HTTP response when an event occurs: ``` public async Task ControllerMethod()...
Старую версию теперь не пропускает с сообщением "Ваш запрос не прошел проверку на третьей проверочной базе.", пропускает вот это, в чём принципиальная разница я не понимаю.
Imagine I have ```csharp // Oversimplified interface IContainer { T Value { get; set; } } ``` Somewhere in my codebase. For unit-testing purposes I would also have a basic...
There are (at least) two pages in the docs, that describe creating custom assertion methods - [Introduction](https://fluentassertions.com/introduction#subject-identification) and [Extensibility](https://fluentassertions.com/extensibility/#building-your-own-extensions) `[CustomAssertion]` attribute is only mentioned in _Introduction_, along with a description...
I would like my auras to briefly flash a glow when they come of cooldown. Luckily, there is a tool for doing exactly that: it's possible to set up a...
#### **Describe the bug** When using K2Bridge with an Azure Data Explorer (ADX) data source, filtering on fields within a `dynamic` column fails if the field key contains dots (e.g.,...