Closed Kistelekig98 closed 2 years ago
@Kistelekig98 Is this in debug or release mode?
If you try in release mode does it work?
@Kistelekig98 This is the intended behavior and these should not give runtime errors. Null tasks could get added to the Queue in SetParametersAsync
. This is the current design.
Debug mode will show the error, but you can continue the code. If you run in release mode, you won't get any null reference exceptions thrown as they are caught by the catch block.
Can you confirm on your end?
@gismofx Yes, thanks.
When I try to run the test project, the following line throws an exception: TUICalendar.razor.cs:317
If I comment the whole OnParametersSetAsync() method, the program seems to run correctly.