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
[release/10.0-rc1] Add trim analysis for implicit constructors (#118854)
* Add trim analysis for implicit constructors
* Fix RequiresExcludeStatics test
* Fix test for native AOT
* Fix test, move to base analyzer
* Clean up whitespace
* Fix RegexLWCGCompiler annotations
This was warning on the implicit ctor.
---------
Co-authored-by: Sven Boemer <sbomer@gmail.com>