Skip to content

Instantly share code, notes, and snippets.

@jthelin
Created April 3, 2016 05:47
Show Gist options
  • Save jthelin/f8d5c9d5bf8abfac250a9b03f29d86b2 to your computer and use it in GitHub Desktop.
Save jthelin/f8d5c9d5bf8abfac250a9b03f29d86b2 to your computer and use it in GitHub Desktop.
Error during build of Orleans code in Visual Studio 2013 due to C# 6.0 code features.
1>------ Rebuild All started: Project: Orleans, Configuration: Debug Any CPU ------
1> Orleans.csproj -- Build Properties =
1> TeamProject=
1> SolutionRoot=
1> SourcesDirectory=
1> BinariesDirectory=
1> BinariesRoot=
1> BuildDirectory=
1> BuildProjectFolderPath=
1> MSBuildProjectDirectory=E:\Depot\GitHub\orleans\src\Orleans
1> OutputPath=bin\Debug\
1> OutDir=bin\Debug\
1> DropLocation=
1> PackagesDirectory=
1> BuildNumber=
1> builduri=
1> BuildUri=
1> MSBuildForwardPropertiesFromChild=
1> BuildingInsideVisualStudio=true
1> IsDesktopBuild=
1> [OrleansDllBootstrapUsingCodeGen] - Bootstrapping the Orleans.dll
1> [OrleansDllBootstrapUsingCodeGen] - OutputPath: E:\Depot\GitHub\orleans\src\Orleans\bin\Debug\Bootstrap\
1> [OrleansDllBootstrapUsingCodeGen] - Compiling Orleans.dll for bootstrap
1> Orleans.csproj -- Build Properties =
1> TeamProject=
1> SolutionRoot=
1> SourcesDirectory=
1> BinariesDirectory=
1> BinariesRoot=
1> BuildDirectory=
1> BuildProjectFolderPath=
1> MSBuildProjectDirectory=E:\Depot\GitHub\orleans\src\Orleans
1> OutputPath=E:\Depot\GitHub\orleans\src\Orleans\bin\Debug\Bootstrap\
1> OutDir=E:\Depot\GitHub\orleans\src\Orleans\bin\Debug\Bootstrap\
1> DropLocation=
1> PackagesDirectory=
1> BuildNumber=
1> builduri=
1> BuildUri=
1> MSBuildForwardPropertiesFromChild=
1> BuildingInsideVisualStudio=true
1> IsDesktopBuild=
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(119,63,119,64): error CS1519: Invalid token '=' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(119,104,119,105): error CS1519: Invalid token ';' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(120,56,120,57): error CS1519: Invalid token '=' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(120,84,120,85): error CS1519: Invalid token ';' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(121,60,121,61): error CS1519: Invalid token '=' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(121,93,121,94): error CS1519: Invalid token ';' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(122,62,122,63): error CS1519: Invalid token '=' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(122,96,122,97): error CS1519: Invalid token ';' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(123,67,123,68): error CS1519: Invalid token '=' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(123,103,123,104): error CS1519: Invalid token ';' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(124,58,124,59): error CS1519: Invalid token '=' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(124,86,124,87): error CS1519: Invalid token ';' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(125,58,125,59): error CS1519: Invalid token '=' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Streams\Providers\IStreamProviderRuntime.cs(125,88,125,89): error CS1519: Invalid token ';' in class, struct, or interface member declaration
1>E:\Depot\GitHub\orleans\src\Orleans\Configuration\ConfigUtilities.cs(403,20,403,21): error CS1056: Unexpected character '$'
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment