Marcel Tiede

Results 239 comments of Marcel Tiede

The templates look nice. If anyone is interested in trying it out locally and providing feedback here is very welcome. i agree that the introduction text of the libraries page...

@cameronwhite: What do you thinkg about this change? It would not crash the application anymore if releasing a handle fails and write to stderror.

Hm, you are probably right.

Yeah, I would like to keep the try catch and logging in it's current place. It ensures that 'ReleaseHandle` never fails like the documentation is suggesting. Accessing the object there...

Perhaps the ObjectMapper always holds a weak reference to the instance instead of the ToggleRef and the ObjectHandle contains the ToggleRef directly and calls the ObjectMapper.

The [docs](https://learn.microsoft.com/en-us/dotnet/fundamentals/runtime-libraries/system-accessviolationexception#accessviolationexception-and-trycatch-blocks) read like an `AccessViolationException` can't be caught by try/catch blocks. So this change would potentially not help with https://github.com/PintaProject/Pinta/issues/674

This is not the desired fix. The real bug is #1044.

Great that it works. In general I think unsafe code should only be used in areas where it makes sense to allow native aot to work. Making the whole internal...

I'm open for contributions here. One important thing for me is that the template should still be minimal and easy to adopt or configure to the needs of the user...

Thank you for the feedback. I agree with you. But currently there are still basic things missing as the readme clearly states. Having an easy start surely is important but...