[iOs] [Maui] { "Operation is not supported on this platform."} #312
rokmeglicbit
started this conversation in
General
Replies: 1 comment 2 replies
|
Hi @rokmeglicbit, can you test with https://github.com/apache/logging-log4net/releases/tag/rc%2F3.4.1-preview.1 ? Jan |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
It's not an issue/bug, it is just sharing the info.
NET 10, MAUI 10.0.100, iOs 26.6.
Thank you for all the good work.
All reactions