Osvaldo Calles

Results 57 comments of Osvaldo Calles

@danzhu54 you cannot pass the size of the editor via `createSessionWithProjectAndOpenDocument`

This issue is impacting the Test Explorer in the C# Dev Kit Extension. Missing these events causes some tests to be skipped or not recognized properly, leading to a frustrating...

@cdietrich I was wondering if there are any updates or plans to address this issue. This bug affects the Test Explorer in [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) extension, causing tests to be...

_How would we know whether the project supports ARM64, in order to know whether to enable this option?_ Test projects already support ARM64. However, the current behavior deviates from the...

@galvesribeiro could you confirm if "C# DevKit - Test Explorer" output channel shows the following exception ``` ========== Starting test run ========== System.NotImplementedException: The method or operation is not implemented....

Test Explorer is for launching the test projects DLL/EXE under the debugger. We observe that the debugger correctly hits breakpoints inside the test. However, breakpoints in other projects appear to...