Clement Gutel
Clement Gutel
We use vega and it doesn't appear to be possible to format axis ticks (and other objects such as tooltips, text marks) as duration. Consider a data column that contains...
Format string '#,##0.##########' throws error: unsupported format |#,##0.##########|
Is it possible to customize the decimal and thousands separator, or provide a custom locale? Many locales use different separators, such as comma for decimal separator and space for thousands...
The `Transaction.DeviceId` field is currently a string but should be a long.
The `OpenXmlWriter` doesn't appear to have any async overloads. Is it not possible to write in a asynchronous fashion?
- SqlPackage or DacFx Version: 160.6266.0-preview - .NET Framework (Windows-only) or .NET Core: .NET 6.0 (Core) - Environment (local platform and source/target platforms): N/A **Steps to Reproduce:** 1. Create a...
Can you please please open source Microsoft.SqlServer.TransactSql.ScriptDom.dll? The parser is useful, but there are still a lot of gaps that we'd like to contribute to. This doesn't strike me as...
### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [X] Not reproducible...
There seems to be a regression bug related to how EF8 now translates Contains with OPENJSON instead of using IN in previous versions. This applies to SQL server and SQL...
Version: EF Core 5.0 We see in our logs many command error messages. It says "Failed executing DbCommand ..." https://github.com/dotnet/efcore/blob/26c0d2a8f3eab7d92ae9b7bb9dc7aa31a336bd90/src/EFCore.Relational/Properties/RelationalStrings.resx#L449-L452 We want to know what the exception is so that...