getsentry / getsentry/sentry-dotnet
Source Generators for Bindable Options
Open
.NET
Improvement
Repository Maintenance
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.