Closed tjrobinson closed 7 years ago
Thanks for getting in touch. This is a strange one - the MissingMethodException
could only be reported from code that calls WriteTo.Seq()
, which in this case appears to be your program. This suggests the version that the version of Serilog.Sinks.Seq.dll that it's running with isn't the one it is being built against.
There are two possible causes I can think of:
Any other clues? :-)
I've checked that Serilog.Sinks.Seq.dll
isn't in the GAC. I've also opened it (from the bin directory) with dotPeek and checked that the version is correct and the method is there. I've also used dotPeek's "Open from Running Process" feature to check the version that's loaded and that's also fine. It's very weird.
I'm assuming it's something specific to the Azure Functions runtime. It could be a variation of this similar sounding issue: https://github.com/Azure/azure-functions-cli/issues/141
I'll see if I can put together a repro.
Right, I've made some progress. This reproduces the issue:
https://github.com/tjrobinson/SerilogSeqIssue70
Removing the reference to System.Net.Http 4.3.2
fixes it!
Unfortunately that's not possible in my real usage but it's a clue.
Failing output from the Azure Functions CLI:
%%%%%%
%%%%%%
@ %%%%%% @
@@ %%%%%% @@
@@@ %%%%%%%%%%% @@@
@@ %%%%%%%%%% @@
@@ %%%% @@
@@ %%% @@
@@ %% @@
%%
%
Listening on http://localhost:7071/
Hit CTRL-C to exit...
[21/06/2017 11:11:39] Reading host configuration file 'C:\Code\SerilogSeqIssue70\bin\Debug\net462\host.json'
[21/06/2017 11:11:39] Host configuration file read:
[21/06/2017 11:11:39] {
[21/06/2017 11:11:39] }
[21/06/2017 11:11:39] Host lock lease acquired by instance ID '00000000000000000000000051112E32'.
[21/06/2017 11:11:39] Loaded custom extension: BotFrameworkConfiguration from ''
[21/06/2017 11:11:39] Loaded custom extension: SendGridConfiguration from ''
[21/06/2017 11:11:40] Generating 1 job function(s)
[21/06/2017 11:11:40] Starting Host (HostId=empactistrobins-606748950, Version=1.0.11002.0, ProcessId=67764, Debug=False, Attempt=0)
[21/06/2017 11:11:40] Found the following functions:
[21/06/2017 11:11:40] Host.Functions.SampleFunction
[21/06/2017 11:11:40]
[21/06/2017 11:11:40] Executing HTTP request: {
[21/06/2017 11:11:40] "requestId": "afcac4ce-22da-4aa9-a119-f5f62bef9059",
[21/06/2017 11:11:40] "method": "GET",
[21/06/2017 11:11:40] "uri": "/"
[21/06/2017 11:11:40] }
[21/06/2017 11:11:40] Executed HTTP request: {
[21/06/2017 11:11:40] "requestId": "afcac4ce-22da-4aa9-a119-f5f62bef9059",
[21/06/2017 11:11:40] "method": "GET",
[21/06/2017 11:11:40] "uri": "/",
[21/06/2017 11:11:40] "authorizationLevel": "Anonymous"
[21/06/2017 11:11:40] }
[21/06/2017 11:11:40] Response details: {
[21/06/2017 11:11:40] "requestId": "afcac4ce-22da-4aa9-a119-f5f62bef9059",
[21/06/2017 11:11:40] "status": "OK"
[21/06/2017 11:11:40] }
[21/06/2017 11:11:40] The next 5 occurrences of the schedule will be:
[21/06/2017 11:11:40] 21/06/2017 12:11:41
[21/06/2017 11:11:40] 21/06/2017 12:11:42
[21/06/2017 11:11:40] 21/06/2017 12:11:43
[21/06/2017 11:11:40] 21/06/2017 12:11:44
[21/06/2017 11:11:40] 21/06/2017 12:11:45
[21/06/2017 11:11:40]
[21/06/2017 11:11:40] Job host started
[21/06/2017 11:11:41] Executing 'Functions.SampleFunction' (Reason='Timer fired at 2017-06-21T12:11:41.0706241+01:00', Id=5092596b-3185-45f6-b6af-799d5387a295)
[21/06/2017 11:11:41] Function started (Id=5092596b-3185-45f6-b6af-799d5387a295)
[21/06/2017 11:11:41] Function completed (Failure, Id=5092596b-3185-45f6-b6af-799d5387a295, Duration=72ms)
[21/06/2017 11:11:41]
[21/06/2017 11:11:41] A ScriptHost error has occurred
[21/06/2017 11:11:41] Exception while executing function: Functions.SampleFunction. mscorlib: Exception has been thrown by the target of an invocation. SerilogSeqIssue70: Method not found: 'Serilog.LoggerConfiguration Serilog.SeqLoggerConfigurationExtensions.Seq(Serilog.Configuration.LoggerSinkConfiguration, System.String, Serilog.Events.LogEventLevel, Int32, System.Nullable`1<System.TimeSpan>, System.String, System.String, System.Nullable`1<Int64>, System.Nullable`1<Int64>, Serilog.Core.LoggingLevelSwitch, System.Net.Http.HttpMessageHandler, System.Nullable`1<Int64>, Boolean, Int32)'.
[21/06/2017 11:11:41] Exception while executing function: Functions.SampleFunction. mscorlib: Exception has been thrown by the target of an invocation. SerilogSeqIssue70: Method not found: 'Serilog.LoggerConfiguration Serilog.SeqLoggerConfigurationExtensions.Seq(Serilog.Configuration.LoggerSinkConfiguration, System.String, Serilog.Events.LogEventLevel, Int32, System.Nullable`1<System.TimeSpan>, System.String, System.String, System.Nullable`1<Int64>, System.Nullable`1<Int64>, Serilog.Core.LoggingLevelSwitch, System.Net.Http.HttpMessageHandler, System.Nullable`1<Int64>, Boolean, Int32)'.
[21/06/2017 11:11:41]
[21/06/2017 11:11:41] Exception while executing function: Functions.SampleFunction
[21/06/2017 11:11:41] Exception while executing function: Functions.SampleFunction. mscorlib: Exception has been thrown by the target of an invocation. SerilogSeqIssue70: Method not found: 'Serilog.LoggerConfiguration Serilog.SeqLoggerConfigurationExtensions.Seq(Serilog.Configuration.LoggerSinkConfiguration, System.String, Serilog.Events.LogEventLevel, Int32, System.Nullable`1<System.TimeSpan>, System.String, System.String, System.Nullable`1<Int64>, System.Nullable`1<Int64>, Serilog.Core.LoggingLevelSwitch, System.Net.Http.HttpMessageHandler, System.Nullable`1<Int64>, Boolean, Int32)'.
[21/06/2017 11:11:41] Executed 'Functions.SampleFunction' (Failed, Id=5092596b-3185-45f6-b6af-799d5387a295)
[21/06/2017 11:11:41] mscorlib: Exception while executing function: Functions.SampleFunction. mscorlib: Exception has been thrown by the target of an invocation. SerilogSeqIssue70: Method not found: 'Serilog.LoggerConfiguration Serilog.SeqLoggerConfigurationExtensions.Seq(Serilog.Configuration.LoggerSinkConfiguration, System.String, Serilog.Events.LogEventLevel, Int32, System.Nullable`1<System.TimeSpan>, System.String, System.String, System.Nullable`1<Int64>, System.Nullable`1<Int64>, Serilog.Core.LoggingLevelSwitch, System.Net.Http.HttpMessageHandler, System.Nullable`1<Int64>, Boolean, Int32)'.
[21/06/2017 11:11:41] Function had errors. See Azure WebJobs SDK dashboard for details. Instance ID is '5092596b-3185-45f6-b6af-799d5387a295'
[21/06/2017 11:11:41] mscorlib: Exception while executing function: Functions.SampleFunction. mscorlib: Exception has been thrown by the target of an invocation. SerilogSeqIssue70: Method not found: 'Serilog.LoggerConfiguration Serilog.SeqLoggerConfigurationExtensions.Seq(Serilog.Configuration.LoggerSinkConfiguration, System.String, Serilog.Events.LogEventLevel, Int32, System.Nullable`1<System.TimeSpan>, System.String, System.String, System.Nullable`1<Int64>, System.Nullable`1<Int64>, Serilog.Core.LoggingLevelSwitch, System.Net.Http.HttpMessageHandler, System.Nullable`1<Int64>, Boolean, Int32)'.
Detailed build output:
Restoring NuGet packages...
To prevent NuGet from restoring packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages during build.'
Running restore with 8 concurrent jobs.
Reading project file C:\Code\SerilogSeqIssue70\SerilogSeqIssue70.csproj.
Restoring packages for C:\Code\SerilogSeqIssue70\SerilogSeqIssue70.csproj...
Restoring packages for .NETFramework,Version=v4.6.2...
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.build.framework/index.json
GET https://www.myget.org/F/empactis/auth/397a25ae-3c69-449b-883e-a51c15aaf4a4/api/v3/flatcontainer/microsoft.build.framework/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.build.utilities.core/index.json
GET https://www.myget.org/F/empactis/auth/397a25ae-3c69-449b-883e-a51c15aaf4a4/api/v3/flatcontainer/microsoft.build.utilities.core/index.json
NotFound https://www.myget.org/F/empactis/auth/397a25ae-3c69-449b-883e-a51c15aaf4a4/api/v3/flatcontainer/microsoft.build.utilities.core/index.json 190ms
NotFound https://www.myget.org/F/empactis/auth/397a25ae-3c69-449b-883e-a51c15aaf4a4/api/v3/flatcontainer/microsoft.build.framework/index.json 206ms
Resolving conflicts for .NETFramework,Version=v4.6.2...
Microsoft.NET.Sdk.Functions 1.0.0-alpha3 depends on Microsoft.Build.Framework (>= 15.1.298-preview5) but Microsoft.Build.Framework 15.1.298-preview5 was not found. An approximate best match of Microsoft.Build.Framework 15.1.548 was resolved.
Microsoft.NET.Sdk.Functions 1.0.0-alpha3 depends on Microsoft.Build.Utilities.Core (>= 15.1.298-preview5) but Microsoft.Build.Utilities.Core 15.1.298-preview5 was not found. An approximate best match of Microsoft.Build.Utilities.Core 15.1.548 was resolved.
Checking compatibility of packages on .NETFramework,Version=v4.6.2.
All packages and projects are compatible with .NETFramework,Version=v4.6.2.
Committing restore...
Writing lock file to disk. Path: C:\Code\SerilogSeqIssue70\obj\project.assets.json
Restore completed in 358.2 ms for C:\Code\SerilogSeqIssue70\SerilogSeqIssue70.csproj.
1>------ Rebuild All started: Project: SerilogSeqIssue70, Configuration: Debug Any CPU ------
1>Building with tools version "15.0".
1>Project file contains ToolsVersion="". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="15.0". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424.
1>Target _CheckForUnsupportedTargetFramework:
1> Task "NETSdkError" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
1>Target CheckForImplicitPackageReferenceOverrides:
1> Using "CheckForImplicitPackageReferenceOverrides" task from assembly "C:\Program Files\dotnet\sdk\1.0.4\Sdks\Microsoft.NET.Sdk\build\..\tools\net46/Microsoft.NET.Build.Tasks.dll".
1> Task "CheckForImplicitPackageReferenceOverrides"
1> Done executing task "CheckForImplicitPackageReferenceOverrides".
1>Target CheckForDuplicateItems:
1> Using "CheckForDuplicateItems" task from assembly "C:\Program Files\dotnet\sdk\1.0.4\Sdks\Microsoft.NET.Sdk\build\..\tools\net46/Microsoft.NET.Build.Tasks.dll".
1> Task "CheckForDuplicateItems"
1> Done executing task "CheckForDuplicateItems".
1> Task "CheckForDuplicateItems"
1> Done executing task "CheckForDuplicateItems".
1> Task "CheckForDuplicateItems"
1> Done executing task "CheckForDuplicateItems".
1>Target _CheckForInvalidConfigurationAndPlatform:
1> Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
1> Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
1> Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "Message"
1> Configuration=Debug
1> Done executing task "Message".
1> Task "Message"
1> Platform=AnyCPU
1> Done executing task "Message".
1> Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Debug\net462\' != '' and !HasTrailingSlash('bin\Debug\net462\')).
1> Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('C:\Code\SerilogSeqIssue70\obj\' != '' and !HasTrailingSlash('C:\Code\SerilogSeqIssue70\obj\')).
1> Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj\Debug\net462\' != '' and !HasTrailingSlash('obj\Debug\net462\')).
1>Target BeforeRebuild:
1>Target "_WaitForServiceFabricApplicationCleanupBeforeClean" skipped, due to false condition; ('$(IsServiceFabricServiceProject)' == 'true') was evaluated as ('' == 'true').
1>Target BeforeClean:
1>Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
1> ('$(_AssemblyTimestampBeforeCompile)' == '')) and
1> Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
1> ('' == '')) and
1> Exists('C:\Code\SerilogSeqIssue70\obj\SerilogSeqIssue70.csproj.UnmanagedRegistration.cache')).
1>Target CoreClean:
1> Using "Delete" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "Delete"
1> File "obj\Debug\net462\\TempCA\SerilogSeqIssue70.pdb" doesn't exist. Skipping.
1> File "obj\Debug\net462\\TempCA\SerilogSeqIssue70.dll" doesn't exist. Skipping.
1> Done executing task "Delete".
1> Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "ReadLinesFromFile"
1> Done executing task "ReadLinesFromFile".
1> Using "FindUnderPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "FindUnderPath"
1> Comparison path is "bin\Debug\net462\".
1> Done executing task "FindUnderPath".
1> Task "FindUnderPath"
1> Comparison path is "obj\Debug\net462\".
1> Done executing task "FindUnderPath".
1> Task "Delete"
1> Done executing task "Delete".
1> Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "RemoveDuplicates"
1> Done executing task "RemoveDuplicates".
1> Using "MakeDir" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "MakeDir"
1> Done executing task "MakeDir".
1> Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "WriteLinesToFile"
1> Done executing task "WriteLinesToFile".
1>Target RunResolvePackageDependencies:
1> Using "ResolvePackageDependencies" task from assembly "C:\Program Files\dotnet\sdk\1.0.4\Sdks\Microsoft.NET.Sdk\build\..\tools\net46/Microsoft.NET.Build.Tasks.dll".
1> Task "ResolvePackageDependencies"
1> Done executing task "ResolvePackageDependencies".
1>Target _ComputeTFMOnlyFileDependencies:
1>Target _ComputeLockFileReferences:
1>Target "_ComputeTFMOnlyFileDependencies" skipped. Previously built successfully.
1>Target _ComputeLockFileFrameworks:
1>Target ResolveLockFileReferences:
1>Target "RunResolvePackageDependencies" skipped. Previously built successfully.
1>Target _ComputeLockFileAnalyzers:
1>Target ResolveLockFileAnalyzers:
1>Target "RunResolvePackageDependencies" skipped. Previously built successfully.
1>Target _ComputeActiveTFMFileDependencies:
1>Target "_ComputeActiveTFMFileDependencies" skipped. Previously built successfully.
1>Target RunProduceContentAssets:
1> Using "ProduceContentAssets" task from assembly "C:\Program Files\dotnet\sdk\1.0.4\Sdks\Microsoft.NET.Sdk\build\..\tools\net46/Microsoft.NET.Build.Tasks.dll".
1> Task "ProduceContentAssets"
1> Done executing task "ProduceContentAssets".
1> Task "CreateItem" skipped, due to false condition; ('@(_ProcessedContentItems)' != '') was evaluated as ('' != '').
1>Target _ComputeLockFileCopyLocal:
1>Target ResolveLockFileCopyLocalProjectDeps:
1>Target "RunResolvePackageDependencies" skipped. Previously built successfully.
1>Target _ComputeActiveTFMPackageDependencies:
1>Target _ComputeTransitiveProjectReferences:
1>Target IncludeTransitiveProjectReferences:
1>Target ResolvePackageDependenciesForBuild:
1>Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and
1> '$(_UsingDefaultRuntimeIdentifier)' == 'true' and
1> '@(NativeCopyLocalItems)' == '') was evaluated as ('true' == 'true' and
1> '' == 'true' and
1> '' == '').
1>Target AssignProjectConfiguration:
1> Using "AssignProjectConfiguration" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "AssignProjectConfiguration"
1> Done executing task "AssignProjectConfiguration".
1>Target _SplitProjectReferencesByFileExistence:
1> Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as ('true'=='true' and ''!='').
1>Target _GetProjectReferenceTargetFrameworkProperties:
1> Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "MSBuild"
1> Done executing task "MSBuild".
1>Target PrepareProjectReferences:
1>Target CleanReferencedProjects:
1> Task "MSBuild" skipped, due to false condition; ('$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' != 'true' and 'true' == 'true' and '' != '').
1>Target CleanPublishFolder:
1> Task "RemoveDir" skipped, due to false condition; ('$(PublishDir)'=='$(OutputPath)app.publish\' and Exists('$(PublishDir)')) was evaluated as ('bin\Debug\net462\publish\'=='bin\Debug\net462\app.publish\' and Exists('bin\Debug\net462\publish\')).
1>Target AfterClean:
1>Target "EntityClean" skipped, due to false condition; ('@(EntityDeploy)' != '') was evaluated as ('' != '').
1>Target Clean:
1>Target CleanXsdCodeGen:
1> Task "Delete"
1> Done executing task "Delete".
1>Target "_CleanPackageFiles" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true') was evaluated as ('false' == 'true').
1>Target "EntityDeploy" skipped, due to false condition; ('@(EntityDeploy)' != '') was evaluated as ('' != '').
1>Target "_WaitForServiceFabricApplicationCleanupBeforeBuild" skipped, due to false condition; ('$(IsServiceFabricServiceProject)' == 'true') was evaluated as ('' == 'true').
1>Target BeforeBuild:
1>Target BuildOnlySettings:
1>Target GetFrameworkPaths:
1>Target "GetWinFXPath" skipped, due to false condition; (('@(Page)' != '' or '@(ApplicationDefinition)' != '' or '@(Resource)' != '') and ('$(GetWinFXNativePath)' != '' or '$(GetWinFXWoWPath)' != '' )) was evaluated as (('' != '' or '' != '' or '' != '') and ('' != '' or '' != '' )).
1>Target GetReferenceAssemblyPaths:
1> Using "GetReferenceAssemblyPaths" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "GetReferenceAssemblyPaths"
1> Done executing task "GetReferenceAssemblyPaths".
1>Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ).
1>Target PrepareForBuild:
1> Using "FindAppConfigFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "FindAppConfigFile"
1> Done executing task "FindAppConfigFile".
1> Task "MakeDir"
1> Done executing task "MakeDir".
1>Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
1>Target BeforeResolveReferences:
1>Target "AssignProjectConfiguration" skipped. Previously built successfully.
1>Target "PrepareProjectReferences" skipped. Previously built successfully.
1>Target ResolveProjectReferences:
1> Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('true' == 'true' or 'true' != 'true') and '15.0' != '10.0' and '' != '').
1> Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' == '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('true' == 'true' or 'true' != 'true') and '15.0' == '10.0' and '' != '').
1> Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and 'true' != 'true' and 'true' == 'true' and '' != '').
1> Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingProject)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and 'true' == 'true' and '' != '').
1> Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '') was evaluated as ('' != '' and '' != '').
1>Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
1>Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
1>Target "GetFrameworkPaths" skipped. Previously built successfully.
1>Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1>Target "PrepareForBuild" skipped. Previously built successfully.
1>Target GetInstalledSDKLocations:
1> Task "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != '').
1> Task "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '' and '$(SupportWindows81SDKs)' == 'true' and '$(TargetPlatformIdentifierWindows81)' != '' and '$(TargetPlatformVersionWindows81)' != '') was evaluated as ('' != '' and '' == 'true' and '' != '' and '' != '').
1> Task "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '' and '$(SupportWindowsPhone81SDKs)' == 'true' and '$(TargetPlatformIdentifierWindowsPhone81)' != '' and '$(TargetPlatformVersionWindowsPhone81)' != '') was evaluated as ('' != '' and '' == 'true' and '' != '' and '' != '').
1>Target ResolveSDKReferences:
1> Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!='').
1>Target "ResolveSDKReferences" skipped. Previously built successfully.
1>Target ExpandSDKReferences:
1> Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!='').
1>Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
1>Target ResolveAssemblyReferences:
1> Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "ResolveAssemblyReference"
1> TargetFrameworkMoniker:
1> .NETFramework,Version=v4.6.2
1> TargetFrameworkMonikerDisplayName:
1> .NET Framework 4.6.2
1> TargetedRuntimeVersion:
1> v4.0.30319
1> Assemblies:
1> Microsoft.CSharp
1> System
1> System.Data
1> System.Drawing
1> System.Xml
1> System.Runtime.Serialization
1> System.Xml.Linq
1> System.Numerics
1> System.IO.Compression.FileSystem
1> C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.azure.keyvault.core\1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.core\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46\Microsoft.Build.Framework.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.build.utilities.core\15.1.548\lib\net46\Microsoft.Build.Utilities.Core.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\Microsoft.Data.Edm.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\Microsoft.Data.OData.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\Microsoft.Data.Services.Client.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\ncrontab\3.3.0\lib\net35\NCrontab.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\newtonsoft.json\9.0.1\lib\net45\Newtonsoft.Json.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\serilog\2.5.0\lib\net46\Serilog.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\serilog.formatting.compact\1.0.0\lib\net45\Serilog.Formatting.Compact.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\serilog.sinks.file\3.2.0\lib\net45\Serilog.Sinks.File.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\serilog.sinks.periodicbatching\2.1.1\lib\net45\Serilog.Sinks.PeriodicBatching.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\serilog.sinks.rollingfile\3.3.0\lib\net45\Serilog.Sinks.RollingFile.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\serilog.sinks.seq\3.3.2\lib\net46\Serilog.Sinks.Seq.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\System.Spatial.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.threading.thread\4.0.0\ref\net46\System.Threading.Thread.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.valuetuple\4.3.0\lib\netstandard1.0\System.ValueTuple.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll
1> Private = 'false'
1> C:\Users\TomRobinson\.nuget\packages\windowsazure.storage\7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll
1> Private = 'false'
1> System
1> Private = 'false'
1> mscorlib
1> Private = 'false'
1> System.IO.Compression.FileSystem
1> Private = 'false'
1> System.ComponentModel.Composition
1> Private = 'false'
1> System.Numerics
1> Private = 'false'
1> System.Xml
1> Private = 'false'
1> System.Xml.Linq
1> Private = 'false'
1> System.Runtime.Serialization
1> Private = 'false'
1> System.ServiceModel
1> Private = 'false'
1> System.Data
1> Private = 'false'
1> System.Core
1> AssemblyFiles:
1> C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll
1> CandidateAssemblyFiles:
1> TargetFrameworkDirectories:
1> C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\,C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\
1> InstalledAssemblyTables:
1> IgnoreInstalledAssemblyTable:
1> False
1> SearchPaths:
1> {CandidateAssemblyFiles}
1> {HintPathFromItem}
1> {TargetFrameworkDirectory}
1> {RawFileName}
1> AllowedAssemblyExtensions:
1> .winmd
1> .dll
1> .exe
1> AllowedRelatedFileExtensions:
1> .pdb
1> .xml
1> .pri
1> .dll.config
1> .exe.config
1> AppConfigFile:
1>
1> AutoUnify:
1> True
1> CopyLocalDependenciesWhenParentReferenceInGac:
1> True
1> FindDependencies:
1> True
1> TargetProcessorArchitecture:
1> msil
1> StateFile:
1> obj\Debug\net462\SerilogSeqIssue70.csprojResolveAssemblyReference.cache
1> InstalledAssemblySubsetTables:
1> IgnoreInstalledAssemblySubsetTable:
1> False
1> TargetFrameworkSubsets:
1> FullTargetFrameworkSubsetNames:
1> Full
1> ProfileName:
1>
1> FullFrameworkFolders:
1> C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\
1> LatestTargetFrameworkDirectories:
1> ProfileTablesLocation:
1> Unified primary reference "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Using this version instead of original version "2.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\ncrontab\3.3.0\lib\net35\NCrontab.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Microsoft.CSharp.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Microsoft.CSharp.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because it's a prerequisite file.
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified primary reference "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Using this version instead of original version "2.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\ncrontab\3.3.0\lib\net35\NCrontab.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because it's a prerequisite file.
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Azure.KeyVault.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.keyvault.core\1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.keyvault.core\1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.ServiceBus.Messaging.EventProcessorHost, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Azure.WebJobs.Host, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Azure.WebJobs, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.core\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.core\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Azure.WebJobs.Extensions, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Azure.WebJobs.Extensions.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Azure.WebJobs.ServiceBus, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46\Microsoft.Build.Framework.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46\Microsoft.Build.Framework.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.build.utilities.core\15.1.548\lib\net46\Microsoft.Build.Utilities.Core.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.build.utilities.core\15.1.548\lib\net46\Microsoft.Build.Utilities.Core.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Data.Edm, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\Microsoft.Data.Edm.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\Microsoft.Data.Edm.xml".
1> Found satellite file "de\Microsoft.Data.Edm.resources.dll".
1> Found satellite file "es\Microsoft.Data.Edm.resources.dll".
1> Found satellite file "fr\Microsoft.Data.Edm.resources.dll".
1> Found satellite file "it\Microsoft.Data.Edm.resources.dll".
1> Found satellite file "ja\Microsoft.Data.Edm.resources.dll".
1> Found satellite file "ko\Microsoft.Data.Edm.resources.dll".
1> Found satellite file "ru\Microsoft.Data.Edm.resources.dll".
1> Found satellite file "zh-Hans\Microsoft.Data.Edm.resources.dll".
1> Found satellite file "zh-Hant\Microsoft.Data.Edm.resources.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Data.OData, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\Microsoft.Data.OData.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\Microsoft.Data.OData.xml".
1> Found satellite file "de\Microsoft.Data.OData.resources.dll".
1> Found satellite file "es\Microsoft.Data.OData.resources.dll".
1> Found satellite file "fr\Microsoft.Data.OData.resources.dll".
1> Found satellite file "it\Microsoft.Data.OData.resources.dll".
1> Found satellite file "ja\Microsoft.Data.OData.resources.dll".
1> Found satellite file "ko\Microsoft.Data.OData.resources.dll".
1> Found satellite file "ru\Microsoft.Data.OData.resources.dll".
1> Found satellite file "zh-Hans\Microsoft.Data.OData.resources.dll".
1> Found satellite file "zh-Hant\Microsoft.Data.OData.resources.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Data.Services.Client, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\Microsoft.Data.Services.Client.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\Microsoft.Data.Services.Client.xml".
1> Found satellite file "de\Microsoft.Data.Services.Client.resources.dll".
1> Found satellite file "es\Microsoft.Data.Services.Client.resources.dll".
1> Found satellite file "fr\Microsoft.Data.Services.Client.resources.dll".
1> Found satellite file "it\Microsoft.Data.Services.Client.resources.dll".
1> Found satellite file "ja\Microsoft.Data.Services.Client.resources.dll".
1> Found satellite file "ko\Microsoft.Data.Services.Client.resources.dll".
1> Found satellite file "ru\Microsoft.Data.Services.Client.resources.dll".
1> Found satellite file "zh-Hans\Microsoft.Data.Services.Client.resources.dll".
1> Found satellite file "zh-Hant\Microsoft.Data.Services.Client.resources.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Extensions.Logging.Abstractions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "NCrontab, Version=3.2.20120.0, Culture=neutral, PublicKeyToken=null".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\ncrontab\3.3.0\lib\net35\NCrontab.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v2.0.50727".
1> Unified primary reference "Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed".
1> Using this version instead of original version "6.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "6.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "8.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "6.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\windowsazure.storage\7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll" because AutoUnify is 'true'.
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\newtonsoft.json\9.0.1\lib\net45\Newtonsoft.Json.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\newtonsoft.json\9.0.1\lib\net45\Newtonsoft.Json.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\serilog\2.5.0\lib\net46\Serilog.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\serilog\2.5.0\lib\net46\Serilog.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Serilog.Formatting.Compact, Version=1.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\serilog.formatting.compact\1.0.0\lib\net45\Serilog.Formatting.Compact.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\serilog.formatting.compact\1.0.0\lib\net45\Serilog.Formatting.Compact.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Serilog.Sinks.File, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.file\3.2.0\lib\net45\Serilog.Sinks.File.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.file\3.2.0\lib\net45\Serilog.Sinks.File.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Serilog.Sinks.PeriodicBatching, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.periodicbatching\2.1.1\lib\net45\Serilog.Sinks.PeriodicBatching.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.periodicbatching\2.1.1\lib\net45\Serilog.Sinks.PeriodicBatching.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Serilog.Sinks.RollingFile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.rollingfile\3.3.0\lib\net45\Serilog.Sinks.RollingFile.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.rollingfile\3.3.0\lib\net45\Serilog.Sinks.RollingFile.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Serilog.Sinks.Seq, Version=3.3.2.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.seq\3.3.2\lib\net46\Serilog.Sinks.Seq.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.seq\3.3.2\lib\net46\Serilog.Sinks.Seq.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified primary reference "System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified primary reference "System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll" because AutoUnify is 'true'.
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified primary reference "System.Net.Http, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "4.1.1.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "4.1.1.0" in "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.seq\3.3.2\lib\net46\Serilog.Sinks.Seq.dll" because AutoUnify is 'true'.
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified primary reference "System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified primary reference "System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll" because AutoUnify is 'true'.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\system.valuetuple\4.3.0\lib\netstandard1.0\System.ValueTuple.dll" because AutoUnify is 'true'.
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified primary reference "System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because AutoUnify is 'true'.
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Runtime.InteropServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified primary reference "System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll" because AutoUnify is 'true'.
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Spatial, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\System.Spatial.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\System.Spatial.xml".
1> Found satellite file "de\System.Spatial.resources.dll".
1> Found satellite file "es\System.Spatial.resources.dll".
1> Found satellite file "fr\System.Spatial.resources.dll".
1> Found satellite file "it\System.Spatial.resources.dll".
1> Found satellite file "ja\System.Spatial.resources.dll".
1> Found satellite file "ko\System.Spatial.resources.dll".
1> Found satellite file "ru\System.Spatial.resources.dll".
1> Found satellite file "zh-Hans\System.Spatial.resources.dll".
1> Found satellite file "zh-Hant\System.Spatial.resources.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Threading.Thread, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.threading.thread\4.0.0\ref\net46\System.Threading.Thread.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.valuetuple\4.3.0\lib\netstandard1.0\System.ValueTuple.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll".
1> Reference found at search path location "{RawFileName}".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "Microsoft.ServiceBus, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified primary reference "Microsoft.WindowsAzure.Storage, Version=7.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Using this version instead of original version "4.3.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll" because AutoUnify is 'true'.
1> Resolved file path is "C:\Users\TomRobinson\.nuget\packages\windowsazure.storage\7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll".
1> Reference found at search path location "{RawFileName}".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\windowsazure.storage\7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.pdb".
1> Found related file "C:\Users\TomRobinson\.nuget\packages\windowsazure.storage\7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.xml".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Primary reference "System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ServiceModel.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ServiceModel.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Using this version instead of original version "3.5.0.0" in "C:\Users\TomRobinson\.nuget\packages\ncrontab\3.3.0\lib\net35\NCrontab.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.winmd", but it didn't exist.
1> This reference is not "CopyLocal" because it's a prerequisite file.
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.DataAnnotations.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.ComponentModel.DataAnnotations.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.ComponentModel.DataAnnotations.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.ComponentModel.DataAnnotations.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.DataAnnotations.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Configuration.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\System.Configuration.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\System.Configuration.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\System.Configuration.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Configuration.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.build.utilities.core\15.1.548\lib\net46\Microsoft.Build.Utilities.Core.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xaml.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46\System.Xaml.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46\System.Xaml.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46\System.Xaml.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xaml.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.build.utilities.core\15.1.548\lib\net46\Microsoft.Build.Utilities.Core.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46\Microsoft.Build.Framework.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.Resources.ResourceManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Resources.ResourceManager.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Resources.ResourceManager.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Resources.ResourceManager.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Resources.ResourceManager.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Resources.ResourceManager.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Resources.ResourceManager.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\system.valuetuple\4.3.0\lib\netstandard1.0\System.ValueTuple.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified Dependency "System.Diagnostics.Debug, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" because there is a more recent version of this framework file.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Diagnostics.Debug.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Diagnostics.Debug.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Diagnostics.Debug.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Diagnostics.Debug.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Diagnostics.Debug.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Diagnostics.Debug.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified Dependency "System.Collections.Concurrent, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" because there is a more recent version of this framework file.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Collections.Concurrent.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Collections.Concurrent.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Collections.Concurrent.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Collections.Concurrent.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Collections.Concurrent.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Collections.Concurrent.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified Dependency "System.Collections, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" because there is a more recent version of this framework file.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because there is a more recent version of this framework file.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\system.valuetuple\4.3.0\lib\netstandard1.0\System.ValueTuple.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Collections.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Collections.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Collections.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Collections.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Collections.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Collections.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\system.valuetuple\4.3.0\lib\netstandard1.0\System.ValueTuple.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified Dependency "System.Globalization, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" because there is a more recent version of this framework file.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Globalization.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Globalization.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Globalization.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Globalization.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Globalization.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Globalization.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Linq.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Linq.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\System.Linq.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Linq.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Linq.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Linq.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified Dependency "System.Threading.Tasks, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because there is a more recent version of this framework file.
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Threading.Tasks.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Threading.Tasks.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Threading.Tasks.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.seq\3.3.2\lib\net46\Serilog.Sinks.Seq.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified Dependency "System.Dynamic.Runtime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Dynamic.Runtime.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Dynamic.Runtime.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Dynamic.Runtime.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Dynamic.Runtime.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Dynamic.Runtime.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Dynamic.Runtime.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified Dependency "System.Threading, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Threading.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Threading.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Threading.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.Diagnostics.Tools, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81".
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Diagnostics.Tools.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Diagnostics.Tools.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Diagnostics.Tools.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Diagnostics.Tools.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Diagnostics.Tools.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Diagnostics.Tools.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.Net.Primitives, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46".
1> Considered "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Primitives.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Primitives.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Primitives.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Net.Primitives.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Net.Primitives.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Net.Primitives.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.seq\3.3.2\lib\net46\Serilog.Sinks.Seq.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Unified Dependency "System.Text.Encoding, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Using this version instead of original version "4.0.0.0" in "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll" because there is a more recent version of this framework file.
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46".
1> Considered "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Text.Encoding.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Text.Encoding.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Text.Encoding.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Text.Encoding.winmd", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Text.Encoding.dll", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Text.Encoding.exe", but it didn't exist.
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.seq\3.3.2\lib\net46\Serilog.Sinks.Seq.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IdentityModel.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full".
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.IdentityModel.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.IdentityModel.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.IdentityModel.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IdentityModel.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ServiceModel.Web.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full".
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.ServiceModel.Web.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.ServiceModel.Web.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.ServiceModel.Web.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ServiceModel.Web.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Services.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full".
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Web.Services.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Web.Services.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Web.Services.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Services.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Transactions.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full".
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Transactions.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Transactions.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Transactions.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Transactions.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Caching.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full".
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Runtime.Caching.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Runtime.Caching.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Runtime.Caching.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Caching.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full".
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Web.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Web.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.Web.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Dependency "System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
1> Resolved file path is "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ServiceModel.Activation.dll".
1> Reference found at search path location "{TargetFrameworkDirectory}".
1> For SearchPath "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full".
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.ServiceModel.Activation.winmd", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.ServiceModel.Activation.dll", but it didn't exist.
1> Considered "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\System.ServiceModel.Activation.exe", but it didn't exist.
1> For SearchPath "{TargetFrameworkDirectory}".
1> Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ServiceModel.Activation.winmd", but it didn't exist.
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Required by "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll".
1> This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
1> The ImageRuntimeVersion for this reference is "v4.0.30319".
1> Done executing task "ResolveAssemblyReference".
1>Target "GenerateBindingRedirects" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and '' == 'true').
1>Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true' and Exists('$(_GenerateBindingRedirectsIntermediateAppConfig)')) was evaluated as ('' == 'true' and '' == 'true' and Exists('obj\Debug\net462\SerilogSeqIssue70.csproj.SerilogSeqIssue70.dll.config')).
1>Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
1>Target AfterResolveReferences:
1>Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1>Target ImplicitlyExpandDesignTimeFacades:
1> Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('{RawFileName}' == 'ImplicitlyExpandDesignTimeFacades').
1> Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('{TargetFrameworkDirectory}' == 'ImplicitlyExpandDesignTimeFacades').
1> Task "Message"
1> Including C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll
1> Done executing task "Message".
1>Target "ResolveTestReferences" skipped, due to false condition; ('@(Shadow)'!='') was evaluated as (''!='').
1>Target ResolveReferences:
1>Target "_ComputeNETCoreBuildOutputFiles" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true') was evaluated as ('' == 'true').
1>Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
1>Target ValidationExtension:
1> Task "WorkflowBuildMessageTask" skipped, due to false condition; ('$(SkipWorkflowValidation)'!='' and '$(SkipWorkflowValidation)'!='true' and '$(SkipWorkflowValidation)'!='false') was evaluated as (''!='' and ''!='true' and ''!='false').
1>Target ExpressionBuildExtension:
1> Task "WorkflowBuildMessageTask" skipped, due to false condition; ('$(DisableWorkflowCompiledExpressions)'!='' and '$(DisableWorkflowCompiledExpressions)'!='true' and '$(DisableWorkflowCompiledExpressions)'!='false') was evaluated as (''!='' and ''!='true' and ''!='false').
1>Target "XamlMarkupCompilePass1" skipped, due to false condition; ('@(XamlPage)' != '' or '@(XamlAppDef)' != '') was evaluated as ('' != '' or '' != '').
1>Target "XamlMarkupCompileReadGeneratedFileList" skipped, due to false condition; ('@(XamlPage)' != '' or '@(XamlAppDef)' != '') was evaluated as ('' != '' or '' != '').
1>Target "XamlMarkupCompileAddFilesGenerated" skipped, due to false condition; ('@(XamlPage)' != '' or '@(XamlAppDef)' != '') was evaluated as ('' != '' or '' != '').
1>Target "XamlMarkupCompilePass2" skipped, due to false condition; ('$(XamlRequiresCompilationPass2)' == 'true' ) was evaluated as ('false' == 'true' ).
1>Target "XamlMarkupCompileReadPass2Flag" skipped, due to false condition; ('@(XamlPage)' != '' or '@(XamlAppDef)' != '') was evaluated as ('' != '' or '' != '').
1>Target "XamlMarkupCompileAddExtensionFilesGenerated" skipped, due to false condition; ('@(XamlPage)' != '' or '@(XamlAppDef)' != '') was evaluated as ('' != '' or '' != '').
1>Target "AddDeferredValidationErrorsFileToFileWrites" skipped, due to false condition; (Exists('$(DeferredValidationErrorsFileName)')) was evaluated as (Exists('obj\Debug\net462\\AC2C1ABA-CCF6-44D4-8127-588FD4D0A860-DeferredValidationErrors.xml')).
1>Target "ReportValidationBuildExtensionErrors" skipped, due to false condition; ('$(SkipWorkflowValidation)' != 'true' and ('@(XamlPage)' != '' or '@(XamlAppDef)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
1>Target "MarkupCompilePass1" skipped, due to false condition; ('@(Page)' != '' or '@(ApplicationDefinition)' != '' ) was evaluated as ('' != '' or '' != '' ).
1>Target AfterMarkupCompilePass1:
1>Target "MarkupCompilePass2ForMainAssembly" skipped, due to false condition; ('$(_RequireMCPass2ForMainAssembly)' == 'true' ) was evaluated as ('false' == 'true' ).
1>Target FileClassification:
1> Task "FileClassifier" skipped, due to false condition; ('@(GeneratedBaml)' != '' or '@(Resource)' != '' or '@(Font)' != '') was evaluated as ('' != '' or '' != '' or '' != '').
1> Task "Message" skipped, due to false condition; ('$(MSBuildTargetsVerbose)'=='true') was evaluated as (''=='true').
1> Task "Message" skipped, due to false condition; ('$(MSBuildTargetsVerbose)'=='true') was evaluated as (''=='true').
1>Target "MainResourcesGeneration" skipped, due to false condition; ('@(MainEmbeddedFiles)' != '') was evaluated as ('' != '').
1>Target "AssignWinFXEmbeddedResource" skipped, due to false condition; ('@(WinFXEmbeddedResource)' != '') was evaluated as ('' != '').
1>Target "_ComputeNETCoreBuildOutputFiles" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true') was evaluated as ('' == 'true').
1>Target AssignTargetPaths:
1> Using "AssignTargetPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "AssignTargetPath"
1> Done executing task "AssignTargetPath".
1> Task "AssignTargetPath"
1> Done executing task "AssignTargetPath".
1> Task "AssignTargetPath"
1> Done executing task "AssignTargetPath".
1> Task "AssignTargetPath"
1> Done executing task "AssignTargetPath".
1> Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.json'=='.manifest').
1> Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.md'=='.manifest').
1>Target "AssignTargetPaths" skipped. Previously built successfully.
1>Target SplitResourcesByCulture:
1> Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!='').
1> Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!='').
1> Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!='').
1> Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!='').
1> Using "AssignCulture" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "AssignCulture"
1> Done executing task "AssignCulture".
1>Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != '').
1>Target CreateCustomManifestResourceNames:
1>Target PrepareResourceNames:
1>Target "ResolveAssemblyReferences" skipped. Previously built successfully.
1>Target "SplitResourcesByCulture" skipped. Previously built successfully.
1>Target BeforeResGen:
1>Target CoreResGen:
1> Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' != 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' != 'CLR2').
1> Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' == 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' == 'CLR2').
1>Target AfterResGen:
1>Target ResGen:
1>Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
1>Target PrepareResources:
1>Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true').
1>Target "ResolveReferences" skipped. Previously built successfully.
1>Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true').
1>Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
1>Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
1>Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
1>Target _SetEmbeddedWin32ManifestProperties:
1> Using "GetFrameworkPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "GetFrameworkPath"
1> Done executing task "GetFrameworkPath".
1>Target SetWin32ManifestProperties:
1>Target "ResolveReferences" skipped. Previously built successfully.
1>Target FindReferenceAssembliesForReferences:
1>Target _GenerateCompileInputs:
1> Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
1> Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
1>Target "PrepareForBuild" skipped. Previously built successfully.
1>Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1>Target _SetTargetFrameworkMonikerAttribute:
1>Target GenerateTargetFrameworkMonikerAttribute:
1> Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
1> Input files: C:\Program Files (x86)\Microsoft Visual Studio\Preview\Professional\MSBuild\15.0\Bin\Microsoft.Common.targets
1> Output files: C:\Users\TomRobinson\AppData\Local\Temp\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs
1>Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true').
1>Target BeforeCompile:
1>Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
1>Target "ResolveAssemblyReferences" skipped. Previously built successfully.
1>Target _GenerateCompileDependencyCache:
1> Using "Hash" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "Hash"
1> Done executing task "Hash".
1> Task "WriteLinesToFile"
1> Done executing task "WriteLinesToFile".
1>Target GenerateCompiledExpressionsTempFile:
1> Task "WriteLinesToFile" skipped, due to false condition; (!Exists('$(GenerateCompiledExpressionsTempFilePathForEditing)')) was evaluated as (!Exists('obj\Debug\net462\\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs')).
1> Task "WriteLinesToFile" skipped, due to false condition; (!Exists('$(GenerateCompiledExpressionsTempFilePathForValidation)')) was evaluated as (!Exists('obj\Debug\net462\\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs')).
1> Task "WriteLinesToFile" skipped, due to false condition; (!Exists('$(GenerateCompiledExpressionsTempFilePathForTypeInfer)')) was evaluated as (!Exists('obj\Debug\net462\\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs')).
1>Target DesignTimeXamlMarkupCompilation:
1> Task "MakeDir" skipped, due to false condition; ('@(XamlAppDef)' != '') was evaluated as ('' != '').
1> Task "CallTarget" skipped, due to false condition; ('$(BuildingProject)' != 'true' and '@(XamlAppDef)' != '') was evaluated as ('true' != 'true' and '' != '').
1>Target "CleanInProcessXamlGeneratedFiles" skipped, due to false condition; ('@(XamlAppDef)' != '' And '$(BuildingInsideVisualStudio)'!='true') was evaluated as ('' != '' And 'true'!='true').
1>Target DesignTimeMarkupCompilation:
1> Task "CallTarget" skipped, due to false condition; ('$(BuildingProject)' != 'true') was evaluated as ('true' != 'true').
1>Target "_ComputeNonExistentFileProperty" skipped, due to false condition; (('$(BuildingInsideVisualStudio)' == 'true') and ('$(BuildingOutOfProcess)' != 'true') and (('$(BuildingProject)' == 'false') or ('$(UseHostCompilerIfAvailable)' == 'true'))) was evaluated as (('true' == 'true') and ('' != 'true') and (('true' == 'false') or ('false' == 'true'))).
1>Target ResolveCodeAnalysisRuleSet:
1> Using "ResolveCodeAnalysisRuleSet" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "ResolveCodeAnalysisRuleSet"
1> Done executing task "ResolveCodeAnalysisRuleSet".
1>Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and
1> '$(_UsingDefaultRuntimeIdentifier)' == 'true' and
1> '@(NativeCopyLocalItems)' == '') was evaluated as ('true' == 'true' and
1> '' == 'true' and
1> '' == '').
1>Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('C:\Users\TomRobinson\.nuget\packages\microsoft.azure.keyvault.core\1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.core\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46\Microsoft.Build.Framework.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.build.utilities.core\15.1.548\lib\net46\Microsoft.Build.Utilities.Core.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Microsoft.CSharp.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\Microsoft.Data.Edm.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\Microsoft.Data.OData.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\Microsoft.Data.Services.Client.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll;C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll;C:\Users\TomRobinson\.nuget\packages\windowsazure.storage\7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll;C:\Users\TomRobinson\.nuget\packages\ncrontab\3.3.0\lib\net35\NCrontab.dll;C:\Users\TomRobinson\.nuget\packages\newtonsoft.json\9.0.1\lib\net45\Newtonsoft.Json.dll;C:\Users\TomRobinson\.nuget\packages\serilog\2.5.0\lib\net46\Serilog.dll;C:\Users\TomRobinson\.nuget\packages\serilog.formatting.compact\1.0.0\lib\net45\Serilog.Formatting.Compact.dll;C:\Users\TomRobinson\.nuget\packages\serilog.sinks.file\3.2.0\lib\net45\Serilog.Sinks.File.dll;C:\Users\TomRobinson\.nuget\packages\serilog.sinks.periodicbatching\2.1.1\lib\net45\Serilog.Sinks.PeriodicBatching.dll;C:\Users\TomRobinson\.nuget\packages\serilog.sinks.rollingfile\3.3.0\lib\net45\Serilog.Sinks.RollingFile.dll;C:\Users\TomRobinson\.nuget\packages\serilog.sinks.seq\3.3.2\lib\net46\Serilog.Sinks.Seq.dll;C:\Users\TomRobinson\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll;C:\Users\TomRobinson\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll;C:\Users\TomRobinson\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll;C:\Users\TomRobinson\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll;C:\Users\TomRobinson\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll;C:\Users\TomRobinson\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll;C:\Users\TomRobinson\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll;C:\Users\TomRobinson\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll;C:\Users\TomRobinson\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll;C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.dll;C:\Users\TomRobinson\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll;C:\Users\TomRobinson\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll;C:\Users\TomRobinson\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll;C:\Users\TomRobinson\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll;C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll;C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll;C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll;C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll;C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll;C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ServiceModel.dll;C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\System.Spatial.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll;C:\Users\TomRobinson\.nuget\packages\system.threading.thread\4.0.0\ref\net46\System.Threading.Thread.dll;C:\Users\TomRobinson\.nuget\packages\system.valuetuple\4.3.0\lib\netstandard1.0\System.ValueTuple.dll;C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll;C:\Users\TomRobinson\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll' == '').
1>Target PreXsdCodeGen:
1> Using "CallTarget" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "CallTarget"
1> Target "CleanXsdCodeGen" skipped. Previously built successfully.
1> Done executing task "CallTarget".
1>Target "XsdCodeGen" skipped, due to false condition; ( '$(XsdCodeGenPreCondition)' == 'True' ) was evaluated as ( 'False' == 'True' ).
1>Target "PrepareForBuild" skipped. Previously built successfully.
1>Target GetAssemblyVersion:
1> Using "GetAssemblyVersion" task from assembly "C:\Program Files\dotnet\sdk\1.0.4\Sdks\Microsoft.NET.Sdk\build\..\tools\net46/Microsoft.NET.Build.Tasks.dll".
1> Task "GetAssemblyVersion"
1> Done executing task "GetAssemblyVersion".
1>Target CoreGenerateAssemblyInfo:
1> Building target "CoreGenerateAssemblyInfo" completely.
1> Output file "obj\Debug\net462\SerilogSeqIssue70.AssemblyInfo.cs" does not exist.
1> Using "WriteCodeFragment" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "WriteCodeFragment"
1> Emitted specified code into "obj\Debug\net462\SerilogSeqIssue70.AssemblyInfo.cs".
1> Done executing task "WriteCodeFragment".
1>Target GenerateAssemblyInfo:
1>Target CoreCompile:
1> Building target "CoreCompile" completely.
1> Output file "obj\Debug\net462\SerilogSeqIssue70.dll" does not exist.
1> Using "Csc" task from assembly "C:\Program Files (x86)\Microsoft Visual Studio\Preview\Professional\MSBuild\15.0\Bin\Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll".
1> Task "Csc"
1> C:\Program Files (x86)\Microsoft Visual Studio\Preview\Professional\MSBuild\15.0\Bin\Roslyn\csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702,1705,1701,1702,2008 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NET462 /errorendlocation /preferreduilang:en-US /highentropyva+ /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.azure.keyvault.core\1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.core\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46\Microsoft.Build.Framework.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.build.utilities.core\15.1.548\lib\net46\Microsoft.Build.Utilities.Core.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Microsoft.CSharp.dll" /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\Microsoft.Data.Edm.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\Microsoft.Data.OData.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\Microsoft.Data.Services.Client.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll /reference:C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:C:\Users\TomRobinson\.nuget\packages\windowsazure.storage\7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\Users\TomRobinson\.nuget\packages\ncrontab\3.3.0\lib\net35\NCrontab.dll /reference:C:\Users\TomRobinson\.nuget\packages\newtonsoft.json\9.0.1\lib\net45\Newtonsoft.Json.dll /reference:C:\Users\TomRobinson\.nuget\packages\serilog\2.5.0\lib\net46\Serilog.dll /reference:C:\Users\TomRobinson\.nuget\packages\serilog.formatting.compact\1.0.0\lib\net45\Serilog.Formatting.Compact.dll /reference:C:\Users\TomRobinson\.nuget\packages\serilog.sinks.file\3.2.0\lib\net45\Serilog.Sinks.File.dll /reference:C:\Users\TomRobinson\.nuget\packages\serilog.sinks.periodicbatching\2.1.1\lib\net45\Serilog.Sinks.PeriodicBatching.dll /reference:C:\Users\TomRobinson\.nuget\packages\serilog.sinks.rollingfile\3.3.0\lib\net45\Serilog.Sinks.RollingFile.dll /reference:C:\Users\TomRobinson\.nuget\packages\serilog.sinks.seq\3.3.2\lib\net46\Serilog.Sinks.Seq.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\Users\TomRobinson\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\Users\TomRobinson\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\Users\TomRobinson\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\Users\TomRobinson\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\ref\net46\System.Net.Http.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\Users\TomRobinson\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ServiceModel.dll" /reference:C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\System.Spatial.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.threading.thread\4.0.0\ref\net46\System.Threading.Thread.dll /reference:C:\Users\TomRobinson\.nuget\packages\system.valuetuple\4.3.0\lib\netstandard1.0\System.ValueTuple.dll /reference:C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\Users\TomRobinson\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /nologo /optimize- /out:obj\Debug\net462\SerilogSeqIssue70.dll /ruleset:"C:\Program Files (x86)\Microsoft Visual Studio\Preview\Professional\Team Tools\Static Analysis Tools\\Rule Sets\MinimumRecommendedRules.ruleset" /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ SampleFunction.cs "C:\Users\TomRobinson\AppData\Local\Temp\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs obj\Debug\net462\\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs obj\Debug\net462\\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs obj\Debug\net462\SerilogSeqIssue70.AssemblyInfo.cs
1> Using shared compilation with compiler from directory: C:\Program Files (x86)\Microsoft Visual Studio\Preview\Professional\MSBuild\15.0\Bin\Roslyn
1> Done executing task "Csc".
1> Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != '').
1>Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
1>Target AfterCompile:
1>Target "PrepareResourcesForSatelliteAssemblies" skipped, due to false condition; ('$(UICulture)' != '') was evaluated as ('' != '').
1>Target "MergeLocalizationDirectives" skipped, due to false condition; ('@(GeneratedLocalizationFiles)' !='') was evaluated as ('' !='').
1>Target AfterCompileWinFX:
1>Target _AfterCompileWinFXInternal:
1>Target Compile:
1>Target "DeferredValidation" skipped, due to false condition; ('$(SkipWorkflowValidation)' != 'true' and ('@(XamlPage)' != '' or '@(XamlAppDef)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
1>Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true').
1>Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
1> ('$(_AssemblyTimestampBeforeCompile)' == '')) and
1> Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
1> ('' == '')) and
1> Exists('C:\Code\SerilogSeqIssue70\obj\SerilogSeqIssue70.csproj.UnmanagedRegistration.cache')).
1>Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
1>Target _GenerateSatelliteAssemblyInputs:
1> Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
1> Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
1>Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
1>Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(MSBuildRuntimeType)' != 'Core') was evaluated as ('' != '' and 'Full' != 'Core').
1>Target "CoreGenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' == 'true' ) was evaluated as ('' != '' and '' == 'true' ).
1>Target CreateSatelliteAssemblies:
1>Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='' or '$(GenerateAppxManifest)' == 'true') was evaluated as (''=='true' or ''!='' or ''!='' or '' == 'true').
1>Target GetTargetPath:
1>Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
1>Target _CopyFilesMarkedCopyLocal:
1> Using "Copy" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "Copy"
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.client\5.2.3\lib\net45\System.Net.Http.Formatting.dll" to "bin\Debug\net462\System.Net.Http.Formatting.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.aspnet.webapi.core\5.2.3\lib\net45\System.Web.Http.dll" to "bin\Debug\net462\System.Web.Http.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.keyvault.core\1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll" to "bin\Debug\net462\Microsoft.Azure.KeyVault.Core.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.servicebus.eventprocessorhost\2.2.10\lib\net45-full\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll" to "bin\Debug\net462\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Host.dll" to "bin\Debug\net462\Microsoft.Azure.WebJobs.Host.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.core\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.dll" to "bin\Debug\net462\Microsoft.Azure.WebJobs.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.dll" to "bin\Debug\net462\Microsoft.Azure.WebJobs.Extensions.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.extensions.http\1.0.0-beta1\lib\net45\Microsoft.Azure.WebJobs.Extensions.Http.dll" to "bin\Debug\net462\Microsoft.Azure.WebJobs.Extensions.Http.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.azure.webjobs.servicebus\2.1.0-beta1\lib\net45\Microsoft.Azure.WebJobs.ServiceBus.dll" to "bin\Debug\net462\Microsoft.Azure.WebJobs.ServiceBus.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.build.framework\15.1.548\lib\net46\Microsoft.Build.Framework.dll" to "bin\Debug\net462\Microsoft.Build.Framework.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.build.utilities.core\15.1.548\lib\net46\Microsoft.Build.Utilities.Core.dll" to "bin\Debug\net462\Microsoft.Build.Utilities.Core.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\Microsoft.Data.Edm.dll" to "bin\Debug\net462\Microsoft.Data.Edm.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\Microsoft.Data.OData.dll" to "bin\Debug\net462\Microsoft.Data.OData.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\Microsoft.Data.Services.Client.dll" to "bin\Debug\net462\Microsoft.Data.Services.Client.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.extensions.logging.abstractions\1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" to "bin\Debug\net462\Microsoft.Extensions.Logging.Abstractions.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.tpl.dataflow\4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll" to "bin\Debug\net462\System.Threading.Tasks.Dataflow.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.win32.primitives\4.3.0\lib\net46\Microsoft.Win32.Primitives.dll" to "bin\Debug\net462\Microsoft.Win32.Primitives.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\ncrontab\3.3.0\lib\net35\NCrontab.dll" to "bin\Debug\net462\NCrontab.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\newtonsoft.json\9.0.1\lib\net45\Newtonsoft.Json.dll" to "bin\Debug\net462\Newtonsoft.Json.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\serilog\2.5.0\lib\net46\Serilog.dll" to "bin\Debug\net462\Serilog.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\serilog.formatting.compact\1.0.0\lib\net45\Serilog.Formatting.Compact.dll" to "bin\Debug\net462\Serilog.Formatting.Compact.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.file\3.2.0\lib\net45\Serilog.Sinks.File.dll" to "bin\Debug\net462\Serilog.Sinks.File.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.periodicbatching\2.1.1\lib\net45\Serilog.Sinks.PeriodicBatching.dll" to "bin\Debug\net462\Serilog.Sinks.PeriodicBatching.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.rollingfile\3.3.0\lib\net45\Serilog.Sinks.RollingFile.dll" to "bin\Debug\net462\Serilog.Sinks.RollingFile.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\serilog.sinks.seq\3.3.2\lib\net46\Serilog.Sinks.Seq.dll" to "bin\Debug\net462\Serilog.Sinks.Seq.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.appcontext\4.3.0\lib\net46\System.AppContext.dll" to "bin\Debug\net462\System.AppContext.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.console\4.3.0\lib\net46\System.Console.dll" to "bin\Debug\net462\System.Console.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.diagnostics.tracing\4.3.0\lib\net462\System.Diagnostics.Tracing.dll" to "bin\Debug\net462\System.Diagnostics.Tracing.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.globalization.calendars\4.3.0\lib\net46\System.Globalization.Calendars.dll" to "bin\Debug\net462\System.Globalization.Calendars.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.io\4.3.0\lib\net462\System.IO.dll" to "bin\Debug\net462\System.IO.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.io.compression\4.3.0\lib\net46\System.IO.Compression.dll" to "bin\Debug\net462\System.IO.Compression.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.io.compression.zipfile\4.3.0\lib\net46\System.IO.Compression.ZipFile.dll" to "bin\Debug\net462\System.IO.Compression.ZipFile.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.io.filesystem\4.3.0\lib\net46\System.IO.FileSystem.dll" to "bin\Debug\net462\System.IO.FileSystem.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.io.filesystem.primitives\4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll" to "bin\Debug\net462\System.IO.FileSystem.Primitives.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.net.http\4.3.2\lib\net46\System.Net.Http.dll" to "bin\Debug\net462\System.Net.Http.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.net.sockets\4.3.0\lib\net46\System.Net.Sockets.dll" to "bin\Debug\net462\System.Net.Sockets.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.reflection\4.3.0\lib\net462\System.Reflection.dll" to "bin\Debug\net462\System.Reflection.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.runtime\4.3.0\lib\net462\System.Runtime.dll" to "bin\Debug\net462\System.Runtime.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.runtime.extensions\4.3.0\lib\net462\System.Runtime.Extensions.dll" to "bin\Debug\net462\System.Runtime.Extensions.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices\4.3.0\lib\net462\System.Runtime.InteropServices.dll" to "bin\Debug\net462\System.Runtime.InteropServices.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll" to "bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.algorithms\4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll" to "bin\Debug\net462\System.Security.Cryptography.Algorithms.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.encoding\4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll" to "bin\Debug\net462\System.Security.Cryptography.Encoding.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "bin\Debug\net462\System.Security.Cryptography.Primitives.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\System.Spatial.dll" to "bin\Debug\net462\System.Spatial.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.threading.thread\4.0.0\lib\net46\System.Threading.Thread.dll" to "bin\Debug\net462\System.Threading.Thread.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.valuetuple\4.3.0\lib\netstandard1.0\System.ValueTuple.dll" to "bin\Debug\net462\System.ValueTuple.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.xml.readerwriter\4.3.0\lib\net46\System.Xml.ReaderWriter.dll" to "bin\Debug\net462\System.Xml.ReaderWriter.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\windowsazure.servicebus\3.4.5\lib\net45-full\Microsoft.ServiceBus.dll" to "bin\Debug\net462\Microsoft.ServiceBus.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\windowsazure.storage\7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll" to "bin\Debug\net462\Microsoft.WindowsAzure.Storage.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\de\Microsoft.Data.Edm.resources.dll" to "bin\Debug\net462\Microsoft.Data.Edm.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\es\Microsoft.Data.Edm.resources.dll" to "bin\Debug\net462\Microsoft.Data.Edm.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\fr\Microsoft.Data.Edm.resources.dll" to "bin\Debug\net462\Microsoft.Data.Edm.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\it\Microsoft.Data.Edm.resources.dll" to "bin\Debug\net462\Microsoft.Data.Edm.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\ja\Microsoft.Data.Edm.resources.dll" to "bin\Debug\net462\Microsoft.Data.Edm.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\ko\Microsoft.Data.Edm.resources.dll" to "bin\Debug\net462\Microsoft.Data.Edm.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\ru\Microsoft.Data.Edm.resources.dll" to "bin\Debug\net462\Microsoft.Data.Edm.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\zh-Hans\Microsoft.Data.Edm.resources.dll" to "bin\Debug\net462\Microsoft.Data.Edm.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.edm\5.6.4\lib\net40\zh-Hant\Microsoft.Data.Edm.resources.dll" to "bin\Debug\net462\Microsoft.Data.Edm.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\de\Microsoft.Data.OData.resources.dll" to "bin\Debug\net462\Microsoft.Data.OData.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\es\Microsoft.Data.OData.resources.dll" to "bin\Debug\net462\Microsoft.Data.OData.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\fr\Microsoft.Data.OData.resources.dll" to "bin\Debug\net462\Microsoft.Data.OData.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\it\Microsoft.Data.OData.resources.dll" to "bin\Debug\net462\Microsoft.Data.OData.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\ja\Microsoft.Data.OData.resources.dll" to "bin\Debug\net462\Microsoft.Data.OData.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\ko\Microsoft.Data.OData.resources.dll" to "bin\Debug\net462\Microsoft.Data.OData.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\ru\Microsoft.Data.OData.resources.dll" to "bin\Debug\net462\Microsoft.Data.OData.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\zh-Hans\Microsoft.Data.OData.resources.dll" to "bin\Debug\net462\Microsoft.Data.OData.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.odata\5.6.4\lib\net40\zh-Hant\Microsoft.Data.OData.resources.dll" to "bin\Debug\net462\Microsoft.Data.OData.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\de\Microsoft.Data.Services.Client.resources.dll" to "bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\es\Microsoft.Data.Services.Client.resources.dll" to "bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\fr\Microsoft.Data.Services.Client.resources.dll" to "bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\it\Microsoft.Data.Services.Client.resources.dll" to "bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\ja\Microsoft.Data.Services.Client.resources.dll" to "bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\ko\Microsoft.Data.Services.Client.resources.dll" to "bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\ru\Microsoft.Data.Services.Client.resources.dll" to "bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\zh-Hans\Microsoft.Data.Services.Client.resources.dll" to "bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll".
1> Did not copy from file "C:\Users\TomRobinson\.nuget\packages\microsoft.data.services.client\5.6.4\lib\net40\zh-Hant\Microsoft.Data.Services.Client.resources.dll" to file "bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll" because the "SkipUnchangedFiles" parameter was set to "true" in the project and the files' sizes and timestamps match.
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\de\System.Spatial.resources.dll" to "bin\Debug\net462\System.Spatial.resources.dll".
1> Did not copy from file "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\es\System.Spatial.resources.dll" to file "bin\Debug\net462\System.Spatial.resources.dll" because the "SkipUnchangedFiles" parameter was set to "true" in the project and the files' sizes and timestamps match.
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\fr\System.Spatial.resources.dll" to "bin\Debug\net462\System.Spatial.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\it\System.Spatial.resources.dll" to "bin\Debug\net462\System.Spatial.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\ja\System.Spatial.resources.dll" to "bin\Debug\net462\System.Spatial.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\ko\System.Spatial.resources.dll" to "bin\Debug\net462\System.Spatial.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\ru\System.Spatial.resources.dll" to "bin\Debug\net462\System.Spatial.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\zh-Hans\System.Spatial.resources.dll" to "bin\Debug\net462\System.Spatial.resources.dll".
1> Copying file from "C:\Users\TomRobinson\.nuget\packages\system.spatial\5.6.4\lib\net40\zh-Hant\System.Spatial.resources.dll" to "bin\Debug\net462\System.Spatial.resources.dll".
1> Done executing task "Copy".
1> Task "Touch" skipped, due to false condition; ('$(ProduceReferenceAssembly)' == 'true' and '@(ReferencesCopiedInThisBuild)' != '') was evaluated as ('false' == 'true' and 'bin\Debug\net462\System.Net.Http.Formatting.dll;bin\Debug\net462\System.Web.Http.dll;bin\Debug\net462\Microsoft.Azure.KeyVault.Core.dll;bin\Debug\net462\Microsoft.ServiceBus.Messaging.EventProcessorHost.dll;bin\Debug\net462\Microsoft.Azure.WebJobs.Host.dll;bin\Debug\net462\Microsoft.Azure.WebJobs.dll;bin\Debug\net462\Microsoft.Azure.WebJobs.Extensions.dll;bin\Debug\net462\Microsoft.Azure.WebJobs.Extensions.Http.dll;bin\Debug\net462\Microsoft.Azure.WebJobs.ServiceBus.dll;bin\Debug\net462\Microsoft.Build.Framework.dll;bin\Debug\net462\Microsoft.Build.Utilities.Core.dll;bin\Debug\net462\Microsoft.Data.Edm.dll;bin\Debug\net462\Microsoft.Data.OData.dll;bin\Debug\net462\Microsoft.Data.Services.Client.dll;bin\Debug\net462\Microsoft.Extensions.Logging.Abstractions.dll;bin\Debug\net462\System.Threading.Tasks.Dataflow.dll;bin\Debug\net462\Microsoft.Win32.Primitives.dll;bin\Debug\net462\NCrontab.dll;bin\Debug\net462\Newtonsoft.Json.dll;bin\Debug\net462\Serilog.dll;bin\Debug\net462\Serilog.Formatting.Compact.dll;bin\Debug\net462\Serilog.Sinks.File.dll;bin\Debug\net462\Serilog.Sinks.PeriodicBatching.dll;bin\Debug\net462\Serilog.Sinks.RollingFile.dll;bin\Debug\net462\Serilog.Sinks.Seq.dll;bin\Debug\net462\System.AppContext.dll;bin\Debug\net462\System.Console.dll;bin\Debug\net462\System.Diagnostics.Tracing.dll;bin\Debug\net462\System.Globalization.Calendars.dll;bin\Debug\net462\System.IO.dll;bin\Debug\net462\System.IO.Compression.dll;bin\Debug\net462\System.IO.Compression.ZipFile.dll;bin\Debug\net462\System.IO.FileSystem.dll;bin\Debug\net462\System.IO.FileSystem.Primitives.dll;bin\Debug\net462\System.Net.Http.dll;bin\Debug\net462\System.Net.Sockets.dll;bin\Debug\net462\System.Reflection.dll;bin\Debug\net462\System.Runtime.dll;bin\Debug\net462\System.Runtime.Extensions.dll;bin\Debug\net462\System.Runtime.InteropServices.dll;bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll;bin\Debug\net462\System.Security.Cryptography.Algorithms.dll;bin\Debug\net462\System.Security.Cryptography.Encoding.dll;bin\Debug\net462\System.Security.Cryptography.Primitives.dll;bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll;bin\Debug\net462\System.Spatial.dll;bin\Debug\net462\System.Threading.Thread.dll;bin\Debug\net462\System.ValueTuple.dll;bin\Debug\net462\System.Xml.ReaderWriter.dll;bin\Debug\net462\Microsoft.ServiceBus.dll;bin\Debug\net462\Microsoft.WindowsAzure.Storage.dll;bin\Debug\net462\Microsoft.Data.Edm.resources.dll;bin\Debug\net462\Microsoft.Data.Edm.resources.dll;bin\Debug\net462\Microsoft.Data.Edm.resources.dll;bin\Debug\net462\Microsoft.Data.Edm.resources.dll;bin\Debug\net462\Microsoft.Data.Edm.resources.dll;bin\Debug\net462\Microsoft.Data.Edm.resources.dll;bin\Debug\net462\Microsoft.Data.Edm.resources.dll;bin\Debug\net462\Microsoft.Data.Edm.resources.dll;bin\Debug\net462\Microsoft.Data.Edm.resources.dll;bin\Debug\net462\Microsoft.Data.OData.resources.dll;bin\Debug\net462\Microsoft.Data.OData.resources.dll;bin\Debug\net462\Microsoft.Data.OData.resources.dll;bin\Debug\net462\Microsoft.Data.OData.resources.dll;bin\Debug\net462\Microsoft.Data.OData.resources.dll;bin\Debug\net462\Microsoft.Data.OData.resources.dll;bin\Debug\net462\Microsoft.Data.OData.resources.dll;bin\Debug\net462\Microsoft.Data.OData.resources.dll;bin\Debug\net462\Microsoft.Data.OData.resources.dll;bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll;bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll;bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll;bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll;bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll;bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll;bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll;bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll;bin\Debug\net462\Microsoft.Data.Services.Client.resources.dll;bin\Debug\net462\System.Spatial.resources.dll;bin\Debug\net462\System.Spatial.resources.dll;bin\Debug\net462\System.Spatial.resources.dll;bin\Debug\net462\System.Spatial.resources.dll;bin\Debug\net462\System.Spatial.resources.dll;bin\Debug\net462\System.Spatial.resources.dll;bin\Debug\net462\System.Spatial.resources.dll;bin\Debug\net462\System.Spatial.resources.dll;bin\Debug\net462\System.Spatial.resources.dll' != '').
1>Target "AssignTargetPaths" skipped. Previously built successfully.
1>Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
1>Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully.
1>Target GetCopyToOutputDirectoryXamlAppDefs:
1> Task "AssignTargetPath"
1> Done executing task "AssignTargetPath".
1>Target GetCopyToOutputDirectoryItems:
1> Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)' != '' and '$(_GetChildProjectCopyToOutputDirectoryItems)' == 'true' and '%(_MSBuildProjectReferenceExistent.Private)' != 'false' and '$(UseCommonOutputDirectory)' != 'true') was evaluated as ('' != '' and 'true' == 'true' and '' != 'false' and 'false' != 'true').
1> Task "AssignTargetPath"
1> Done executing task "AssignTargetPath".
1>Target _CopyOutOfDateSourceItemsToOutputDirectory:
1> Building target "_CopyOutOfDateSourceItemsToOutputDirectory" completely.
1> Output file "bin\Debug\net462\host.json" does not exist.
1> Output file "bin\Debug\net462\local.settings.json" does not exist.
1> Task "Copy"
1> Copying file from "C:\Code\SerilogSeqIssue70\host.json" to "bin\Debug\net462\host.json".
1> Copying file from "C:\Code\SerilogSeqIssue70\local.settings.json" to "bin\Debug\net462\local.settings.json".
1> Done executing task "Copy".
1>Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
1>Target _CopySourceItemsToOutputDirectory:
1>Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ).
1>Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
1>Target "GenerateBuildDependencyFile" skipped, due to false condition; ( '$(GenerateDependencyFile)' == 'true') was evaluated as ( '' == 'true').
1>Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true').
1>Target "GenerateBuildRuntimeConfigurationFiles" skipped, due to false condition; ( '$(GenerateRuntimeConfigurationFiles)' == 'true') was evaluated as ( '' == 'true').
1>Target _CheckForCompileOutputs:
1>Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
1>Target CopyFilesToOutputDirectory:
1> Task "Copy"
1> Copying file from "obj\Debug\net462\SerilogSeqIssue70.dll" to "bin\Debug\net462\SerilogSeqIssue70.dll".
1> Done executing task "Copy".
1> Task "CopyRefAssembly" skipped, due to false condition; ('$(ProduceReferenceAssembly)' == 'true' and '$(CopyBuildOutputToOutputDirectory)' == 'true' and '$(SkipCopyBuildProduct)' != 'true') was evaluated as ('false' == 'true' and 'true' == 'true' and '' != 'true').
1> Task "Message"
1> SerilogSeqIssue70 -> C:\Code\SerilogSeqIssue70\bin\Debug\net462\SerilogSeqIssue70.dll
1> Done executing task "Message".
1> Task "Copy" skipped, due to false condition; ('@(AddModules)' != '') was evaluated as ('' != '').
1> Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true').
1> Task "Copy"
1> Copying file from "obj\Debug\net462\SerilogSeqIssue70.pdb" to "bin\Debug\net462\SerilogSeqIssue70.pdb".
1> Done executing task "Copy".
1> Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true') was evaluated as ('false'=='true').
1> Task "Copy" skipped, due to false condition; ('@(IntermediateSatelliteAssembliesWithTargetPath)' != '') was evaluated as ('' != '').
1> Task "Copy" skipped, due to false condition; ('@(ReferenceComWrappersToCopyLocal)' != '' or '@(ResolvedIsolatedComModules)' != '' or '@(_DeploymentLooseManifestFile)' != '' or '@(NativeReferenceFile)' != '' ) was evaluated as ('' != '' or '' != '' or '' != '' or '' != '' ).
1> Task "Copy" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '@(WinMDExpArtifacts)' != '') was evaluated as ('' != 'true' and '' != '').
1> Task "Message" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '$(_WindowsMetadataOutputPath)' != '') was evaluated as ('' != 'true' and '' != '').
1>Target "RunCodeAnalysis" skipped, due to false condition; ('$(RunCodeAnalysisOnThisProject)'=='true') was evaluated as (''=='true').
1>Target PrepareForRun:
1>Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Library'=='library').
1>Target "_CheckForCompileOutputs" skipped. Previously built successfully.
1>Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
1>Target _CleanGetCurrentAndPriorFileWrites:
1> Task "ReadLinesFromFile"
1> Done executing task "ReadLinesFromFile".
1> Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1> Task "ConvertToAbsolutePath"
1> Done executing task "ConvertToAbsolutePath".
1> Task "FindUnderPath"
1> Comparison path is "C:\Code\SerilogSeqIssue70".
1> Done executing task "FindUnderPath".
1> Task "FindUnderPath"
1> Comparison path is "bin\Debug\net462\".
1> Done executing task "FindUnderPath".
1> Task "FindUnderPath"
1> Comparison path is "obj\Debug\net462\".
1> Done executing task "FindUnderPath".
1> Task "RemoveDuplicates"
1> Done executing task "RemoveDuplicates".
1>Target IncrementalClean:
1> Task "FindUnderPath"
1> Comparison path is "bin\Debug\net462\".
1> Done executing task "FindUnderPath".
1> Task "FindUnderPath"
1> Comparison path is "obj\Debug\net462\".
1> Done executing task "FindUnderPath".
1> Task "Delete"
1> Done executing task "Delete".
1> Task "RemoveDuplicates"
1> Done executing task "RemoveDuplicates".
1> Task "WriteLinesToFile"
1> Done executing task "WriteLinesToFile".
1>Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')).
1>Target "GenerateBuildDependencyFile" skipped, due to false condition; ( '$(GenerateDependencyFile)' == 'true') was evaluated as ( '' == 'true').
1>Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true').
1>Target "GenerateBuildRuntimeConfigurationFiles" skipped, due to false condition; ( '$(GenerateRuntimeConfigurationFiles)' == 'true') was evaluated as ( '' == 'true').
1>Target CoreBuild:
1>Target AfterBuild:
1>Target Build:
1>Target "CopyCompilationRefAssembliesToBin" skipped, due to false condition; ('$(CopyCompilationRefAssemblies)' == 'true' and '$(CopyLocalLockFileAssemblies)' == 'true') was evaluated as ('' == 'true' and 'true' == 'true').
1>Target "DotNetPublish" skipped, due to false condition; ( '$(DeployOnBuild)' == 'true' ) was evaluated as ( '' == 'true' ).
1>Target _GenerateBuildArtifacts:
1> Task "ConvertToAbsolutePath"
1> Done executing task "ConvertToAbsolutePath".
1> Using "BuildFunctions" task from assembly "C:\Users\TomRobinson\.nuget\packages\microsoft.net.sdk.functions\1.0.0-alpha3\build\netstandard1.0\..\..\tools\net46\\Microsoft.NET.Sdk.Functions.dll".
1> Task "BuildFunctions"
1> Done executing task "BuildFunctions".
1>Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true' AND '$(IsInnerBuild)' != 'true') was evaluated as ('false' == 'true' AND '' != 'true').
1>Target AfterRebuild:
1>Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
1>Target Rebuild:
1>
1>Done building project "SerilogSeqIssue70.csproj".
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
Thanks for the follow-up and repro. I'm guessing it's a build targeting issue - perhaps the build tools for Azure functions are packaging binaries for a different TFM to what the compiler is using? I'll get the runtime installed locally and see if I can cook up a workaround 👍
Hi Tom,
I didn't install Azure Functions runtime on this machine, but got the System.Net.Http related error to repro by referencing output binaries from a separate console app.
In my case, I was able to get rid of the error by running:
install-package system.net.http -Version 4.3.2
in the consuming app. I'm not sure whether doing this from the Azure Function project itself will help, but it might be worth a try.
(This SO answer makes me think we could be hitting a limitation of the platform: https://stackoverflow.com/a/38101488/138206.)
I'm also having this Issue, but the Version of system.net.http is already 4.3.2
@MrBliz thanks for the note. Can you share your packages/project config? I'm not sure where to start digging into this, but we might spot some clues that way.
The Serilog.Sinks.Seq 3.4.0 release seems to have fixed this issue for us, thanks! 🤞
Hmm, I spoke to soon. I'm still getting this Exception:
System.MissingMethodException: 'Method not found: 'Serilog.LoggerConfiguration Serilog.SeqLoggerConfigurationExtensions.Seq(Serilog.Configuration.LoggerSinkConfiguration, System.String, Serilog.Events.LogEventLevel, Int32, System.Nullable`1<System.TimeSpan>, System.String, System.String, System.Nullable`1<Int64>, System.Nullable`1<Int64>, Serilog.Core.LoggingLevelSwitch, System.Net.Http.HttpMessageHandler, System.Nullable`1<Int64>, Boolean, Int32)'.'
Thanks for the update @tjrobinson.
I did hit this exception when testing the new package, IIRC, but got around it by making sure the host project had explicit references to the same packages Serilog.Sinks.Seq did. For 3.4.0 it looks like:
https://github.com/serilog/serilog-sinks-seq/blob/dev/sample/Sample/Sample.csproj#L23
(Where the netcoreapp2.0
and net47
would need to be whatever TFMs you're specifically targeting.)
Any luck?
@nblumhardt Some luck. Using your suggestion above I can fix the issue for my minimal reproduction project, see: https://github.com/tjrobinson/SerilogSeqIssue70/compare/master...fix
Unfortunately for my "real" code the issue still remains. I have to take a few dependencies on other libraries including things like Microsoft.Azure.KeyVault
, Microsoft.WindowsAzure.ConfigurationManager
and some of our internal libraries and I suspect there's another dependency somewhere in there causing the problem.
I might just wait for the 2.0 release of Azure Functions, which is fully .NET Core. Edit: Released today!
Thanks for the follow-up @tjrobinson ; I think you might need the other half of the fix, too - i.e., reference the framework assembly if it's a .NET 4.x target: https://github.com/serilog/serilog-sinks-seq/blob/dev/sample/Sample/Sample.csproj#L27
Any luck?
I'm only targeting net462
so I don't think that's necessary?
At least as far as my limited investigation suggested, the only way to get around this reliably is to have full FX projects reference the assembly rather than the package. May not turn out to be universally the case, but worth a shot :-)
That seems to have done it! I could have sworn I'd already tried it but perhaps it was a combination of that and updating a couple of the other Azure Functions libraries to those released in the last couple of days:
Thanks!
Great! :-) 👍
Hi Tom,
I didn't install Azure Functions runtime on this machine, but got the System.Net.Http related error to repro by referencing output binaries from a separate console app.
In my case, I was able to get rid of the error by running:
install-package system.net.http -Version 4.3.2
in the consuming app. I'm not sure whether doing this from the Azure Function project itself will help, but it might be worth a try.
(This SO answer makes me think we could be hitting a limitation of the platform: https://stackoverflow.com/a/38101488/138206.)
This solution solved my problem. I had different vesion of system.net.http.
I'm getting this exception when starting up my Azure Function App locally from Visual Studio:
My
LoggerConfiguration
is:If I remove this line, the problem goes away:
I'm using...