Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix obsolete messages in vs-bicep properly #14471

Open
StephenWeatherford opened this issue Jul 2, 2024 · 1 comment
Open

Fix obsolete messages in vs-bicep properly #14471

StephenWeatherford opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
devdiv Related to Bicep tooling efforts in DevDiv P2 This is important to be completed, but you may not get to it VisualStudio
Milestone

Comments

@StephenWeatherford
Copy link
Contributor

E.g.

repos\bicep\src\vs-bicep\Bicep.VSLanguageServerClient\MiddleLayerProviders\HandleGotoDefinitionMiddleL
ayer.cs(26,52): error CS0618: 'ILanguageClientMiddleLayer' is obsolete: 'Will be removed in a future version.'

These have been temporarily silenced with this lines:

[Obsolete] // TODO: Fix obsolete errors properly
@StephenWeatherford StephenWeatherford self-assigned this Jul 2, 2024
@StephenWeatherford StephenWeatherford added devdiv Related to Bicep tooling efforts in DevDiv VisualStudio and removed Needs: Triage 🔍 labels Jul 2, 2024
@StephenWeatherford StephenWeatherford added this to the v0.30 milestone Jul 2, 2024
@StephenWeatherford
Copy link
Contributor Author

ILanguageClientMiddleLayer2?

@puicchan puicchan added the P2 This is important to be completed, but you may not get to it label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devdiv Related to Bicep tooling efforts in DevDiv P2 This is important to be completed, but you may not get to it VisualStudio
Projects
Status: Todo
Development

No branches or pull requests

2 participants