Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling 2.2.0 fails #3396

Closed
MircoBabin opened this issue Jan 26, 2015 · 1 comment
Closed

Compiling 2.2.0 fails #3396

MircoBabin opened this issue Jan 26, 2015 · 1 comment

Comments

@MircoBabin
Copy link

I'm performing the following steps:

  • Download SignalR-2.2.0.zip from GitHub
  • Start a VS 2013 command prompt
  • set EnableNuGetPackageRestore=true (I disabled Nuget Package restoration in the VS Ide).
  • Start build.cmd BuildCmd Release

Then I get the build output below with errors.

When I open the solution and build the Release branch, it compiles fine (Windows Phone projects are not loaded, because I'm on Windows/7 and Windows Phone project requires Windows/8.1).

I'm I missing something ?

Microsoft (R) Build Engine version 12.0.31101.0
[Microsoft .NET Framework, version 4.0.30319.34209]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 26-1-2015 8:15:15.
Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\.nuget\NuGet.targets" on node 1 (RestorePackages target(s)).
RestorePackages:
  "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\.nuget\..\.nuget\NuGet.exe" install "packages.config" -source "https://nuget.org/api/v2/;http://www.myget.org/F/aspnetwebstacknightly/"  -NonInteractive -RequireConsent -solutionDir "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\.nuget\..\ " -nocache
  Restoring NuGet packages...
  To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
  Installing 'OpenCover 4.5.1403'.
  Installing 'xunit.runners 2.0.0-beta4-build2738'.
  Installing 'xunit.runners 1.9.1'.
  Installing 'Microsoft.Bcl 1.1.9'.
  Successfully installed 'xunit.runners 2.0.0-beta4-build2738'.
  Successfully installed 'OpenCover 4.5.1403'.
  Installing 'xunit.core 2.0.0-beta4-build2738'.
  Successfully installed 'xunit.runners 1.9.1'.
  Successfully installed 'Microsoft.Bcl 1.1.9'.
  Successfully installed 'xunit.core 2.0.0-beta4-build2738'.
  Installing 'ReportGenerator 1.7.3.0'.
  Installing 'Microsoft.Bcl.Build 1.0.14'.
  Successfully installed 'Microsoft.Bcl.Build 1.0.14'.
  Successfully installed 'ReportGenerator 1.7.3.0'.
Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\.nuget\NuGet.targets" (RestorePackages target(s)).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:13.33
Microsoft (R) Build Engine version 12.0.31101.0
[Microsoft .NET Framework, version 4.0.30319.34209]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 26-1-2015 8:15:29.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" on node 1 (BuildCmd target(s)).
     1>CreateOutputDirs:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release".
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\packages".
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\TestResults".
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\docs".
       The target "MvcBuildViews" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets (840,131)" does not exist in the project, and will be ignored.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.JS\Microsoft.AspNet.SignalR.Client.JS.csproj" (2) on node 1 (Rebuild target(s)).
     2>CoreClean:
         Creating directory "obj\BNB\Release\".
       RestorePackages:
         "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\.nuget\NuGet.exe" install "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.JS\packages.config" -source "https://nuget.org/api/v2/;http://www.myget.org/F/aspnetwebstacknightly/"  -NonInteractive -RequireConsent -solutionDir "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\ " -nocache
         Restoring NuGet packages...
         To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
         Installing 'jQuery 1.6.2'.
         Successfully installed 'jQuery 1.6.2'.
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client.JS\".
       GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
         C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:1591,1701,1702 /nostdlib+ /define:CODE_ANALYSIS;CODE_ANALYSIS /highentropyva- /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /out:obj\BNB\Release\Microsoft.AspNet.SignalR.Client.JS.dll /target:library /warnaserror+ /utf8output ..\Common\CommonVersionInfo.cs Properties\AssemblyInfo.cs C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\GlobalSuppressions.cs "C:\Users\mbb\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttributes.cs"
       _CopyAppConfigFile:
         Copying file from "Web.config" to "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client.JS\Microsoft.AspNet.SignalR.Client.JS.dll.config".
       CopyFilesToOutputDirectory:
         Copying file from "obj\BNB\Release\Microsoft.AspNet.SignalR.Client.JS.dll" to "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client.JS\Microsoft.AspNet.SignalR.Client.JS.dll".
         Microsoft.AspNet.SignalR.Client.JS -> C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client.JS\Microsoft.AspNet.SignalR.Client.JS.dll
       RunCodeAnalysis:
         Running Code Analysis...
         C:\Program Files (x86)\Microsoft Visual Studio 12.0\Team Tools\Static Analysis Tools\FxCop\FxCopCmd.exe  /outputCulture:1043 /out:"C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client.JS\Microsoft.AspNet.SignalR.Client.JS.dll.CodeAnalysisLog.xml" /file:"C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client.JS\Microsoft.AspNet.SignalR.Client.JS.dll" /dictionary:"C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CodeAnalysisDictionary.xml" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /directory:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0" /ruleSet:"=C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\Microsoft.AspNet.SignalR.ruleset" /rulesetdirectory:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Team Tools\Static Analysis Tools\\Rule Sets" /rule:"-C:\Program Files (x86)\Microsoft Visual Studio 12.0\Team Tools\Static Analysis Tools\FxCop\\Rules" /searchgac /ignoreinvalidtargets /forceoutput /successfile /ignoregeneratedcode /saveMessagesToReport:Active /timeout:120 
     2>MSBUILD : warning : CA0068 : Debug information could not be found for target assembly 'Microsoft.AspNet.SignalR.Client.JS.dll'. For best analysis results, include the .pdb file with debug information for 'Microsoft.AspNet.SignalR.Client.JS.dll' in the same directory as the target assembly. [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.JS\Microsoft.AspNet.SignalR.Client.JS.csproj]
         Code Analysis Complete -- 0 error(s), 1 warning(s)
       AfterBuild:
         powershell -NoProfile -ExecutionPolicy Bypass .\build.ps1 C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client.JS\
         Running JSHint...
         jquery.signalR.core.js... no issues found
         jquery.signalR.transports.common.js... no issues found
         jquery.signalR.transports.webSockets.js... no issues found
         jquery.signalR.transports.serverSentEvents.js... no issues found
         jquery.signalR.transports.foreverFrame.js... no issues found
         jquery.signalR.transports.longPolling.js... no issues found
         jquery.signalR.hubs.js... no issues found
         jquery.signalR.version.js... no issues found
         Building bin\jquery.signalR.js... done
         Building bin\jquery.signalR.min.js... Original Size: 125435 bytes; reduced size: 37035 bytes (70.5% minification)
     2>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.JS\Microsoft.AspNet.SignalR.Client.JS.csproj" (Rebuild target(s)).
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj" (4) on node 1 (Rebuild target(s)).
     4>CoreClean:
         Creating directory "obj\BNB\Release\".
       RestorePackages:
         "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\.nuget\NuGet.exe" install "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\packages.config" -source "https://nuget.org/api/v2/;http://www.myget.org/F/aspnetwebstacknightly/"  -NonInteractive -RequireConsent -solutionDir "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\ " -nocache
         Restoring NuGet packages...
         To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
         Installing 'Newtonsoft.Json 6.0.4'.
         Successfully installed 'Newtonsoft.Json 6.0.4'.
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client.WinRT\".
       CoreResGen:
         "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\resgen.exe" /useSourcePath /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Newtonsoft.Json.6.0.4\lib\netcore45\Newtonsoft.Json.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\Microsoft.CSharp.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\Microsoft.VisualBasic.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\mscorlib.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Collections.Concurrent.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Collections.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ComponentModel.Annotations.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ComponentModel.DataAnnotations.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ComponentModel.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ComponentModel.EventBasedAsync.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Diagnostics.Contracts.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Diagnostics.Debug.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Diagnostics.Tools.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Diagnostics.Tracing.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Dynamic.Runtime.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Globalization.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.IO.Compression.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.IO.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Linq.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Linq.Expressions.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Linq.Parallel.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Linq.Queryable.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.Http.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.Http.Rtc.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.NetworkInformation.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.Primitives.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.Requests.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Numerics.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ObjectModel.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Reflection.Context.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Reflection.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Reflection.Extensions.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Reflection.Primitives.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Resources.ResourceManager.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Extensions.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.InteropServices.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.InteropServices.WindowsRuntime.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Numerics.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Serialization.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Serialization.Json.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Serialization.Primitives.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Serialization.Xml.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.UI.Xaml.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Security.Principal.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.Duplex.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.Http.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.NetTcp.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.Primitives.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.Security.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.Web.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Text.Encoding.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Text.Encoding.Extensions.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Text.RegularExpressions.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Threading.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Threading.Tasks.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Threading.Tasks.Parallel.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Windows.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.Linq.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.ReaderWriter.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.Serialization.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.XDocument.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.XmlSerializer.dll" /r:"C:\Program Files (x86)\Windows Kits\8.0\References\CommonConfiguration\Neutral\Windows.winmd" /compile ..\Microsoft.AspNet.SignalR.Client\Resources.resx,obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources
         Processing resource file "..\Microsoft.AspNet.SignalR.Client\Resources.resx" into "obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources".
       GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
         C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:1591,1701,1702 /nostdlib+ /define:CODE_ANALYSIS;CODE_ANALYSIS /highentropyva+ /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Newtonsoft.Json.6.0.4\lib\netcore45\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\Microsoft.VisualBasic.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ComponentModel.DataAnnotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.IO.Compression.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Reflection.Context.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.UI.Xaml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.ServiceModel.Web.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Windows.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Windows Kits\8.0\References\CommonConfiguration\Neutral\Windows.winmd" /filealign:512 /out:obj\BNB\Release\Microsoft.AspNet.SignalR.Client.dll /subsystemversion:6.00 /resource:obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources /target:library /warnaserror+ /utf8output ..\Common\CommonAssemblyInfo.cs ..\Common\CommonVersionInfo.cs ..\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpClient.cs ..\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpHandler.cs ..\Microsoft.AspNet.SignalR.Client45\Http\HttpRequestMessageWrapper.cs ..\Microsoft.AspNet.SignalR.Client45\Http\HttpResponseMessageWrapper.cs ..\Microsoft.AspNet.SignalR.Client45\Infrastructure\HttpClientException.cs ..\Microsoft.AspNet.SignalR.Client\HeaderDictionary.cs ..\Microsoft.AspNet.SignalR.Client\Http\HttpHelper.cs ..\Microsoft.AspNet.SignalR.Client\Http\IHttpClient.cs ..\Microsoft.AspNet.SignalR.Client\Http\IHttpClientExtensions.cs ..\Microsoft.AspNet.SignalR.Client\Http\IRequest.cs ..\Microsoft.AspNet.SignalR.Client\Http\IResponse.cs ..\Microsoft.AspNet.SignalR.Client\Http\IResponseExtensions.cs ..\Microsoft.AspNet.SignalR.Client\HubConnection.cs ..\Microsoft.AspNet.SignalR.Client\HubException.cs ..\Microsoft.AspNet.SignalR.Client\HubProxyExtensions.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubProgressUpdate.cs ..\Microsoft.AspNet.SignalR.Client\IHubProxy.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ErrorExtensions.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ITaskMonitor.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\SignalRError.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\SlowCallbackException.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\StartException.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\TaskQueueMonitor.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\TransportAbortHandler.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\TransportInitializationHandler.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\UrlBuilder.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\UrlEncoder.cs ..\Microsoft.AspNet.SignalR.Client\Resources.Designer.cs ..\Microsoft.AspNet.SignalR.Client\HeartBeatMonitor.cs ..\Microsoft.AspNet.SignalR.Client\KeepAliveData.cs ..\Microsoft.AspNet.SignalR.Client\TraceLevels.cs ..\Microsoft.AspNet.SignalR.Client\Transports\AsyncStreamReader.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ClientTransportBase.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\CancellationTokenExtensions.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\DisposableAction.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\Disposer.cs ..\Microsoft.AspNet.SignalR.Client\Connection.cs ..\Microsoft.AspNet.SignalR.Client\ConnectionExtensions.cs ..\Microsoft.AspNet.SignalR.Client\ConnectionState.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\IHubConnection.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ExceptionHelper.cs ..\Microsoft.AspNet.SignalR.Client\StateChange.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubProxy.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubRegistrationData.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubResult.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\Hubservable.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubInvocation.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\Subscription.cs ..\Microsoft.AspNet.SignalR.Client\IConnection.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ThreadSafeInvoker.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\StreamExtensions.cs ..\Microsoft.AspNet.SignalR.Client\NegotiationResponse.cs ..\Microsoft.AspNet.SignalR.Client\ObservableConnection.cs ..\Microsoft.AspNet.SignalR.Client\Transports\AutoTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\HttpBasedTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\IClientTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\LongPollingTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEventsTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\ChunkBuffer.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\EventSourceStreamReader.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\EventType.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\SseEvent.cs ..\Microsoft.AspNet.SignalR.Client\Transports\TransportHelper.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\ExceptionsExtensions.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs ..\Microsoft.AspNet.SignalR.Core\TaskAsyncHelper.cs Properties\AssemblyInfo.cs C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\GlobalSuppressions.cs "C:\Users\mbb\AppData\Local\Temp\.NETCore,Version=v4.5.AssemblyAttributes.cs"
     4>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpHandler.cs(5,23): error CS0234: The type or namespace name 'Cryptography' does not exist in the namespace 'System.Security' (are you missing an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj]
     4>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpHandler.cs(12,39): error CS0246: The type or namespace name 'WebRequestHandler' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj]
     4>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Infrastructure\TaskQueueMonitor.cs(17,17): error CS0246: The type or namespace name 'Timer' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj]
     4>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\HeartBeatMonitor.cs(17,17): error CS0246: The type or namespace name 'Timer' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj]
     4>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs(63,16): error CS0246: The type or namespace name 'IPerformanceCounter' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj]
     4>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj" (Rebuild target(s)) -- FAILED.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj" (5) on node 1 (Rebuild target(s)).
     5>CoreClean:
         Creating directory "obj\BNB\Release\".
       RestorePackages:
         "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\.nuget\NuGet.exe" install "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\packages.config" -source "https://nuget.org/api/v2/;http://www.myget.org/F/aspnetwebstacknightly/"  -NonInteractive -RequireConsent -solutionDir "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\ " -nocache
         Restoring NuGet packages...
         To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
         Installing 'Microsoft.Net.Http 2.2.28'.
         Successfully installed 'Microsoft.Net.Http 2.2.28'.
         All packages listed in packages.config are already installed.
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client.Portable\".
       ResolveAssemblyReferences:
         A TargetFramework profile exclusion list will be generated.
       CoreResGen:
         "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\mscorlib.dll" /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Newtonsoft.Json.6.0.4\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\Microsoft.CSharp.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\mscorlib.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Net.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Runtime.Serialization.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.ServiceModel.Web.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Xml.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Xml.Linq.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Xml.Serialization.dll" /compile ..\Microsoft.AspNet.SignalR.Client\Resources.resx,obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources
         Processing resource file "..\Microsoft.AspNet.SignalR.Client\Resources.resx" into "obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources".
       GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
         C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:1591,1701,1702 /nostdlib+ /define:CODE_ANALYSIS;CODE_ANALYSIS /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\mscorlib.dll" /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Newtonsoft.Json.6.0.4\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Net.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.ServiceModel.Web.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile344\System.Xml.Serialization.dll" /filealign:512 /out:obj\BNB\Release\Microsoft.AspNet.SignalR.Client.dll /resource:obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources /target:library /warnaserror+ /utf8output ..\Common\CommonAssemblyInfo.cs ..\Common\CommonVersionInfo.cs ..\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpClient.cs ..\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpHandler.cs ..\Microsoft.AspNet.SignalR.Client45\Http\HttpRequestMessageWrapper.cs ..\Microsoft.AspNet.SignalR.Client45\Http\HttpResponseMessageWrapper.cs ..\Microsoft.AspNet.SignalR.Client45\Infrastructure\HttpClientException.cs ..\Microsoft.AspNet.SignalR.Client\Connection.cs ..\Microsoft.AspNet.SignalR.Client\ConnectionExtensions.cs ..\Microsoft.AspNet.SignalR.Client\ConnectionState.cs ..\Microsoft.AspNet.SignalR.Client\HeaderDictionary.cs ..\Microsoft.AspNet.SignalR.Client\HeartBeatMonitor.cs ..\Microsoft.AspNet.SignalR.Client\Http\HttpHelper.cs ..\Microsoft.AspNet.SignalR.Client\Http\IHttpClient.cs ..\Microsoft.AspNet.SignalR.Client\Http\IHttpClientExtensions.cs ..\Microsoft.AspNet.SignalR.Client\Http\IRequest.cs ..\Microsoft.AspNet.SignalR.Client\Http\IResponse.cs ..\Microsoft.AspNet.SignalR.Client\Http\IResponseExtensions.cs ..\Microsoft.AspNet.SignalR.Client\HubConnection.cs ..\Microsoft.AspNet.SignalR.Client\HubException.cs ..\Microsoft.AspNet.SignalR.Client\HubProxyExtensions.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubInvocation.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubProgressUpdate.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubProxy.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubRegistrationData.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubResult.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\Hubservable.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\IHubConnection.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\Subscription.cs ..\Microsoft.AspNet.SignalR.Client\IConnection.cs ..\Microsoft.AspNet.SignalR.Client\IHubProxy.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ErrorExtensions.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ExceptionHelper.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ITaskMonitor.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\SignalRError.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\SlowCallbackException.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\StartException.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\TaskQueueMonitor.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\TransportAbortHandler.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\TransportInitializationHandler.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\StreamExtensions.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ThreadSafeInvoker.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\UrlBuilder.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\UrlEncoder.cs ..\Microsoft.AspNet.SignalR.Client\KeepAliveData.cs ..\Microsoft.AspNet.SignalR.Client\NegotiationResponse.cs ..\Microsoft.AspNet.SignalR.Client\ObservableConnection.cs ..\Microsoft.AspNet.SignalR.Client\Resources.Designer.cs ..\Microsoft.AspNet.SignalR.Client\StateChange.cs ..\Microsoft.AspNet.SignalR.Client\TraceLevels.cs ..\Microsoft.AspNet.SignalR.Client\Transports\AsyncStreamReader.cs ..\Microsoft.AspNet.SignalR.Client\Transports\AutoTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ClientTransportBase.cs ..\Microsoft.AspNet.SignalR.Client\Transports\HttpBasedTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\IClientTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\LongPollingTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEventsTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\ChunkBuffer.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\EventSourceStreamReader.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\EventType.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\SseEvent.cs ..\Microsoft.AspNet.SignalR.Client\Transports\TransportHelper.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\CancellationTokenExtensions.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\DisposableAction.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\Disposer.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\ExceptionsExtensions.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs ..\Microsoft.AspNet.SignalR.Core\TaskAsyncHelper.cs Properties\AssemblyInfo.cs C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\GlobalSuppressions.cs "C:\Users\mbb\AppData\Local\Temp\.NETPortable,Version=v4.0,Profile=Profile344.AssemblyAttributes.cs"
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpHandler.cs(5,23): error CS0234: The type or namespace name 'Cryptography' does not exist in the namespace 'System.Security' (are you missing an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpHandler.cs(12,39): error CS0246: The type or namespace name 'WebRequestHandler' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Hubs\Hubservable.cs(15,32): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\ObservableConnection.cs(11,44): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\ConnectionExtensions.cs(92,23): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\ConnectionExtensions.cs(97,23): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\ConnectionExtensions.cs(102,23): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\HubProxyExtensions.cs(388,23): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Hubs\Hubservable.cs(26,38): error CS0246: The type or namespace name 'IObserver' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\ObservableConnection.cs(32,38): error CS0246: The type or namespace name 'IObserver' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs(63,16): error CS0246: The type or namespace name 'IPerformanceCounter' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0246: The type or namespace name 'AssemblyMetadata' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0122: 'System.Reflection.AssemblyMetadataAttribute' is inaccessible due to its protection level [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(19,12): error CS0246: The type or namespace name 'ComVisible' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(19,12): error CS0246: The type or namespace name 'ComVisibleAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
     5>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj" (Rebuild target(s)) -- FAILED.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Store\Microsoft.AspNet.SignalR.Client.Store.csproj" (6) on node 1 (Rebuild target(s)).
     6>CoreClean:
         Creating directory "obj\BNB\Release\".
       RestorePackages:
         "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\.nuget\NuGet.exe" install "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Store\packages.config" -source "https://nuget.org/api/v2/;http://www.myget.org/F/aspnetwebstacknightly/"  -NonInteractive -RequireConsent -solutionDir "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\ " -nocache
         Restoring NuGet packages...
         To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
         All packages listed in packages.config are already installed.
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client.Store\".
     6>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Store\Microsoft.AspNet.SignalR.Client.Store.csproj" (Rebuild target(s)) -- FAILED.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj" (7) on node 1 (Rebuild target(s)).
     7>CoreClean:
         Creating directory "obj\BNB\Release\".
       RestorePackages:
         "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\.nuget\NuGet.exe" install "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\packages.config" -source "https://nuget.org/api/v2/;http://www.myget.org/F/aspnetwebstacknightly/"  -NonInteractive -RequireConsent -solutionDir "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\ " -nocache
         Restoring NuGet packages...
         To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
         All packages listed in packages.config are already installed.
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client\".
       CoreResGen:
         "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Newtonsoft.Json.6.0.4\lib\net40\Newtonsoft.Json.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /compile Resources.resx,obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources
         Processing resource file "Resources.resx" into "obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources".
       GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
         C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:1591,1701,1702 /nostdlib+ /define:CODE_ANALYSIS;CODE_ANALYSIS /highentropyva- /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Newtonsoft.Json.6.0.4\lib\net40\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /filealign:512 /out:obj\BNB\Release\Microsoft.AspNet.SignalR.Client.dll /resource:obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources /target:library /warnaserror+ /utf8output ..\Common\CommonAssemblyInfo.cs ..\Common\CommonVersionInfo.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\CancellationTokenExtensions.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\DisposableAction.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\ExceptionsExtensions.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\MonoUtility.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs ..\Microsoft.AspNet.SignalR.Core\TaskAsyncHelper.cs Connection.cs ConnectionExtensions.cs HeaderDictionary.cs HeartBeatMonitor.cs Http\DefaultHttpClient.cs Http\HttpHelper.cs Http\HttpWebRequestWrapper.cs Http\HttpWebResponseWrapper.cs Http\IHttpClient.cs Http\IHttpClientExtensions.cs Http\IRequest.cs Http\IResponse.cs Http\IResponseExtensions.cs HubConnection.cs HubException.cs HubProxyExtensions.cs Hubs\HubInvocation.cs ConnectionState.cs Hubs\HubProgressUpdate.cs Hubs\HubProxy.cs Hubs\HubRegistrationData.cs Hubs\HubResult.cs Hubs\Hubservable.cs Hubs\IHubConnection.cs Hubs\Subscription.cs IConnection.cs IHubProxy.cs Infrastructure\ErrorExtensions.cs Infrastructure\ITaskMonitor.cs Infrastructure\SignalRError.cs Infrastructure\SlowCallbackException.cs Infrastructure\StartException.cs Infrastructure\TaskQueueMonitor.cs Infrastructure\TransportAbortHandler.cs Infrastructure\TransportInitializationHandler.cs Infrastructure\UrlBuilder.cs Infrastructure\UrlEncoder.cs KeepAliveData.cs Infrastructure\ExceptionHelper.cs Infrastructure\ThreadSafeInvoker.cs TraceLevels.cs Resources.Designer.cs Transports\AsyncStreamReader.cs Transports\ClientTransportBase.cs Transports\ServerSentEvents\ChunkBuffer.cs Transports\ServerSentEvents\EventSourceStreamReader.cs Infrastructure\StreamExtensions.cs NegotiationResponse.cs ObservableConnection.cs Properties\AssemblyInfo.cs StateChange.cs Transports\AutoTransport.cs Transports\HttpBasedTransport.cs Transports\IClientTransport.cs Transports\LongPollingTransport.cs Transports\ServerSentEventsTransport.cs Transports\ServerSentEvents\EventType.cs Transports\ServerSentEvents\SseEvent.cs Transports\TransportHelper.cs C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\GlobalSuppressions.cs "C:\Users\mbb\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttributes.cs"
     7>Infrastructure\ErrorExtensions.cs(8,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Net' (are you missing an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj]
     7>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs(63,16): error CS0246: The type or namespace name 'IPerformanceCounter' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj]
     7>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0122: 'System.Reflection.AssemblyMetadata' is inaccessible due to its protection level [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj]
     7>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0246: The type or namespace name 'AssemblyMetadataAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj]
     7>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj" (Rebuild target(s)) -- FAILED.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Microsoft.AspNet.SignalR.Client45.csproj" (8) on node 1 (Rebuild target(s)).
     8>CoreClean:
         Creating directory "obj\BNB\Release\".
       RestorePackages:
         "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\.nuget\NuGet.exe" install "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\packages.config" -source "https://nuget.org/api/v2/;http://www.myget.org/F/aspnetwebstacknightly/"  -NonInteractive -RequireConsent -solutionDir "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\ " -nocache
         Restoring NuGet packages...
         To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
         All packages listed in packages.config are already installed.
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Client45\".
       CoreResGen:
         "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.CSharp.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Net.Http.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Net.Http.WebRequest.dll" /compile ..\Microsoft.AspNet.SignalR.Client\Resources.resx,obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources
         Processing resource file "..\Microsoft.AspNet.SignalR.Client\Resources.resx" into "obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources".
       GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
         C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:1591,1701,1702 /nostdlib+ /define:CODE_ANALYSIS;CODE_ANALYSIS /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Net.Http.WebRequest.dll" /filealign:512 /out:obj\BNB\Release\Microsoft.AspNet.SignalR.Client.dll /subsystemversion:6.00 /resource:obj\BNB\Release\Microsoft.AspNet.SignalR.Client.Resources.resources /target:library /warnaserror+ /utf8output ..\Common\CommonAssemblyInfo.cs ..\Common\CommonVersionInfo.cs ..\Microsoft.AspNet.SignalR.Client\Connection.cs ..\Microsoft.AspNet.SignalR.Client\ConnectionExtensions.cs ..\Microsoft.AspNet.SignalR.Client\ConnectionState.cs ..\Microsoft.AspNet.SignalR.Client\HeaderDictionary.cs ..\Microsoft.AspNet.SignalR.Client\HeartBeatMonitor.cs ..\Microsoft.AspNet.SignalR.Client\Http\HttpHelper.cs ..\Microsoft.AspNet.SignalR.Client\Http\IHttpClient.cs ..\Microsoft.AspNet.SignalR.Client\Http\IHttpClientExtensions.cs ..\Microsoft.AspNet.SignalR.Client\Http\IRequest.cs ..\Microsoft.AspNet.SignalR.Client\Http\IResponse.cs ..\Microsoft.AspNet.SignalR.Client\Http\IResponseExtensions.cs ..\Microsoft.AspNet.SignalR.Client\HubConnection.cs ..\Microsoft.AspNet.SignalR.Client\HubException.cs ..\Microsoft.AspNet.SignalR.Client\HubProxyExtensions.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubInvocation.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubProgressUpdate.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubProxy.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubRegistrationData.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\HubResult.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\Hubservable.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\IHubConnection.cs ..\Microsoft.AspNet.SignalR.Client\Hubs\Subscription.cs ..\Microsoft.AspNet.SignalR.Client\IConnection.cs ..\Microsoft.AspNet.SignalR.Client\IHubProxy.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ErrorExtensions.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ITaskMonitor.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\SignalRError.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\SlowCallbackException.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\StartException.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\TaskQueueMonitor.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\TransportAbortHandler.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\TransportInitializationHandler.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\UrlBuilder.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\UrlEncoder.cs ..\Microsoft.AspNet.SignalR.Client\KeepAliveData.cs ..\Microsoft.AspNet.SignalR.Client\TraceLevels.cs ..\Microsoft.AspNet.SignalR.Client\Transports\AsyncStreamReader.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ClientTransportBase.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\CancellationTokenExtensions.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\DisposableAction.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\Disposer.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ThreadSafeInvoker.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\ExceptionHelper.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\StreamExtensions.cs ..\Microsoft.AspNet.SignalR.Client\NegotiationResponse.cs ..\Microsoft.AspNet.SignalR.Client\ObservableConnection.cs ..\Microsoft.AspNet.SignalR.Client\Resources.Designer.cs ..\Microsoft.AspNet.SignalR.Client\StateChange.cs ..\Microsoft.AspNet.SignalR.Client\Transports\AutoTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\HttpBasedTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\IClientTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\LongPollingTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEventsTransport.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\ChunkBuffer.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\EventSourceStreamReader.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\EventType.cs ..\Microsoft.AspNet.SignalR.Client\Transports\ServerSentEvents\SseEvent.cs ..\Microsoft.AspNet.SignalR.Client\Transports\TransportHelper.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\ExceptionsExtensions.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs ..\Microsoft.AspNet.SignalR.Core\Owin\Infrastructure\ByteBuffer.cs ..\Microsoft.AspNet.SignalR.Core\Owin\WebSockets\WebSocketHandler.cs ..\Microsoft.AspNet.SignalR.Core\Owin\WebSockets\WebSocketMessage.cs ..\Microsoft.AspNet.SignalR.Core\Owin\WebSockets\WebSocketMessageReader.cs ..\Microsoft.AspNet.SignalR.Core\TaskAwaiterHelper.cs Http\HttpRequestMessageWrapper.cs Http\DefaultHttpClient.cs Http\DefaultHttpHandler.cs Http\HttpResponseMessageWrapper.cs ..\Microsoft.AspNet.SignalR.Core\TaskAsyncHelper.cs Infrastructure\HttpClientException.cs Properties\AssemblyInfo.cs Transports\WebSockets\ClientWebSocketHandler.cs Transports\WebSockets\WebSocketWrapperRequest.cs Transports\WebSocketTransport.cs C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\GlobalSuppressions.cs "C:\Users\mbb\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.cs"
     8>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs(63,16): error CS0246: The type or namespace name 'IPerformanceCounter' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Microsoft.AspNet.SignalR.Client45.csproj]
     8>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Microsoft.AspNet.SignalR.Client45.csproj" (Rebuild target(s)) -- FAILED.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Microsoft.AspNet.SignalR.Core.csproj" (9) on node 1 (Rebuild target(s)).
     9>CoreClean:
         Creating directory "obj\BNB\Release\".
       RestorePackages:
         "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\.nuget\NuGet.exe" install "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\packages.config" -source "https://nuget.org/api/v2/;http://www.myget.org/F/aspnetwebstacknightly/"  -NonInteractive -RequireConsent -solutionDir "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\ " -nocache
         Restoring NuGet packages...
         To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
         Installing 'Microsoft.Owin.Security 2.1.0'.
         Installing 'Microsoft.Owin 2.1.0'.
         Installing 'Owin 1.0'.
         Successfully installed 'Microsoft.Owin.Security 2.1.0'.
         Successfully installed 'Owin 1.0'.
         Successfully installed 'Microsoft.Owin 2.1.0'.
         All packages listed in packages.config are already installed.
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Core\".
       CoreResGen:
         "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.CSharp.dll" /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll /r:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Owin.1.0\lib\net40\Owin.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Security.dll" /compile Resources.resx,obj\BNB\Release\Microsoft.AspNet.SignalR.Resources.resources
         Processing resource file "Resources.resx" into "obj\BNB\Release\Microsoft.AspNet.SignalR.Resources.resources".
       GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
         C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /unsafe+ /nowarn:1591,1701,1702 /nostdlib+ /define:CODE_ANALYSIS;CODE_ANALYSIS /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.CSharp.dll" /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll /reference:C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\packages\Owin.1.0\lib\net40\Owin.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Security.dll" /filealign:512 /out:obj\BNB\Release\Microsoft.AspNet.SignalR.Core.dll /subsystemversion:6.00 /resource:obj\BNB\Release\Microsoft.AspNet.SignalR.Resources.resources /resource:Scripts\hubs.js,Microsoft.AspNet.SignalR.Scripts.hubs.js /target:library /warnaserror+ /utf8output ..\Common\CommonAssemblyInfo.cs ..\Common\CommonVersionInfo.cs ..\Microsoft.AspNet.SignalR.Client\Infrastructure\StreamExtensions.cs Configuration\ConfigurationExtensions.cs ConnectionConfiguration.cs Hosting\INameValueCollection.cs Hosting\IResponse.cs Hubs\HubInvocationProgress.cs Hubs\CallerStateProxy.cs Hubs\TypedHubCallerConnectionContext.cs "Hubs\HubContext`T.cs" "Hub`T.cs" HubConfiguration.cs HubException.cs Hubs\ConnectionIdProxy.cs Hubs\HubConnectionContextBase.cs Hubs\IHubConnectionContext.cs Hubs\MultipleSignalProxy.cs Hubs\DynamicDictionary.cs Hubs\EmptyJavaScriptProxyGenerator.cs Hubs\EnumerableOfAssemblyLocator.cs Hubs\GroupProxy.cs Hubs\Lookup\Descriptors\NullMethodDescriptor.cs Hubs\Lookup\HubMethodDispatcher.cs Hubs\Pipeline\ExceptionContext.cs Hubs\Pipeline\HubOutgoingInvokerContextExtensions.cs Hubs\UserProxy.cs Hubs\IHubCallerConnectionContext.cs Hubs\TypedHubConnectionContext.cs IHubContext.cs Infrastructure\AckHandler.cs Configuration\DefaultConfigurationManager.cs Infrastructure\ArraySegmentTextReader.cs Infrastructure\BinaryTextWriter.cs Infrastructure\ConnectionManager.cs ConnectionMessage.cs Infrastructure\DataProtectionProviderProtectedData.cs Infrastructure\DefaultProtectedData.cs Infrastructure\MonoUtility.cs Infrastructure\PrincipalUserIdProvider.cs Infrastructure\ProtocolResolver.cs Infrastructure\DiffPair.cs Infrastructure\DiffSet.cs GlobalHost.cs Hosting\HostContext.cs Cookie.cs Infrastructure\IBinaryWriter.cs Infrastructure\InterlockedHelper.cs Infrastructure\IProtectedData.cs Infrastructure\ListHelper.cs Infrastructure\PrefixHelper.cs Infrastructure\Purposes.cs Infrastructure\BufferTextWriter.cs Infrastructure\SipHashBasedStringEqualityComparer.cs IRequest.cs Hosting\HostDependencyResolverExtensions.cs IUntrackedDisposable.cs IUserIdProvider.cs Json\SipHashBasedDictionaryConverter.cs Messaging\CommandType.cs Hosting\IWebSocket.cs Hosting\ResponseExtensions.cs Hubs\HubConnectionContext.cs Hubs\NullClientProxy.cs Hubs\Pipeline\Auth\AuthorizeModule.cs AuthorizeAttribute.cs Hubs\Pipeline\HubOutgoingInvokerContext.cs Hubs\ClientHubInvocation.cs Hubs\HubContext.cs Hubs\Pipeline\HubPipelineExtensions.cs Hubs\Pipeline\HubPipelineModule.cs Hubs\Pipeline\Auth\IAuthorizeHubConnection.cs Hubs\Pipeline\Auth\IAuthorizeHubMethodInvocation.cs Hubs\Pipeline\IHubOutgoingInvokerContext.cs Hubs\Pipeline\IHubPipelineInvoker.cs Hubs\Pipeline\HubInvokerContext.cs Hubs\HubRequest.cs Hubs\HubRequestParser.cs Hubs\HubResponse.cs Hubs\IClientProxy.cs "IHubContext`T.cs" Hubs\IHubRequestParser.cs Hubs\Lookup\Descriptors\Descriptor.cs Hubs\Pipeline\Auth\NotAuthorizedException.cs Hubs\StateChangeTracker.cs Infrastructure\IAckHandler.cs Hubs\Pipeline\HubPipeline.cs Hubs\Pipeline\IHubIncomingInvokerContext.cs Hubs\Pipeline\IHubPipeline.cs Hubs\Pipeline\IHubPipelineModule.cs IConnectionGroupManager.cs Infrastructure\DisposableAction.cs Infrastructure\IPerformanceCounter.cs Infrastructure\IPerformanceCounterManager.cs Infrastructure\NoOpPerformanceCounter.cs Infrastructure\PerformanceCounterAttribute.cs Infrastructure\PerformanceCounterManager.cs Infrastructure\Disposer.cs Infrastructure\PerformanceCounterWrapper.cs Infrastructure\CancellationTokenExtensions.cs Infrastructure\SafeCancellationTokenSource.cs Infrastructure\TaskQueue.cs Json\IJsonValue.cs Json\IJsonWritable.cs Json\JRawValue.cs Hubs\StatefulSignalProxy.cs ConnectionExtensions.cs Hubs\Extensions\HubTypeExtensions.cs Hubs\Extensions\HubManagerExtensions.cs Hubs\Lookup\DefaultParameterResolver.cs Hubs\Lookup\IParameterResolver.cs Hubs\DefaultAssemblyLocator.cs Hubs\Extensions\MethodExtensions.cs Hubs\Lookup\Descriptors\ParameterDescriptor.cs Hubs\IAssemblyLocator.cs Hubs\Lookup\ReflectedMethodDescriptorProvider.cs Hubs\Lookup\Descriptors\HubDescriptor.cs Hubs\Lookup\IMethodDescriptorProvider.cs Hubs\Lookup\DefaultHubManager.cs Hubs\Lookup\IHubManager.cs Infrastructure\IConnectionManager.cs DefaultDependencyResolver.cs IPersistentConnectionContext.cs Json\JsonSerializerExtensions.cs Messaging\Cursor.cs Infrastructure\IStringMinifier.cs Messaging\ISubscription.cs Messaging\ScaleoutMappingStore.cs Messaging\LocalEventKeyInfo.cs Messaging\MessageBroker.cs Messaging\ScaleoutMapping.cs Messaging\ScaleoutMessage.cs Messaging\ScaleoutMessageBus.cs Messaging\IMessageBus.cs Messaging\ISubscriber.cs Messaging\MessageBus.cs Messaging\MessageBusExtensions.cs Messaging\MessageResult.cs Messaging\MessageStore.cs Messaging\MessageStoreResult.cs Messaging\ScaleoutConfiguration.cs Messaging\QueuingBehavior.cs Messaging\ScaleoutStore.cs Messaging\ScaleoutStreamManager.cs Messaging\ScaleoutSubscription.cs Messaging\DefaultSubscription.cs Infrastructure\StringMinifier.cs Messaging\ScaleoutStream.cs Messaging\Subscription.cs Messaging\Topic.cs Messaging\TopicLookup.cs Messaging\TopicState.cs Messaging\Volatile.cs Infrastructure\PersistentConnectionContext.cs Hosting\PersistentConnectionFactory.cs Hubs\Lookup\Descriptors\MethodDescriptor.cs Hubs\HubMethodNameAttribute.cs Hubs\DefaultHubActivator.cs Hubs\HubNameAttribute.cs Hubs\IHub.cs Owin\Middleware\HubDispatcherMiddleware.cs Owin\Middleware\PersistentConnectionMiddleware.cs Owin\Infrastructure\ByteBuffer.cs Owin\Infrastructure\OwinConstants.cs Owin\Infrastructure\OwinEnvironmentExtensions.cs Owin\Infrastructure\UrlDecoder.cs Owin\Infrastructure\WebSocketConstants.cs Owin\ObsoleteOwinExtensions.cs Owin\ReadableStringCollectionWrapper.cs Owin\OwinExtensions.cs Owin\OwinWebSocketHandler.cs Owin\RequestExtensions.cs Owin\ServerRequest.cs Owin\ServerResponse.cs Owin\WebSockets\DefaultWebSocketHandler.cs Owin\WebSockets\WebSocketHandler.cs Owin\WebSockets\WebSocketMessage.cs Owin\WebSockets\WebSocketMessageReader.cs TaskAwaiterHelper.cs Tracing\ITraceManager.cs DependencyResolverExtensions.cs Hubs\ReflectionHelper.cs Tracing\TraceManager.cs IGroupManager.cs Hubs\IHubActivator.cs Hubs\DefaultJavaScriptProxyGenerator.cs Hubs\Lookup\ReflectedHubDescriptorProvider.cs Hub.cs Hubs\ClientProxy.cs Hubs\HubCallerContext.cs Hubs\HubDispatcher.cs Hubs\Lookup\IHubDescriptorProvider.cs Hubs\SignalProxy.cs Hubs\NullJavaScriptMinifier.cs IDependencyResolver.cs Hubs\IJavaScriptMinifier.cs Infrastructure\SafeSet.cs Tracing\TraceSourceExtensions.cs Transports\TransportConnectionExtensions.cs Transports\ITransportConnection.cs Json\JsonUtility.cs GroupManager.cs Infrastructure\AckSubscriber.cs Messaging\Command.cs Resources.Designer.cs Transports\ForeverFrameTransport.cs Transports\ForeverTransport.cs Configuration\IConfigurationManager.cs Transports\ITrackingConnection.cs Transports\ITransport.cs Transports\ITransportHeartBeat.cs Transports\ITransportManager.cs Transports\ServerSentEventsTransport.cs Transports\TransportConnectionStates.cs Transports\TransportDisconnectBase.cs Transports\TransportHeartBeat.cs Transports\LongPollingTransport.cs PersistentConnection.cs Transports\PersistentResponse.cs TaskAsyncHelper.cs Infrastructure\Connection.cs IConnection.cs Hubs\IJavaScriptProxyGenerator.cs Messaging\Message.cs Properties\AssemblyInfo.cs Transports\HttpRequestLifeTime.cs Transports\TransportManager.cs Infrastructure\ExceptionsExtensions.cs Transports\WebSocketTransport.cs Hubs\TypedClientBuilder.cs C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\GlobalSuppressions.cs "C:\Users\mbb\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.cs"
     9>TaskAsyncHelper.cs(15,32): error CS0234: The type or namespace name 'Client' does not exist in the namespace 'Microsoft.AspNet.SignalR' (are you missing an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Microsoft.AspNet.SignalR.Core.csproj]
     9>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Microsoft.AspNet.SignalR.Core.csproj" (Rebuild target(s)) -- FAILED.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Redis\Microsoft.AspNet.SignalR.Redis.csproj" (10) on node 1 (Rebuild target(s)).
    10>CoreClean:
         Creating directory "obj\BNB\Release\".
       RestorePackages:
         "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\.nuget\NuGet.exe" install "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Redis\packages.config" -source "https://nuget.org/api/v2/;http://www.myget.org/F/aspnetwebstacknightly/"  -NonInteractive -RequireConsent -solutionDir "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\ " -nocache
         Restoring NuGet packages...
         To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
         Installing 'StackExchange.Redis.StrongName 1.0.320'.
         Successfully installed 'StackExchange.Redis.StrongName 1.0.320'.
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Redis\".
    10>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Redis\Microsoft.AspNet.SignalR.Redis.csproj" (Rebuild target(s)) -- FAILED.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.ServiceBus\Microsoft.AspNet.SignalR.ServiceBus.csproj" (11) on node 1 (Rebuild target(s)).
    11>CoreClean:
         Creating directory "obj\BNB\Release\".
       RestorePackages:
         "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\.nuget\NuGet.exe" install "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.ServiceBus\packages.config" -source "https://nuget.org/api/v2/;http://www.myget.org/F/aspnetwebstacknightly/"  -NonInteractive -RequireConsent -solutionDir "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\ " -nocache
         Restoring NuGet packages...
         To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
         Installing 'WindowsAzure.ServiceBus 2.1.2.0'.
         Installing 'Microsoft.WindowsAzure.ConfigurationManager 2.0.0.0'.
         Successfully installed 'Microsoft.WindowsAzure.ConfigurationManager 2.0.0.0'.
         Successfully installed 'WindowsAzure.ServiceBus 2.1.2.0'.
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.ServiceBus\".
    11>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.ServiceBus\Microsoft.AspNet.SignalR.ServiceBus.csproj" (Rebuild target(s)) -- FAILED.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.SqlServer\Microsoft.AspNet.SignalR.SqlServer.csproj" (12) on node 1 (Rebuild target(s)).
    12>CoreClean:
         Creating directory "obj\BNB\Release\".
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.SqlServer\".
    12>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.SqlServer\Microsoft.AspNet.SignalR.SqlServer.csproj" (Rebuild target(s)) -- FAILED.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.StressServer\Microsoft.AspNet.SignalR.StressServer.csproj" (13) on node 1 (Rebuild target(s)).
    13>C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(617,5): error : The OutputPath property is not set for project 'Microsoft.AspNet.SignalR.StressServer.csproj'.  Please check to make sure that you have specified a valid combination of Configuration and Platform for this project.  Configuration='Release'  Platform='BNB'.  You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.StressServer\Microsoft.AspNet.SignalR.StressServer.csproj]
    13>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.StressServer\Microsoft.AspNet.SignalR.StressServer.csproj" (Rebuild target(s)) -- FAILED.
     1>Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (1) is building "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj" (14) on node 1 (Rebuild target(s)).
    14>CoreClean:
         Creating directory "obj\BNB\Release\".
       PrepareForBuild:
         Creating directory "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\..\artifacts\Release\projects\Microsoft.AspNet.SignalR.Utils\".
       CoreResGen:
         "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /compile Resources.resx,obj\BNB\Release\Microsoft.AspNet.SignalR.Utils.Resources.resources
         Processing resource file "Resources.resx" into "obj\BNB\Release\Microsoft.AspNet.SignalR.Utils.Resources.resources".
       GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
         C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:1591,1701,1702 /nostdlib+ /define:CODE_ANALYSIS;CODE_ANALYSIS /highentropyva- /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /filealign:512 /out:obj\BNB\Release\signalr.exe /resource:obj\BNB\Release\Microsoft.AspNet.SignalR.Utils.Resources.resources /target:exe /warnaserror+ /utf8output ..\Common\CommonAssemblyInfo.cs ..\Common\CommonVersionInfo.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\IPerformanceCounter.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\IPerformanceCounterManager.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\NoOpPerformanceCounter.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\PerformanceCounterAttribute.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\PerformanceCounterManager.cs ..\Microsoft.AspNet.SignalR.Core\Infrastructure\PerformanceCounterWrapper.cs Commands\Command.cs Commands\GenerateHubProxyCommand.cs Commands\ICommand.cs Commands\InstallPerformanceCountersCommand.cs Commands\PerformanceCounterInstaller.cs GlobalSuppressions.cs Program.cs Properties\AssemblyInfo.cs Commands\UninstallPerformanceCountersCommand.cs Resources.Designer.cs C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\GlobalSuppressions.cs "C:\Users\mbb\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttributes.cs"
    14>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\PerformanceCounterManager.cs(14,32): error CS0234: The type or namespace name 'Tracing' does not exist in the namespace 'Microsoft.AspNet.SignalR' (are you missing an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj]
    14>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\PerformanceCounterManager.cs(37,42): error CS0246: The type or namespace name 'DefaultDependencyResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj]
    14>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\PerformanceCounterManager.cs(46,42): error CS0246: The type or namespace name 'ITraceManager' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj]
    14>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0122: 'System.Reflection.AssemblyMetadata' is inaccessible due to its protection level [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj]
    14>c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0246: The type or namespace name 'AssemblyMetadataAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj]
    14>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj" (Rebuild target(s)) -- FAILED.
     1>Done Building Project "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (BuildCmd target(s)) -- FAILED.

Build FAILED.

       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (BuildCmd target) (1) ->
       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.JS\Microsoft.AspNet.SignalR.Client.JS.csproj" (Rebuild target) (2) ->
       (RunCodeAnalysis target) -> 
         MSBUILD : warning : CA0068 : Debug information could not be found for target assembly 'Microsoft.AspNet.SignalR.Client.JS.dll'. For best analysis results, include the .pdb file with debug information for 'Microsoft.AspNet.SignalR.Client.JS.dll' in the same directory as the target assembly. [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.JS\Microsoft.AspNet.SignalR.Client.JS.csproj]


       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (BuildCmd target) (1) ->
       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj" (Rebuild target) (4) ->
       (CoreCompile target) -> 
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpHandler.cs(5,23): error CS0234: The type or namespace name 'Cryptography' does not exist in the namespace 'System.Security' (are you missing an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpHandler.cs(12,39): error CS0246: The type or namespace name 'WebRequestHandler' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Infrastructure\TaskQueueMonitor.cs(17,17): error CS0246: The type or namespace name 'Timer' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\HeartBeatMonitor.cs(17,17): error CS0246: The type or namespace name 'Timer' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs(63,16): error CS0246: The type or namespace name 'IPerformanceCounter' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.WinRT\Microsoft.AspNet.SignalR.Client.WinRT.csproj]


       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (BuildCmd target) (1) ->
       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj" (Rebuild target) (5) ->
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpHandler.cs(5,23): error CS0234: The type or namespace name 'Cryptography' does not exist in the namespace 'System.Security' (are you missing an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Http\DefaultHttpHandler.cs(12,39): error CS0246: The type or namespace name 'WebRequestHandler' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Hubs\Hubservable.cs(15,32): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\ObservableConnection.cs(11,44): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\ConnectionExtensions.cs(92,23): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\ConnectionExtensions.cs(97,23): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\ConnectionExtensions.cs(102,23): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\HubProxyExtensions.cs(388,23): error CS0246: The type or namespace name 'IObservable' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Hubs\Hubservable.cs(26,38): error CS0246: The type or namespace name 'IObserver' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\ObservableConnection.cs(32,38): error CS0246: The type or namespace name 'IObserver' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs(63,16): error CS0246: The type or namespace name 'IPerformanceCounter' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0246: The type or namespace name 'AssemblyMetadata' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0122: 'System.Reflection.AssemblyMetadataAttribute' is inaccessible due to its protection level [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(19,12): error CS0246: The type or namespace name 'ComVisible' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(19,12): error CS0246: The type or namespace name 'ComVisibleAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client.Portable\Microsoft.AspNet.SignalR.Client.Portable.csproj]


       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (BuildCmd target) (1) ->
       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj" (Rebuild target) (7) ->
         Infrastructure\ErrorExtensions.cs(8,18): error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Net' (are you missing an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs(63,16): error CS0246: The type or namespace name 'IPerformanceCounter' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0122: 'System.Reflection.AssemblyMetadata' is inaccessible due to its protection level [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0246: The type or namespace name 'AssemblyMetadataAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj]


       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (BuildCmd target) (1) ->
       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Microsoft.AspNet.SignalR.Client45.csproj" (Rebuild target) (8) ->
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs(63,16): error CS0246: The type or namespace name 'IPerformanceCounter' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Client45\Microsoft.AspNet.SignalR.Client45.csproj]


       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (BuildCmd target) (1) ->
       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Microsoft.AspNet.SignalR.Core.csproj" (Rebuild target) (9) ->
         TaskAsyncHelper.cs(15,32): error CS0234: The type or namespace name 'Client' does not exist in the namespace 'Microsoft.AspNet.SignalR' (are you missing an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Microsoft.AspNet.SignalR.Core.csproj]


       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (BuildCmd target) (1) ->
       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.StressServer\Microsoft.AspNet.SignalR.StressServer.csproj" (Rebuild target) (13) ->
       (_CheckForInvalidConfigurationAndPlatform target) -> 
         C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(617,5): error : The OutputPath property is not set for project 'Microsoft.AspNet.SignalR.StressServer.csproj'.  Please check to make sure that you have specified a valid combination of Configuration and Platform for this project.  Configuration='Release'  Platform='BNB'.  You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.StressServer\Microsoft.AspNet.SignalR.StressServer.csproj]


       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\Build\Build.proj" (BuildCmd target) (1) ->
       "C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj" (Rebuild target) (14) ->
       (CoreCompile target) -> 
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\PerformanceCounterManager.cs(14,32): error CS0234: The type or namespace name 'Tracing' does not exist in the namespace 'Microsoft.AspNet.SignalR' (are you missing an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\PerformanceCounterManager.cs(37,42): error CS0246: The type or namespace name 'DefaultDependencyResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Core\Infrastructure\PerformanceCounterManager.cs(46,42): error CS0246: The type or namespace name 'ITraceManager' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0122: 'System.Reflection.AssemblyMetadata' is inaccessible due to its protection level [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj]
         c:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Common\CommonAssemblyInfo.cs(14,12): error CS0246: The type or namespace name 'AssemblyMetadataAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\TFS\AgpWebEngine\Dependencies\SignalR-2.2.0\src\Microsoft.AspNet.SignalR.Utils\Microsoft.AspNet.SignalR.Utils.csproj]

    1 Warning(s)
    32 Error(s)

Time Elapsed 00:00:54.72
@aspnet-hello
Copy link

This issue has been closed as part of issue clean-up as described in https://blogs.msdn.microsoft.com/webdev/2018/09/17/the-future-of-asp-net-signalr/. If you're still encountering this problem, please feel free to re-open and comment to let us know! We're still interested in hearing from you, the backlog just got a little big and we had to do a bulk clean up to get back on top of things. Thanks for your continued feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants