Roman

Results 3 issues of Roman

I occasionally get `Error: Timeout occurred when executing test file` on the build machine which runs the tests via `vstest.console.exe`. I can't really find the pattern, it's very sporadic, therefore...

When a function throws an exception, that exception is shown once in the console but is logged twice to AppInsights (testing that locally in Visual Studio) with different categories: *Host.Results*...

needs-investigation

Hi, we're using the following interface: ```cs [DBusInterface("de.pengutronix.rauc.Installer")] interface IRauc : IDBusObject { Task InstallAsync(string Source); Task InfoAsync(string Bundle); Task MarkAsync(string State, string SlotIdentifier); Task GetSlotStatusAsync(); Task GetPrimaryAsync(); Task WatchCompletedAsync(Action...