The dispose pattern in #dotnet is a gift that keeps on giving. 🤯
It seems that not even Microsoft is capable of documenting it correctly: https://github.com/dotnet/docs/issues/51019

Example does no longer implement dipose pattern correctly and unmanaged resources are no longer disposed · Issue #51019 · dotnet/docs
Type of issue Code doesn't work Description The example ExampleConjunctiveDisposableusing does no longer implement the dispose pattern correctly. Since this change made by the Copilot AI, the Dispo...
