You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
Add "..\\Razor\\src" into sources property of Mvc\global.json
Run build.cmd in Mvc dir
Output errors:
info: Exec
info: program: cmd
info: commandline: /C kpm build src\Microsoft.AspNet.Mvc.Razor --configuration debug
info: workingdir: C:\Users\wwa\Documents\ProjectK\Universe\Mvc
C:\Users\wwa\Documents\ProjectK\Universe\Mvc\src\Microsoft.AspNet.Mvc.Razor\Compilation\RoslynCompilationService.cs(53,3
0): error CS0012: The type 'Stream' is defined in an assembly that is not referenced. You must add a reference to assemb
ly 'System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
C:\Users\wwa\Documents\ProjectK\Universe\Mvc\src\Microsoft.AspNet.Mvc.Razor\Compilation\RoslynCompilationService.cs(73,3
4): error CS0012: The type 'Stream' is defined in an assembly that is not referenced. You must add a reference to assemb
ly 'System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
C:\Users\wwa\Documents\ProjectK\Universe\Mvc\src\Microsoft.AspNet.Mvc.Razor\Compilation\RoslynCompilationService.cs(77,3
4): error CS0012: The type 'Stream' is defined in an assembly that is not referenced. You must add a reference to assemb
ly 'System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
C:\Users\wwa\Documents\ProjectK\Universe\Mvc\src\Microsoft.AspNet.Mvc.Razor\Compilation\RoslynCompilationService.cs(144,
28): error CS0012: The type 'Stream' is defined in an assembly that is not referenced. You must add a reference to assem
bly 'System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
C:\Users\wwa\Documents\ProjectK\Universe\Mvc\src\Microsoft.AspNet.Mvc.Razor\Compilation\RoslynCompilationService.cs(163,
32): error CS0012: The type 'Stream' is defined in an assembly that is not referenced. You must add a reference to assem
bly 'System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
C:\Users\wwa\Documents\ProjectK\Universe\Mvc\src\Microsoft.AspNet.Mvc.Razor\Compilation\RoslynCompilationService.cs(163,
55): error CS1503: Argument 1: cannot convert from 'System.IO.MemoryStream' to 'System.Collections.Immutable.ImmutableAr
ray<byte>'
C:\Users\wwa\Documents\ProjectK\Universe\Mvc\src\Microsoft.AspNet.Mvc.Razor\Compilation\RoslynCompilationService.cs(178,
32): error CS0012: The type 'Stream' is defined in an assembly that is not referenced. You must add a reference to assem
bly 'System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
C:\Users\wwa\Documents\ProjectK\Universe\Mvc\src\Microsoft.AspNet.Mvc.Razor\Compilation\RoslynCompilationService.cs(178,
55): error CS1503: Argument 1: cannot convert from 'System.IO.FileStream' to 'System.Collections.Immutable.ImmutableArra
y<byte>'
Build failed.
0 Warnings(s)
8 Error(s)
The text was updated successfully, but these errors were encountered:
Reported by @NTaylorMullen . Steps to reproduce:
"..\\Razor\\src"
intosources
property of Mvc\global.jsonbuild.cmd
in Mvc dirOutput errors:
The text was updated successfully, but these errors were encountered: