Created
November 17, 2016 15:46
-
-
Save anonymous/52ceb28b8d9781835b226bcbe9d04d58 to your computer and use it in GitHub Desktop.
Microsoft.EntityFrameworkCore 1.1.0 install fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Retrieving package 'Microsoft.EntityFrameworkCore 1.1.0' from 'nuget.org'. | |
Successfully installed 'Microsoft.EntityFrameworkCore 1.1.0' to Web | |
Build started 11/17/2016 4:44:49 PM. | |
__________________________________________________ | |
Project "/Users/Paul/Dropbox/projects/SnakeDb/src/Web/Web.csproj" (restore target(s)): | |
Target _GenerateRestoreGraph: | |
__________________________________________________ | |
Project "/Users/Paul/Dropbox/projects/SnakeDb/src/Web/Web.csproj" is building "/Users/Paul/Dropbox/projects/SnakeDb/src/Web/Web.csproj" (_GenerateRestoreGraphProjectEntry target(s)): | |
Target _GenerateRestoreDependencies: | |
__________________________________________________ | |
Project "/Users/Paul/Dropbox/projects/SnakeDb/src/Web/Web.csproj" is building "/Users/Paul/Dropbox/projects/SnakeDb/src/Web/Web.csproj" (_GenerateRestoreGraphWalkPerFramework target(s)): | |
Target _GetAllRestoreProjectReferences: | |
__________________________________________________ | |
Project "/Users/Paul/Dropbox/projects/SnakeDb/src/Web/Web.csproj" is building "/Users/Paul/Dropbox/projects/SnakeDb/src/Web/Web.csproj" (_GenerateRestoreProjectReferencePaths target(s)): | |
Target Restore: | |
Restoring packages for /Users/Paul/Dropbox/projects/SnakeDb/src/Web/Web.csproj... | |
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/index.json | |
GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg | |
CACHE https://api.nuget.org/v3-flatcontainer/remotion.linq/index.json | |
GET https://api.nuget.org/v3-flatcontainer/remotion.linq/2.1.1/remotion.linq.2.1.1.nupkg | |
CACHE https://api.nuget.org/v3-flatcontainer/system.interactive.async/index.json | |
GET https://api.nuget.org/v3-flatcontainer/system.interactive.async/3.0.0/system.interactive.async.3.0.0.nupkg | |
OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg 116ms | |
Failed to download package from 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg'. | |
Failure has occurred while loading a type. | |
GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg | |
OK https://api.nuget.org/v3-flatcontainer/remotion.linq/2.1.1/remotion.linq.2.1.1.nupkg 119ms | |
OK https://api.nuget.org/v3-flatcontainer/system.interactive.async/3.0.0/system.interactive.async.3.0.0.nupkg 140ms | |
Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.interactive.async/3.0.0/system.interactive.async.3.0.0.nupkg'. | |
Failure has occurred while loading a type. | |
GET https://api.nuget.org/v3-flatcontainer/system.interactive.async/3.0.0/system.interactive.async.3.0.0.nupkg | |
OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg 107ms | |
Failed to download package from 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg'. | |
Failure has occurred while loading a type. | |
GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg | |
OK https://api.nuget.org/v3-flatcontainer/system.interactive.async/3.0.0/system.interactive.async.3.0.0.nupkg 54ms | |
Failed to download package from 'https://api.nuget.org/v3-flatcontainer/system.interactive.async/3.0.0/system.interactive.async.3.0.0.nupkg'. | |
Failure has occurred while loading a type. | |
GET https://api.nuget.org/v3-flatcontainer/system.interactive.async/3.0.0/system.interactive.async.3.0.0.nupkg | |
Failed to download package from 'https://api.nuget.org/v3-flatcontainer/remotion.linq/2.1.1/remotion.linq.2.1.1.nupkg'. | |
Failure has occurred while loading a type. | |
GET https://api.nuget.org/v3-flatcontainer/remotion.linq/2.1.1/remotion.linq.2.1.1.nupkg | |
OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg 103ms | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets : error : Failed to download package from 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg'. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets : error : Failure has occurred while loading a type. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: The "RestoreTask" task failed unexpectedly. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: This is an unhandled exception from a task -- PLEASE OPEN A BUG AGAINST THE TASK OWNER. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: System.AggregateException: One or more errors occurred. ---> NuGet.Protocol.Core.Types.FatalProtocolException: Unable to load package 'Microsoft.Extensions.Logging'. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.FindPackagesByIdNupkgDownloader+<GetNuspecReaderFromNupkgAsync>d__6.MoveNext () [0x0017f] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.HttpFileSystemBasedFindPackageByIdResource+<>c__DisplayClass8_0+<<GetOriginalIdentityAsync>b__0>d.MoveNext () [0x000ae] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.HttpFileSystemBasedFindPackageByIdResource+<GetOriginalIdentityAsync>d__8.MoveNext () [0x0018d] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.SourceRepositoryDependencyProvider+<FindLibraryAsync>d__12.MoveNext () [0x002c9] in <9f02ca22e5cd447db41879f50da96080>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<>c__DisplayClass16_1+<<FindLibrary>b__0>d.MoveNext () [0x00078] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibrary>d__16.MoveNext () [0x00168] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryByVersion>d__15.MoveNext () [0x00297] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryMatch>d__10.MoveNext () [0x003a8] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryEntry>d__8.MoveNext () [0x00085] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x001fc] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x00533] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x00533] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.ProjectRestoreCommand+<WalkDependenciesAsync>d__5.MoveNext () [0x000b0] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.ProjectRestoreCommand+<TryRestore>d__3.MoveNext () [0x00176] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreCommand+<ExecuteRestoreAsync>d__16.MoveNext () [0x00411] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreCommand+<ExecuteAsync>d__8.MoveNext () [0x00117] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Execute>d__6.MoveNext () [0x000c6] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<ExecuteAndCommit>d__5.MoveNext () [0x0006a] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<>c__DisplayClass1_0+<<Run>b__0>d.MoveNext () [0x00065] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<CompleteTaskAsync>d__8.MoveNext () [0x000d6] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Run>d__1.MoveNext () [0x001f4] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Run>d__0.MoveNext () [0x000cf] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of inner exception stack trace --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Build.Tasks.RestoreTask.Execute () [0x00270] in <e14b8a997c9541b48ab7538dffc58d4a>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x0002d] in <d011bbab5f06466f94bf2b2226ce627e>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at Microsoft.Build.BackEnd.TaskBuilder+<ExecuteInstantiatedTask>c__async4.MoveNext () [0x00266] in <d011bbab5f06466f94bf2b2226ce627e>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: ---> (Inner Exception #0) NuGet.Protocol.Core.Types.FatalProtocolException: Unable to load package 'Microsoft.Extensions.Logging'. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.FindPackagesByIdNupkgDownloader+<GetNuspecReaderFromNupkgAsync>d__6.MoveNext () [0x0017f] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.HttpFileSystemBasedFindPackageByIdResource+<>c__DisplayClass8_0+<<GetOriginalIdentityAsync>b__0>d.MoveNext () [0x000ae] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.HttpFileSystemBasedFindPackageByIdResource+<GetOriginalIdentityAsync>d__8.MoveNext () [0x0018d] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.SourceRepositoryDependencyProvider+<FindLibraryAsync>d__12.MoveNext () [0x002c9] in <9f02ca22e5cd447db41879f50da96080>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<>c__DisplayClass16_1+<<FindLibrary>b__0>d.MoveNext () [0x00078] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibrary>d__16.MoveNext () [0x00168] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryByVersion>d__15.MoveNext () [0x00297] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryMatch>d__10.MoveNext () [0x003a8] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryEntry>d__8.MoveNext () [0x00085] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x001fc] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x00533] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x00533] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.ProjectRestoreCommand+<WalkDependenciesAsync>d__5.MoveNext () [0x000b0] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.ProjectRestoreCommand+<TryRestore>d__3.MoveNext () [0x00176] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreCommand+<ExecuteRestoreAsync>d__16.MoveNext () [0x00411] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreCommand+<ExecuteAsync>d__8.MoveNext () [0x00117] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Execute>d__6.MoveNext () [0x000c6] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<ExecuteAndCommit>d__5.MoveNext () [0x0006a] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<>c__DisplayClass1_0+<<Run>b__0>d.MoveNext () [0x00065] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<CompleteTaskAsync>d__8.MoveNext () [0x000d6] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Run>d__1.MoveNext () [0x001f4] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Run>d__0.MoveNext () [0x000cf] in <823a0763bfab4a12bc67a2e09e67c10d>:0 <--- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: | |
Done building target "Restore" in project "Web.csproj" -- FAILED. | |
Done building project "Web.csproj" -- FAILED. | |
Build FAILED. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets : error : Failed to download package from 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg'. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets : error : Failure has occurred while loading a type. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: The "RestoreTask" task failed unexpectedly. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: This is an unhandled exception from a task -- PLEASE OPEN A BUG AGAINST THE TASK OWNER. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: System.AggregateException: One or more errors occurred. ---> NuGet.Protocol.Core.Types.FatalProtocolException: Unable to load package 'Microsoft.Extensions.Logging'. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.FindPackagesByIdNupkgDownloader+<GetNuspecReaderFromNupkgAsync>d__6.MoveNext () [0x0017f] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.HttpFileSystemBasedFindPackageByIdResource+<>c__DisplayClass8_0+<<GetOriginalIdentityAsync>b__0>d.MoveNext () [0x000ae] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.HttpFileSystemBasedFindPackageByIdResource+<GetOriginalIdentityAsync>d__8.MoveNext () [0x0018d] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.SourceRepositoryDependencyProvider+<FindLibraryAsync>d__12.MoveNext () [0x002c9] in <9f02ca22e5cd447db41879f50da96080>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<>c__DisplayClass16_1+<<FindLibrary>b__0>d.MoveNext () [0x00078] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibrary>d__16.MoveNext () [0x00168] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryByVersion>d__15.MoveNext () [0x00297] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryMatch>d__10.MoveNext () [0x003a8] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryEntry>d__8.MoveNext () [0x00085] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x001fc] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x00533] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x00533] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.ProjectRestoreCommand+<WalkDependenciesAsync>d__5.MoveNext () [0x000b0] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.ProjectRestoreCommand+<TryRestore>d__3.MoveNext () [0x00176] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreCommand+<ExecuteRestoreAsync>d__16.MoveNext () [0x00411] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreCommand+<ExecuteAsync>d__8.MoveNext () [0x00117] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Execute>d__6.MoveNext () [0x000c6] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<ExecuteAndCommit>d__5.MoveNext () [0x0006a] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<>c__DisplayClass1_0+<<Run>b__0>d.MoveNext () [0x00065] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<CompleteTaskAsync>d__8.MoveNext () [0x000d6] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Run>d__1.MoveNext () [0x001f4] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Run>d__0.MoveNext () [0x000cf] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of inner exception stack trace --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Build.Tasks.RestoreTask.Execute () [0x00270] in <e14b8a997c9541b48ab7538dffc58d4a>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x0002d] in <d011bbab5f06466f94bf2b2226ce627e>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at Microsoft.Build.BackEnd.TaskBuilder+<ExecuteInstantiatedTask>c__async4.MoveNext () [0x00266] in <d011bbab5f06466f94bf2b2226ce627e>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: ---> (Inner Exception #0) NuGet.Protocol.Core.Types.FatalProtocolException: Unable to load package 'Microsoft.Extensions.Logging'. | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.FindPackagesByIdNupkgDownloader+<GetNuspecReaderFromNupkgAsync>d__6.MoveNext () [0x0017f] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.HttpFileSystemBasedFindPackageByIdResource+<>c__DisplayClass8_0+<<GetOriginalIdentityAsync>b__0>d.MoveNext () [0x000ae] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Protocol.HttpFileSystemBasedFindPackageByIdResource+<GetOriginalIdentityAsync>d__8.MoveNext () [0x0018d] in <5abddbd959a94ccfaf68a9376d3c40a5>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.SourceRepositoryDependencyProvider+<FindLibraryAsync>d__12.MoveNext () [0x002c9] in <9f02ca22e5cd447db41879f50da96080>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<>c__DisplayClass16_1+<<FindLibrary>b__0>d.MoveNext () [0x00078] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibrary>d__16.MoveNext () [0x00168] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryByVersion>d__15.MoveNext () [0x00297] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryMatch>d__10.MoveNext () [0x003a8] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<FindLibraryEntry>d__8.MoveNext () [0x00085] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x001fc] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x00533] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.DependencyResolver.RemoteDependencyWalker+<CreateGraphNode>d__3.MoveNext () [0x00533] in <4ae6e370324c406199879a393d84a969>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.ProjectRestoreCommand+<WalkDependenciesAsync>d__5.MoveNext () [0x000b0] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.ProjectRestoreCommand+<TryRestore>d__3.MoveNext () [0x00176] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreCommand+<ExecuteRestoreAsync>d__16.MoveNext () [0x00411] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreCommand+<ExecuteAsync>d__8.MoveNext () [0x00117] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Execute>d__6.MoveNext () [0x000c6] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<ExecuteAndCommit>d__5.MoveNext () [0x0006a] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<>c__DisplayClass1_0+<<Run>b__0>d.MoveNext () [0x00065] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<CompleteTaskAsync>d__8.MoveNext () [0x000d6] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Run>d__1.MoveNext () [0x001f4] in <823a0763bfab4a12bc67a2e09e67c10d>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: --- End of stack trace from previous location where exception was thrown --- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <829ce140006e4cad9124766ee7f51179>:0 | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: at NuGet.Commands.RestoreRunner+<Run>d__0.MoveNext () [0x000cf] in <823a0763bfab4a12bc67a2e09e67c10d>:0 <--- | |
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/NuGet.targets(70,5): error MSB4018: | |
0 Warning(s) | |
2 Error(s) | |
Time Elapsed 00:00:00.77 | |
Install failed. Rolling back... | |
Executing nuget actions took 3.47 sec | |
Failed to download package from 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/1.1.0/microsoft.extensions.logging.1.1.0.nupkg'. | |
Failure has occurred while loading a type. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment