fredrkl / net-recap

.NET recap. What is new in .net 6 and up
MIT License
1 stars 0 forks source link

.NET recap

Also showcases automatic releases using semantic-release, and automatic dependency updates using Renovate.

.NET recap. What is new in .net 6 ,7 and 8

Renovate

This repo uses the Renovate bot to keep dependencies up to date. I use Renovate over Dependabot because it is more configurable and has more features.

Lessons

Lessons - Records

Lessons - WebAPI

Lessons - feature-explorer

Use Host.CreateApplicationBuilder if:

Use Host.CreateDefaultBuilder if:

Build and release

This repo uses gitmoij commits and the semantic-release GitHub Action to automatically create releases. This means that you should use the following commit message format defined in the .releaserc file. See the gitmoij on how to use gitmoij.