Simon Cropp
Simon Cropp
or, alternatively, pick a different diff tool. My preference is Beyond Compare
also, a long shot, but i did fix a on process launching in 15.4.4. can u try that version?
> I use this through the Verify Support plugin. the launching of diffs during a test run is not handled by the plugin. you can get diffengine 15.4.4 by updating...
given DiffEngine is just [calling the rider command line](https://github.com/VerifyTests/DiffEngine/blob/main/docs/diff-tool.md#windows-settings-8) i dont think there is much more i can do hear. I suggest you raise it with JetBrains
perhaps @khalidabuhakmeh or @matkoch can help us 
u need to create a new props file and include it in the nuget. adding it to the csproj wont propagate to the nuget
> Our coding guidelines do not allow this as we prefer to see what is pulled in by a class. doesnt moving extensions to the same namespace as the type...
so you are proposing a class per namespace that is being extended? so ``` namespace System.Linq; public static class LinqExtensions { ... } ```
can u share a full code sample for your above "IDE0005 about the non-used using System.Linq; " case
> But because 91 files of them are all the same class, VS hangs for a while when opening one of them. can u elaborate on that?