Jake Yallop

Results 13 issues of Jake Yallop

### Describe the bug When using `server.https` set to true, subsequently passing the `--https` CLI flag to `vite` causes a ERR_SSL_VERSION_OR_CIPHER_MISMATCH when trying to load the page served by the...

pending triage

### 🔎 Search Terms no-default-lib lib dom ignored cannot resolve HTMLElement ### 🕗 Version & Regression Information This is an unintuitive error that took me a long time to pin...

A model containing a decimal property that is converted to a string before being stored in the database gives the following warning when adding a new migration. ``` No store...

type-bug
customer-reported
area-model-building

It would be nice if we could have assembly autocompletion for the InternalsVisibleTo element, populated with all the assemblies in the current solution. ```xml ```

workspace

### Description Using R2R along with `EnableCompressionInSingleFile=true` regresses startup time compared to using just EnableCompressionInSingleFile without R2R. ### Reproduction Use a new console app with the following added: ```xml win-x64...

tenet-performance
area-crossgen2-coreclr

Great extension! Just a small thing I noticed whilst poking around. I haven't figured out the steps needed to test this locally, buts it's a simple enough chnage hopefully everything...

### Describe the issue or suggestion Passing `nullable` to `` enables errors for the set of all nullability warnings. Documentation was added in https://github.com/dotnet/docs/pull/17094, and seems to have been accidentally...

doc-bug
Pri1
dotnet-csharp/svc
lang-reference/subsvc
okr-health
:pushpin: seQUESTered

Fixes #73740. See tests for some of the corner cases that are now better than before, but not perfect. I opted not to fix all of them due to the...

Area-IDE
Community
untriaged

Given the following code: ```csharp public const int Const = 1; public const byte ConstByte = 1; [Theory] [InlineData(Const)] [InlineData(ConstByte)] public void Test(int a) { } ``` No diagnostics are...

type: Bug
help wanted
area: Analyzers

### Description I was recently made aware of this nifty feature, that Visual Studio can syntax highlight your embedded C# code: ![image](https://github.com/dotnet/roslyn-sdk/assets/30874283/beb43b3c-b76b-4f5c-a6c4-4976a8fc180c). However, currently this requires tests to be written...

Area-MS.CA.Testing