Replies: 1 comment 5 replies
-
Would be nice if such an attribute was part of the BCL. ImageSharp is dependency-free by design and taking a dependency on |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When writing code like
On rider I'm getting a warning saying

Captured variable is disposed in the outer scope
Since the lambda is executed immediatly I think this warning is a false positive, would it be possible to annotate the func with
[InstanHandle]
(https://www.jetbrains.com/help/rider/Reference__Code_Annotation_Attributes.html#PureAttribute) ?Beta Was this translation helpful? Give feedback.
All reactions