- Notifications
You must be signed in to change notification settings - Fork749
Add context manager protocol for .NET IDisposable types#2568
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Add context manager protocol for .NET IDisposable types#2568
Uh oh!
There was an error while loading.Please reload this page.
Conversation
lostmsu commentedMar 24, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
FYI: tests are not passing |
This seems not related to this PR@lostmsu i tested on mac with .net 8 |
@den-run-ai This is definitely related to PR, master does not seem to be failing these tests. |
michaelblyons commentedMay 1, 2025
For anyone else who is annoyed that the test failures do not provoke backtraces on GitHub's UI,1 here is the output:
My (uninitiated) interpretation is that some cruft is left hanging around despite the Footnotes
|
What does this implement/fix? Explain your changes.
Implemented IDisposable based on this discussion:
#79
@microsoft-github-policy-service agree
Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG