3.0.2
Breaking changes
CustomHandler is marked as Obsolete in GenerateServiceRegistrationsAttribute. Non-registration functionality is moved to a separate attribute - ScanForTypesAttribute:
[ScanForTypes(AssignableTo = typeof(IEndpoint), Handler = nameof(IEndpoint.MapEndpoint))]
public static partial IEndpointRouteBuilder MapEndpoints(this IEndpointRouteBuilder endpoints);What's Changed
- Update README.md by @InsomniumBR in #50
- Use Embedded API for generator marker attribute by @Copilot in #51
- Add
ScanForTypesAttributeas dedicated attribute for custom type handling by @Copilot in #53 - Add collection return support to ScanForTypes attribute by @Copilot in #55
New Contributors
- @InsomniumBR made their first contribution in #50
- @Copilot made their first contribution in #51
Full Changelog: 2.4.1...3.0.2