Maxim Korsukov
Maxim Korsukov
**Intro** Looks like Dapper doesn't support `byte` data type in the `IN` clause. ``` Microsoft.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near '@Types'. at Microsoft.Data.SqlClient.SqlCommand.c.b__195_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback,...
- Azure Data Studio Version: `1.48.0` - OS Version: Ubuntu `20.04.6` Steps to Reproduce: 1. Create a new SQL query ```sql select 1 union select 2 union select 3; ```...
**Setup:** - Ubuntu `20.04.6` - .NET SDK `8.0.202` (the only version on machine) - VS Code `1.87.2` - C# extension `2.22.5` (OmniSharp `1.39.11-net6`) - No C# DevKit **VS Code's settings.json**...
Not sure if this is expected or not, but the `Url.RouteUrl` call in ASP.NET Core Razor view doesn't support `Tuple`s. VS Code: `v1.92.2` O# extension: `v2.39.29` ```cs @using Filter =...
There is a tiny formatting issue happening on `section` definition only. VS Code: `v1.92.2` O# extension: `v2.39.29` Initial code: ```cs @section Controls { Office // the rest of HTML ```...