Core v1.2.5 / Abstractions v1.1.0
v1.2.5 - 22 January 2026
- Fix: Avoid naming collisions on generated types when multiple plugins in the same assembly use Type-Safe Images
- Fix: Generate PreImage/PostImage types, even when handler signature does not match
- Fix: Refactored the image registration analyzer to always report XPC3002 for any AddImage usage, regardless of handler syntax (nameof, method reference, or lambda).
XPC3003 is now only reported for lambda invocation with the modern API.
What's Changed
- Refactor image registration analyzer and expand XPC3002 by @mkholt in #4
- fix(SourceGenerator): resolve hint name collision and improve DX for new registrations by @mkholt in #5
Full Changelog: v1.2.4/v1.1.0...v1.2.5/v1.1.0