You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
NativeAOT support is very useful for reducing server hosting costs, as it reduces memory usage by quite a bit.
Additional context
Building a NativeAOT app with Bugsnag in the project produces this compiler warning:
/root/.nuget/packages/bugsnag/3.1.0/lib/netstandard2.0/Bugsnag.dll : warning IL2104: Assembly 'Bugsnag' produced trim warnings.
To be fully NativeAOT compatible with no potential runtime issues, there has to be 0 trim warnings.
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for reaching out and submitting this feature request. I've raised this with our product team for further investigation. I don't currently have an firm ETA but If we do decide to support NativeAOT we will update this thread with more information.
Hi @MartinRichards23 👋🏻,
Thanks for your comment. We’ve informed our Product team about your interest in NativeAOT support in Insight Hub/BugSnag.
The ETA for this feature is not known, however we’ll be sure to update this GitHub issue once we have any new information.
MartinRichards23
added a commit
to MartinRichards23/bugsnag-dotnet-AOT
that referenced
this issue
May 1, 2025
Is your feature request related to a problem? Please describe.
NativeAOT support is very useful for reducing server hosting costs, as it reduces memory usage by quite a bit.
Additional context
Building a NativeAOT app with Bugsnag in the project produces this compiler warning:
To be fully NativeAOT compatible with no potential runtime issues, there has to be 0 trim warnings.
The text was updated successfully, but these errors were encountered: