benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.74k stars 118 forks source link

Source Generators / Native AOT #215

Open mattjohnsonpint opened 1 year ago

mattjohnsonpint commented 1 year ago

Native AOT is here with .NET 7, and is becoming even bigger with .NET 8. Reflection heavy libraries this one do not work with Native AOT.

The answer is Source Generators.

Is there any appetite for a rewrite of this library that uses source generators instead of reflection?

Thanks.