New Rule Idea: Buffers rented from buffer pools should be returned #9607
Labels
Area: C#
C# rules related issues.
Area: VB.NET
VB.NET rules related issues.
Type: New Rule
Implementation for a rule that HAS been specified.
Buffers allocated using buffer pools such as ArrayPool should be returned after usage.
Noncompliant example
Compliant example
Notes
MemorePool does not have a
Return
and needs more investigation.The text was updated successfully, but these errors were encountered: