Don Syme
Don Syme
> I'm not sure how to tell which PRs are in which release, but the performance appears to have regressed between 41.0.1 (released 6 months ago) and 41.0.3 (released 2...
@samritchie Could you set the environment variable `FSHARP_TcStackGuardDepth=50` in your command prompt prior to building and see if you continue to repro this? Thanks It might be we just have...
Thanks for confirming. > I'll see if I can block out some time next week to do a repro. Please do, if there's been a regression we'd like to know...
I believe the problem is that rename is not considering the type `MyType` and its constructor `MyType()` to be the same thing for the purposes of renaming. This should be...
Actually I tried to repro in latest VS2022 and the rename refactor worked just fine. Are you sure it's not working for you? https://user-images.githubusercontent.com/7204669/170979014-423b9924-3ac0-4be9-8c13-289b257693aa.mp4
This needs the update to .NET 6 for `dotnet fsi` e.g. #12734
@KevinRansom This is still a problem ``` C:\GitHub\dsyme\fsharp>artifacts\bin\fsi\Debug\net6.0\fsi.exe Microsoft (R) F# Interactive version 12.0.0.0 for F# 6.0 Copyright (c) Microsoft Corporation. All Rights Reserved. For help type #help;; > #r...
This feels like a VS bug - does the same thing really not happen for a C# program?
I see the right thing: 
Note it does depend on where you hover