C#


ROSLYN.PERFORMANCE.CA1844 : Provide memory-based overrides of async methods when subclassing 'Stream' (C#)

See Roslyn-Detected C# Warning Classes for more information.

Summary

To improve performance, override the memory-based async methods when subclassing 'Stream'. Then implement the array-based methods in terms of the memory-based methods.

This check corresponds to Roslyn rule CA1844. For full rule details, see the Microsoft website: CA1844.

Properties

Class Name Provide memory-based overrides of async methods when subclassing 'Stream' (C#)
Significance reliability
Mnemonic ROSLYN.PERFORMANCE.CA1844
Categories None
Availability Available for C# only.
Enabling Checks for this warning class are enabled by default. To disable them, add the following WARNING_FILTER rule to the project configuration file.
WARNING_FILTER += discard class="Provide memory-based overrides of async methods when subclassing 'Stream' (C#)"

Relevant Configuration File Parameters

The following configuration file parameters affect checks for this warning class.