BADF00D
BADF00D
When DisposeCallAttribute is put on an interface method, the implementations and overrides should be treated as dispose calls as well
Checkout this https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/attributes/
There will be an update. But due to the pandemic I had no time left for this project. Meanwhile there is a PR from the community. So it's only a...
Hello, First of all, thank you for reporting. You are right, there is no support for IAsyncDisposable yet. Neither when recognizing nor with CodeFix. Unfortunately, I am currently working on...
the problem is, that GetAwaitExpressionInfo returns null, This might by a problem in roslyn fixed in version 3.x. But in order to upgrade to these, first we have to migrate...
Blocked by #126
Same result with Roslyn 3.3.1
It looks like you want to dispose a undisposed field or property. Is there anything special with the type of the member? Is it a field or property? Is the...
Did you encounter this error once more? Since 8th January I made a lots of bug fixes, maybe this is already fixed. Up to now I was not able to...
Hi, thanks for the suggestion. You are using this with SharpDx, cool. I have a few questions: 1. Is the _SwapChain instance a field, that is disposed when dxgiFactory gets...