[Minimal API parameter binding for argument lists](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-5/#minimal-api-parameter-binding-for-argument-lists) see https://github.com/dotnet/aspnetcore/pull/41325 Put code in https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/minimal-apis/arg-lists/readme.txt and delete readme.txt Use ``` var connection = new SqliteConnection("DataSource=:memory:"); connection.Open(); ``` `@brunolins16` to review
Minimal API parameter binding for argument lists
see dotnet/aspnetcore#41325
Put code in https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/minimal-apis/arg-lists/readme.txt and delete readme.txt
Use
@brunolins16to review