Skip to content

Commit 4c2e17e

Browse files
committed
Fix build
1 parent 17eda37 commit 4c2e17e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/IFileSystemExtensionsTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,8 @@ public bool FileExists(string filePath)
103103

104104
public string ReadFile(string filePath)
105105
=> throw new NotImplementedException();
106+
107+
public Stream ReadStream(string filePath)
108+
=> throw new NotImplementedException();
106109
}
107110
}

0 commit comments

Comments
 (0)