Skip to content

robinlarondelle/.NET-6-Minimal-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET-6-Minimal-API

Just a small repo to test some new Minimal API functionality from the new .NET 6 release. Inspired by Nick Chapsas' tutorials

Just look at how small that Program.cs is, isn't it cute?

EndpointDefinitions

The available endpoints are dynamically added using an Assembly scan, which searches for all IEndpointDefinition implementations. Using this, we can clean up our IHostBuilder and Depencency Injection registration.

About

Testing the .NET 6 Minimal API functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages