Clement Gutel
Clement Gutel
It would be great to have a doc page about the impact of using the various compatibility level on sql server with `UseCompatibilityLevel`. We're considering using `UseCompatibilityLevel` to avoid the...
```javascript console.log(ssf.format('yyyy-mm', new Date('2023-01-01T00:00:00'))) ``` > 2023-01 => correct Change computer timezone to Alaska ```javascript console.log(ssf.format('yyyy-mm', new Date('2023-01-01T00:00:00'))) ``` > 2022-12 => INCORRECT Note that I tried to raise the...
Formatting numbers only works with double, int and short. Other numeric types should be supported, such as byte, sbyte, ushort, uint, long, ulong, float, decimal. ```csharp var format = new...
See #1027 When interfaces are returned in the graphql response, the **__typename** field must be included in the response of the interface object and it must be the **first** field...
EF Core version: 8.0.3 Database provider: Microsoft.EntityFrameworkCore.SqlServer 8.0.3 Target framework: .NET 8.0 Operating system: Windows 11 x64 IDE: VS 2002 17.8 We are getting a NullReferenceException when trying to add...
- Microsoft.SqlServer.DacFx Version 161.6374.0 - Reproduced on both .NET 6.0 and .NET 7.0 - Windows 11 The `Microsoft.SqlServer.TransactSql.ScriptDom.TSql160Parser` fails to parse the following expression. We noticed the issue on a...
Ideally when renaming the root file, the children files would be renamed too accordingly. It would need to be smart to rename only the prefix of the name and leave...
`CreditNoteService` can list its nested lines in a separate endpoint, currently implemented with `ListLineItems()`. To be consistent with the other nested services, shouldn't it implement `INestedListable`? It would allow for...
Even though our webhook endpoints are pinned to a specific API version, whenever we received events for account.application.authorized / account.application.deauthorized , it seems that the [api version field](https://stripe.com/docs/api/events/object#event_object-api_version) has the...
We are getting intermittent issues when loading apps with the following message:  This seems to happen with several apps. After reloading a few times, it works again.