[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