GitHub user rokmeglicbit created a discussion: [iOs] [Maui] { "Operation is not 
supported on this platform."}

I was wondering what is this message in our logs "{ "Operation is not supported 
on this platform."}" and it is from this call.

`var logRepository = LogManager.GetRepository(a);`

It is not a problem, it was just wierd for me, the try/catch did not catch this 
and one of the exceptions handlers did.
The problem was it had no stack trace ... so it took me some time to figure it 
out.

```
AppDomain currentDomain = AppDomain.CurrentDomain;
currentDomain.UnhandledException += CurrentDomain_UnhandledException;
currentDomain.FirstChanceException += CurrentDomain_FirstChanceException;
```

It's not an issue/bug, it is just sharing the info.
Thank you for all the good work.

GitHub link: https://github.com/apache/logging-log4net/discussions/312

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to