Viktor (Morin) Vintertass
Viktor (Morin) Vintertass
WebDriverManager.Net don't have any webdriver which support the Raspberry PI architecture. However, to run it natively on Raspberry PI, following Firefox driver can be used: `get https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-linux-aarch64.tar.gz` Make it executable...
### Describe the bug **Service registration:** `AddSingleton(WeakReferenceMessenger.Default)` **Message registration:** `_messenger.Register(this, static (r, m) => m.Reply(r.Action1(m)));` **Behavour:** _Case1:_ If `Action1` is of type `Task` and we do following: ```csharp string response...