Linker icon indicating copy to clipboard operation
Linker copied to clipboard

.NET 6 upgrade plus minimal APIs

Open antoniovalentini opened this issue 3 years ago • 0 comments

Description

In this PR we try to update the Linker solution to .NET 6, and use minimal APIs.

Main changes

.NET Core .NET 6
MCV Controllers Minimal APIs
Endpoint Name set by Attributes Endpoint Name set by WithName extension
Tests instantiate the Controller itself Tests use WebApplicationFactory

Notes

  • upgrade appveyor Visual Studio image to 2022 to support .NET 6
  • upgrade test nugets to solve an issue with appveyor's workflow

Closes #19

antoniovalentini avatar Aug 16 '22 13:08 antoniovalentini