Jared Parsons

Results 62 issues of Jared Parsons

Right now VsVim and EasyMotion are fighting for the same key strokes. Need to resolve this conflict

Change the manifest and build such that it can handle 2012 as well

The design of EditorUtils NuGet packaging and testing strategy is 5+ years old. It was done at a time when I had less understanding of binding redirects, assembly resolution and...

Please provide a succinct description of the issue. **Repro steps** 1. Clone https://github.com/VsVim/VsVim 2. Checkout the branch dev/jaredpar/fs2009 3. cd src\VimCore 4. run `dotnet build` **Expected behavior** The build completes...

Bug
Impact-Medium
Area-Compiler-CodeGen

DO NOT MERGE. This is a change for a demo. Please ignore. Except if you're reading this while I'm presenting, in which case welcome to chaos compiler debugging.

Area-Compilers

This does not appear to be used anymore in our builds and is making license scanning difficult. closes #63257

Area-Infrastructure

This proposal details how support can be added to the language to allow `ref struct` to be used as generic arguments. While the proposal is functional there are two areas...

*To discuss these plans, please comment on the corresponding issue at https://github.com/dotnet/coreclr/issues/27549.* As we [announced](https://github.com/dotnet/announcements/issues/119) [earlier](https://github.com/dotnet/announcements/issues/127) we are planning on consolidating some of the repositories in the dotnet org. Our...

In it's current form the formatter operates as an extra step in the development process: 1. Write the code for my feature. 2. Run the formatter tool. 3. Send PR....

enhancement