← Back to context

Comment by nartho

4 days ago

I don't think they introduced any breaking changes after .NET 6

The only breaking change for us was how .NET 7 introduced [FromServices] which causes controller methods to use dependency injection for attributeless parameters. Confused me at first since it was a rather subtle update that didn't break anything until runtime.