We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6763310 commit 4fe57a7Copy full SHA for 4fe57a7
src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Cohost/CohostRenameEndpointTest.cs
@@ -17,7 +17,7 @@ namespace Microsoft.VisualStudio.Razor.LanguageClient.Cohost;
17
18
public class CohostRenameEndpointTest(ITestOutputHelper testOutputHelper) : CohostEndpointTestBase(testOutputHelper)
19
{
20
- [Fact(Skip = "Roslyn doesn't perform rename in source generated documents")]
+ [Fact]
21
public Task CSharp_Method()
22
=> VerifyRenamesAsync(
23
input: """
0 commit comments