TeaDrivenDev
TeaDrivenDev
@7sharp9 No. This happens without any changes to VFPT, just with a newly built `FSharp.Compiler.Service.dll`. @dungpa I referenced the new DLL directly in the projects. I now tried to build...
It would be nicer for the user to disallow installing LiteDB.FSharp with LiteDB 5 in the mean time, instead of having them run into that MissingMethodException. Would you be interested...
@Korporal I'm skeptical whether it's even possible to uninstall the NuGet extension. I don't think it would be a good idea, either, because you probably can't be sure you'll _never_...
Hmmm.... I actually did pretty much the same thing yesterday because the issue came up on Stack Overflow. I think from a design perspective, it might be better to split...
@Worthaboutapig I couldn't find any pull requests or changes related to this either. It has apparently been fixed by at least @theonlylawislove and me, but as the project seemed to...
I am aware of its role in Nancy, but it looked rather dead around the time this issue was opened; there were lots of issues (like this one) and pull...
There are maybe two options here, neither of which seem really feasible from the outside: - Reimplement as an IntelliJ plugin - this would make it work in all JetBrains...
Yes it does. I also noticed it doesn't currently work in VS, but it works fine in Rider.
ReSharper actually manages to do it with their "Rename" refactoring; I don't know what kind of trick or workaround they may be using, though.