Results 115 comments of tom-englert

I have already tested this, the only difference is that it now contains all binaries from the mono.cecil package, so that is now on the safe side

@sharwell VSIX-SdkProjectAdapter only ensures that all the necessary targets are executed in the same order as when using the old style project format, so the VSIX container is generated and...

@sharwell I know, I'm using this in my extensions, too: https://github.com/dotnet/ResXResourceManager/blob/master/src/ResXManager.VSIX/Properties/AssemblyInfo.cs However VSIX-SdkProjectAdapter does not automate the inclusion of NuGet dependencies, it just restores the build behavior as it was...

I've created some test project without Fody, so this can be instantly checked within the cecil solution: https://github.com/tom-englert/cecil/tree/%23856 ![image](https://user-images.githubusercontent.com/10229954/173796481-eb956274-f85f-4927-8234-e55d813bfade.png) ![devenv_5EXsg5IJEt](https://user-images.githubusercontent.com/10229954/173795708-4e15d03e-4e35-4669-93c6-dbbae4e7e4f6.gif) Just put a breakpoint on the unit test in the...

I once tried to dig through the code, but gave up. I remember for one experiment that there were some blocks shifted in the file, and an empty block with...

Yes, that seems to be the root cause. For now I have just renamed the file inside VSIX to *.txt, so that's not a blocker.

Good point - I was already thinking about to suggest the same feature. Currently I have turned off R#'s notifications about null checks, but it would be great to have...

Hopefully this great extension is available soon - I'm starving without it!