Florian Draxler

Results 2 issues of Florian Draxler

## Describe the Bug When raising a event with `.RaiseAsync()` with a void Delegate like `public delegate void MySampleDelegate(int nummer, bool istAktiviert);` the `.RaiseAsync()` methode gives a `System.NullReferenceException` because it...

bug

Hi this is my best guess on improving information on issue when try to use the `RaiseAsync()` with a void Delegate with a more informativ Exception. this is my first...