Code cleanup only works for C# and not TS with ASP.NET Core 3.1 projects
Answered
I'm using R# 2019.3.1 and VS 16.4.2. Code Cleanup works on all of my other projects, but on the 3.1 projects I get a The key combination is bound to command which is not currently available. It actualy works once or twice after I rebuld the project, but after that I keep getting the same message. This happens only in the typescript files, the C# cleanup works fine.
Please sign in to leave a comment.
Hello Dule,
Does it happen in a newly created solution or just some specific one?
Could you please run Visual Studio with the following command line: 'devenv /ReSharper.LogFile c:\log\resharper.log /ReSharper.LogLevel Verbose', reproduce the issue and send us a corresponding 'resharper.log' file. You can share it privately via "Submit a request" form.
Thank you.
I posted the log.
I think this might be a solution specific issue since it only happens in that solution. I tried creating a new solution and reproducing the problem, but it works fine.
As a result of investigating the following issue was reported - https://youtrack.jetbrains.com/issue/RSRP-477738.
Please follow it to get the latest updates.
As a workaround please disable ReSharper | Options | Environment | General | Read solution model directly.
Thank you.