-
There is an ExampleConsoleApp wrapper, but most likely Nimator will be used as a Windows Service in production scenarios. It could help to have an example implementation for this.
-
Tried on newly Galaxy Note 20Ultra, and Galaxy Fold @latest China ROM, always crash when hit "Connect".
I have been using Igniter for half a year on multiple Samsung device, including that Galaxy …
-
Both `ICheckResult` and (obiviously) `CheckResult` have setters for these properties:
``` csharp
public NotificationLevel Level { get; set; }
```
and
``` csharp
public string CheckName { get; set; …