Skip to content

v1.3.3

Compare
Choose a tag to compare
@tylercamp tylercamp released this 11 Oct 12:54
· 57 commits to master since this release

This release adds further support for ASP.NET Core by considering 2.1-specific APIs.

Improvements:

  • Detect "Microsoft.AspNetCore.App" package references for ASP.NET Core detection
  • Support ControllerBase as a valid base type for controllers
  • Support for [ApiController] attribute on controllers
  • Classes inherit attributes from their base types
  • Support for ASP.NET Core parameter attributes - [FromQuery], [FromFile], [FromRoute], [FromForm], [FromServices]