razor
razor copied to clipboard
`RazorBrokeredServiceImplementation.GetSolutionAsync` is obsolete
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