ASP.NET MVC Boilerplate v4.0.0 Release Notes

Release Date: 2020-02-03 // about 4 years ago
  • ASP.NET Core API Boxed

    • ⬆️ Upgrade to ASP.NET Core 3.1.1.
    • ➕ Add Docker option.
    • ➕ Add FxCop and Threading analysers.
    • ➕ Add StyleCop analyser option.
    • ➕ Add Coverlet for code coverage if the test option is enabled.
    • ✅ Use Serilog.Sinks.XUnit for integration tests.
    • 🌲 Log Host, Protocol, Scheme, QueryString, EndpointName, ContentType for each request in Serilog.
    • ⬆️ Bump Boxed.AspNetCore.Swagger to 7.0.0.
    • ⬆️ Bump Microsoft.ApplicationInsights.AspNetCore from 2.12.0 to 2.12.1.
    • ⬆️ Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.43 to 16.4.45.
    • ⬆️ Bump Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer from 4.1.0 to 4.1.1.
    • ⬆️ Bump Serilog.Exceptions from 5.3.1 to 5.4.0.
    • 🛠 Fix some FxCop, Threading and StyleCop warnings.

    ASP.NET Core GraphQL Boxed

    • ⬆️ Upgrade to ASP.NET Core 3.1.1.
    • ➕ Add Docker option.
    • ➕ Add FxCop and Threading analysers.
    • ➕ Add StyleCop analyser option.
    • ➕ Add Coverlet for code coverage if the test option is enabled.
    • ✅ Use Serilog.Sinks.XUnit for integration tests.
    • 🌲 Log Host, Protocol, Scheme, QueryString, EndpointName, ContentType for each request in Serilog.
    • 🌲 Log apollographql client name and version HTTP headers for each request in Serilog if available.
    • ⬆️ Bump Microsoft.ApplicationInsights.AspNetCore from 2.12.0 to 2.12.1.
    • ⬆️ Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.43 to 16.4.45.
    • ⬆️ Bump Serilog.Exceptions from 5.3.1 to 5.4.0.
    • 🛠 Fix some FxCop, Threading and StyleCop warnings.

    Microsoft Orleans Boxed

    • ⬆️ Upgrade to .NET Core 3.1.1.
    • ➕ Add health checks option.
    • ➕ Add FxCop and Threading analysers.
    • ➕ Add StyleCop analyser option.
    • ➕ Add Coverlet for code coverage if the test option is enabled.
    • ✅ Use ITestOutputHelper in integration tests.
    • ⬆️ Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.43 to 16.4.45.
    • ⬆️ Bump Serilog.Exceptions from 5.3.1 to 5.4.0.
    • 🛠 Fix some FxCop, Threading and StyleCop warnings.

    📦 Microsoft NuGet Package Boxed

    • 🆕 New project template added.