Richard Cox

Results 5 issues of Richard Cox

### Installed product versions - Visual Studio: 2022 Enterprise 17.0.0. Preview 4 - This extension: 3.5.159 ### Description Trying to add empty file via solution explorer context menu, get popup...

I've see #162 and `: D:\home\data\letsencrypt` contains a `settings.json` that appears valid. What do I need to do to diagnose this? (Running 0.8.7 of the site extension). Stack trace: ```...

### Installed product versions - Visual Studio: [example 2017 Enterprise update 2] - This extension: [example 1.0.25] ### Description I've run the web app under the debugger, a browser is...

Given this `UnitRwsr1.fs` in a Xunit V3 F# project: ```fsharp module Demo.UnitTest1 open Xunit [] let ``This.is.a.valid.name.in.F#`` () = Assert.True(true) ``` Then see this in Visual Studio's (2022 17.12.0.Preview 1.0);...

status: External

In the code below, running (with SDK 10.0.100-rc.1.25451.107) ``` dotnet run ./TestOne.cs 12 23 34 --dats ab bc cd ``` Leads to an exception being thrown ``` Unhandled exception. System.InvalidOperationException:...