Skip to content

.NET 6 upgrade plus minimal APIs#21

Open
antoniovalentini wants to merge 10 commits into
ecampidoglio:masterfrom
antoniovalentini:master
Open

.NET 6 upgrade plus minimal APIs#21
antoniovalentini wants to merge 10 commits into
ecampidoglio:masterfrom
antoniovalentini:master

Conversation

@antoniovalentini

@antoniovalentini antoniovalentini commented Aug 16, 2022

Copy link
Copy Markdown

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 antoniovalentini marked this pull request as ready for review August 16, 2022 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.NET 6 upgrade plus minimal apis

1 participant