mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Update Readme to add guidance when using .NET 6 Minimal API Program.cs #710
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @schaveyt on GitHub (Oct 17, 2021).
.NET 6 templates are now using the minimal APIs syntax by default. However the existing IWebBuilder extension method is not compatible as the new WebApplicationBuilder ASP.NET class
I propose adding an additional guidance to the Readme: