David Kean

Results 45 issues of David Kean

While today when a rewrite results in some changes and the branch gets created, git-rocket-filter states: ``` git-rocket-filter.exe -branch NewBranch -k src/Dependencies Rewrite 13d82a21a63221aa6ef9fef618ade8deeb27c6fd (14909/14909) in 277.723s Ref 'refs/heads/NewBranch' was...

enhancement

I've noticed that you have a single binary System.Ben.dll. As it stands, this won't work across the breadth of platforms that run .NET; phones, desktops, nano servers, fridges and Phony's...

This one bit me today, but realized that I'd run into this a bunch in the past but just worked out what caused it. The timeout for getting a response...

enhancement

#### Bug description CPS/.NET Project System both use an interface shaped like below to access IVsXXX interfaces: ``` C# internal interface IVsUIService where T : class? { T Value {...

enhancement
analyzers

#### Bug description VSTHRD004 incorrectly fires on results of methods are returned to the caller. #### Repro steps ``` C# public static JoinableTaskFactory.MainThreadAwaitable SwitchToUIThread(this IProjectThreadingService threading, CancellationToken cancellationToken) { return...

analyzers

We hook up to CPS tracing here: https://github.com/dotnet/project-system/blob/master/src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/Packaging/ManagedProjectSystemPackage.cs#L69, but our package isn't loaded by the time rules are loaded meaning that we miss a bunch of logging around rules. This...

Needs-CPS-work
Feature-Rules/Properties
Triage-Approved

The RESX code generation does not respect the `` metadata item on a `` item. For example, the following: ``` XML Microsoft.VisualStudio.Editors.Designer.resources Designer My.Resources ResXFileCodeGenerator Designer.Designer.vb ``` Should result in...

Bug
Triage-Approved
Feature-Resource-Designer

During debugging we and/or CPS disable certain behaviours (app designer, project reload, delete from project, drag and drop) but leaves others enabled (project unload, remove from project, cut and paste,...

Feature Request
Needs-CPS-work
Feature-Debugging
Triage-Investigate

1. File -> New -> Console Application (.NET Core) 2. Add New Resource called "Resource.en-US.resx In the Error List: ``` Error Custom tool PublicResXFileCodeGenerator failed to produce an output for...

Feature Request
Triage-Investigate
Feature-Resource-Designer

Hey, I'm from the Visual Studio performance team. Our out of memory (OOM) telemetry has detected a pattern WinFormAnimation.dll where it burns large number of threads when the UI thread...

bug
enhancement