Simon Cropp

Results 608 comments of Simon Cropp

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 ![image](https://github.com/VerifyTests/DiffEngine/assets/122666/1a9ec36e-1eae-474e-8b1b-8c1465e3a79c)

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?