Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 6 upgrade plus minimal APIs #21

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

antoniovalentini
Copy link

@antoniovalentini antoniovalentini commented Aug 16, 2022

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