Apple analytics native crash loading Avalonia dylib on macOS Ventura public beta 1

Hello there,

Since I updated from Monterey (public Beta) to Ventura (public Beta) I am experiencing a native crash that it's like Apple's analytics is crashing when Avalonia tries to load an image (libAvaloniaNative.dylib).

If I execute /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono64 foo.exe (this is how VS for mac runs my application) my program runs with no issues, but if I execute /Library/Frameworks/Mono.framework/Versions/Current/bin/mono-sgen64 foo.exe (this is how Jetbrains Rider runs my application), then I get a native crash. The funny thing is that mono64 is an alias to mono-sgen64. Same results if I run this from the Terminal. This is happening since I updated my macOS to the new Ventura beta version. It's like executing mono from an alias works, but executing mono from the binary doesn't. Can anyone tell me something I can try to fix or workaround this to be able to debug from Rider?

Please find attached the mono crash report. Thanks a lot in advance