dotnet-presentations / blazor-workshop

Blazor workshop
https://aka.ms/blazorworkshop
MIT License
3.47k stars 1.54k forks source link

Upgrade to .NET 6 #330

Closed csharpfritz closed 2 years ago

csharpfritz commented 2 years ago

Combining the findings of PRs #319, #327, #321

Adding C# 10 features, updating docs and save points

ToDo:

dotnetspark commented 2 years ago

This is great! I just closed #331 because I was missing updating the build props

csharpfritz commented 2 years ago

This is great! I just closed #331 because I was missing updating the build props

I'm updating the docs to include information about codegen for JSON and EF Core... and also adding entries about the PageTitle component

csharpfritz commented 2 years ago

Updated to add the PageTitle tag in the docs. Needs segments added for JSON CodeGen

csharpfritz commented 2 years ago

I'm generating an .editorConfig to add to this with a space indentation set at 4 spaces. I will run dotnet format against all code in the workshop