iena
Results
2
issues of
iena
I was looking through the code SqlMapperExtensions.cs in dapper.contrib At line 386 I can find this: ``` var cmd = $"insert into {name} ({sbColumnList}) values ({sbParameterList})"; returnVal = connection.Execute(cmd, entityToInsert,...
Visual Studio Professional 2022 17.7.6 .NET 8.0 SDK (v8.0.100-rc.2) I can't open the solution duo to the error `The SDK 'Microsoft.NET.Sdk.Web' specified could not be found` I updated VS and...