Skip to content

Releases: microsoft/franceconnect-service-provider-dotnet-webapp-aspnetcore

v2.1a

10 Nov 14:52
eb55058
Compare
Choose a tag to compare
  • Migrate to .NET 6.0 LTS (#20)
    • Use new C# features and capabilities
    • Use the new .NET 6.0 hosting model (merging Program and Startup classes to one file)
      The documentation was not yet updated to reflect these changes. Please see #20 to understand these.

See the v2 release for v2 changes and enhancements.

Full Changelog: https://github.com/microsoft/franceconnect-service-provider-dotnet-webapp-aspnetcore/commits/v2.1-DotNet6

v2

18 Oct 19:41
Compare
Choose a tag to compare

New release of the starter kit and documentations, using .NET Core 3.1

Notable Changes

  • Complete migration and refresh of the web app using .NET Core 3.1

  • Add more configuration options related to callback paths and scopes

  • Multiple changes to follow updated FranceConnect specifications for login, logout, and data access.

  • Add a basic instructions webpage

  • Support for the latest SameSite Cookies policies

  • General code improvements, bug fixes, and refactorisations

  • Updated client-side assets management systems

  • Add Github Actions for automated code analysis, build, and deployment of the app

  • Setup InMemory databases for development environments

Complete changelist: https://github.com/microsoft/franceconnect-service-provider-dotnet-webapp-aspnetcore/commits/v2-DotNetCore-3.1

A quick technical migration path from .NET Core 1 Preview to .NET Core 3.1 is provided here