Linker
Linker copied to clipboard
.NET 6 upgrade plus minimal APIs
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
appveyorVisual Studio image to2022to support.NET 6 - upgrade test nugets to solve an issue with appveyor's workflow
Closes #19