1
我在Visual Studio C#Sharp項目中使用了dotnet核心版本1.0.0-preview2-1-003177
。如何在.net核心中使用StreamReader
我不知道如何使用StreamReader
類。 Visual Studio代碼IntelliSense只提供System.IO.Compression
& System.IO.MemoryMappedFiles
而不是System.IO.StreamReader
。
我相信我將不得不將它添加到依賴於project.json,但我不知道是什麼版本,以及如何
"dependencies": {
"System.IO.StreamReader": "--here--"
},