Uh oh!
There was an error while loading. Please reload this page.
Re-instate old methods, but as obsolete - #2228
Conversation
alexeyzimarev
commented
Jun 24, 2024
Nice! Please accept the CLA and I'll merge it. |
alexeyzimarev
commented
Jun 26, 2024
@matt-richardson 👆 could you please do this? it's a requirement for new contributors from .NET Foundation. |
matt-richardson
commented
Jun 26, 2024
Hi @alexeyzimarev. I'm just waiting for company sign off... It's taking longer than I'd like :( |
matt-richardson
commented
Jul 4, 2024
@dotnet-policy-service agree company="Octopus Deploy" |
matt-richardson
commented
Jul 4, 2024
Sorry for the delay - all sorted now! |
matt-richardson
commented
Jul 11, 2024
Thanks for merging and releasing, @alexeyzimarev! Appreciate your work! |
Description
Release 111.0.0 broke a few scenarios, with the changes in #2078 and #2141.
While both of these changes are valuable, they are breaking changes, and they break code generated by https://github.com/OpenAPITools/openapi-generator.
Purpose
This pull request is a:
This PR adds overloads to these methods to re-instate the old behaviour, but flags them as
[Obsolete].(If projects that consume this library has
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>in the csproj, then this can be overridden via<<NoWarn>618</NoWarn>)Checklist