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
Add AOT/trim metadata exposure for NuGet consumers
- Created buildTransitive/TypeGuesser.props to flow AOT/trim compatibility info
- Added IsPackable=false to benchmarks project (prevents accidental packaging)
- buildTransitive props file auto-imports into consuming projects
- Exposes TypeGuesser_IsAotCompatible and TypeGuesser_IsTrimmable properties
This allows package consumers to detect TypeGuesser's AOT/trim compatibility
and make informed decisions about their own build configurations.
0 commit comments