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
The Fody-based weaver is removed. Consumers must drop the Stiletto.Fody package and its FodyWeavers.xml entry; the source generator ships in the Stiletto package and runs automatically. 1.0 targets net10.0 only. The public API ([Inject]/[Module]/[Provides]/[Named]/[Singleton]/Container.Create) is unchanged.
Features
replace the Fody weaver with a Roslyn source generator (#45) (d0d99a6)
Bug Fixes
don't misclassify keys that merely nest Provider/Lazy/Set (#42) (4fd3f92)
Documentation
graduate to 1.0.0 and clarify prerelease graduation (#44) (65db585)