SteeltoeOSS / Steeltoe

.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
https://steeltoe.io
Apache License 2.0
1.01k stars 163 forks source link

Make use of nuget depreciation warnings #1241

Open thompson-tomo opened 10 months ago

thompson-tomo commented 10 months ago

Is your feature request related to a problem? Please describe.

End users of the steeltoe packages should be able to tell in nuget which ones are deprecated & what alternative they should use.

Describe the solution you'd like

With the 4.0 release a number of packages will be deprecated for instance:

Thus packages should show a deprecation warning & suggest an alternative they should use ie Polly.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Above list is not a complete & I nearly started implementing hystrix not knowing about the discontinuation.

https://learn.microsoft.com/en-us/nuget/nuget-org/deprecate-packages

thompson-tomo commented 9 months ago

In light of #1244 considerably more packages should be added to this list.