We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee0602 commit 7a8a963Copy full SHA for 7a8a963
1 file changed
src/Ramstack.FileSystem.Abstractions/Utilities/StreamReaderExtensions.cs
@@ -7,7 +7,7 @@ namespace System.IO;
7
/// <summary>
8
/// Provides extension methods for the <see cref="StreamReader"/> to offer API compatibility with newer .NET versions.
9
/// </summary>
10
-public static class StreamReaderExtensions
+internal static class StreamReaderExtensions
11
{
12
13
/// Reads a line of characters asynchronously from the current stream and returns the data as a string.
0 commit comments