sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Source Generators for Bindable Options

Open jamescrosswell opened this issue 10 months ago • 3 comments

Currently we manually mantain various BindableOptions classes to ensure the Sentry packages are AOT compatible. This results in a bit of manual work and, oftentimes, confusion when adding new properties for the different SentryOptions. That manual work could be automated using SourceGenerators instead.

jamescrosswell avatar Apr 10 '24 08:04 jamescrosswell