These describe features that exist only in the v7 runtime-reflection line (Skyward.Api.Popcorn).
They have been replaced in v8 by patterns native to ASP.NET Core + System.Text.Json. The
migration guide documents the v8 equivalent for each.
- Authorizers — v8: ASP.NET Core authorization middleware.
- Sorting — v8: endpoint-layer sort, not a framework feature.
- Inspectors — v8:
[PopcornEnvelope]type +UsePopcornExceptionHandler. - Contexts — v8: ASP.NET Core DI.
- Expand From — v8:
[Never]on source + hand factory, or Mapster. - Blind Expansion — v8: standard
JsonConverter<T>.