Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.22k stars 747 forks source link

Fix obsolete messages in vs-bicep properly #14471

Closed StephenWeatherford closed 3 weeks ago

StephenWeatherford commented 3 months ago

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 commented 3 months ago

ILanguageClientMiddleLayer2?