-
Couldn't load subscription status.
- Fork 1.4k
Closed
dotnet/corefx
#36906Description
From @tarekgh on June 14, 2017 15:54
@Spongman commented on Tue Jun 13 2017
a (.csproj) project a with an embedded text file, added using the VS2017.2 project properties UI.
on windows, it works fine.
on linux, it just shows:
$ dotnet --version
1.0.4
$ uname -a
Linux mybox 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux
$ dotnet run
..\Resources\New Text Document.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252
@danmosemsft commented on Tue Jun 13 2017
@tarekgh are there any known issues here?
@tarekgh commented on Wed Jun 14 2017
Please take a look at the issue https://github.com/dotnet/cli/issues/3695 this was CLI issue and I believe it is already fixed but I am not sure which release include the fix. I'll move this issue to CLI repo.
Copied from original issue: dotnet/cli#6866
auxym, arthurvb, nzbart, SlowFourierTransform, RusKnyaz and 17 more