Thom Kiesewetter

Results 6 issues of Thom Kiesewetter

When I tried the following code I get an runtime error. I looks that the asExpandable is not working for select ``` private async Task GetSurveyChapters(int surveyId) { return await...

**Prettier 2.7.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEACVABAZhATqgEgEtUtcIBbVARlRgAtyBXAc3tQGZVgAdKdAagoBDXCyJQAtABs4WGElQA3UQApJkgM4AHYWDi4AxMFXFUkmgEpUAKk4BfSwG4+6eyAA0ICNphFomsigouQA7gAKogiBKMLSocIAnoFeAEa4egDWcDAAysIUcAAyEnDIWHGacGkZYNl5umASLMgwuEzVIHAUqXAAJn39RcJQLEzCLHAAYngiMH6jyCDCTDAQniD0MBTSAOr0RPA6enC50YdESoeJS2CaKSASVbgw4RksIuWVnQBWmgAeuWasgAikwIPAvtIql5dLhnktNHcHtpcBIYLsiH0GMgABwABlh5Cquwy2iWqLgzyUZS8AEdwfA3j4YstNJIoHB+v0Nrg4AyiHy3hNPkgKtDOlUKERWu1JcC4GCIWUxd8vDBhKlMdj6MgAEzqjJEaTNADClFFXU0AFYNkwqgAVTUxcUwkBKDoASSgg1guTAaN8AEEfbkYIlZFCqvZ7EA) ```sh --parser scss ``` **Input:** ```scss @for $i from 1 through 3 { margin-left: var(--spacer#{($i - 1) * 3}); } ``` **Output:** ```scss @for $i from...

type:bug
lang:css/scss/less

Fix nullable return parameters to support c#8

**Example: samples/core/extensions/AppWithPlugin/** **net5.0** Check the .NET target framework(s) being used, and include the version number(s). - [ x] .NET Core - [ ] .NET Framework - [ ] .NET Standard...

4 years ago I did a almost complete rewrite of the sqlClient for fun and to do some performance test. The bulk insert was fast but for small queries the...

I changed the length of een unique index column with give me the message. `The index 'IX_Invoices_ExternalInvoiceId' is dependent on column 'ExternalInvoiceId'. The index 'IX_Invoices_ExternalInvoiceId' is dependent on column 'ExternalInvoiceId'....

type-enhancement
customer-reported
punted-for-2.2
punted-for-3.0
area-migrations
area-sqlserver
punted-for-6.0