razor icon indicating copy to clipboard operation
razor copied to clipboard

`RazorBrokeredServiceImplementation.GetSolutionAsync` is obsolete

Open allisonchou opened this issue 3 years ago • 0 comments

After updating Roslyn package versions in https://github.com/dotnet/razor-tooling/pull/6298, we now receive a warning that RazorBrokeredServiceImplementation.GetSolutionAsync is obsolete. We should replace the current usage with the updated method RunServiceAsync: https://github.com/dotnet/razor-tooling/blob/71edead16834aefba06e9264d66cb18936b71368/src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/RemoteTagHelperProviderService.cs#L39

allisonchou avatar Apr 25 '22 20:04 allisonchou