ASP.NET MVC Boilerplate Framework v6.0.0 Release Notes

Release Date: 2019-11-12 // over 4 years ago
    • ⬆️ Upgrade to .NET Core 3 SDK and target netcoreapp3.0.
    • ⬆️ Upgrade to Swashbuckle.AspNetCore version 5.0.0-rc4 for Open API 3 support.
    • 📦 Switch from NuGet PackageIconUrl to PackageIcon, so the icon is now embedded in the package.
    • ➕ Added CorrelationIdOperationFilter operation filter.
    • ➕ Added ProblemDetails schema filter but this is not yet working so it's internal for now. See domaindrivendev/Swashbuckle.AspNetCore#985.
    • ✂ Removed ModelStateDictionary's schema filter.