Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

error MSB6006: "wsfsc.sh" exited with code 134. #1044

Open
ajuch opened this issue Feb 21, 2019 · 46 comments
Open

error MSB6006: "wsfsc.sh" exited with code 134. #1044

ajuch opened this issue Feb 21, 2019 · 46 comments
Labels

Comments

@ajuch
Copy link

ajuch commented Feb 21, 2019

Since switching to a FAKE-based buildscript I have trouble building a WebSharper project. I have no idea where the SIGABRT (134) is coming from. Same build script works fine on my windows desktop, but on the linux buildserver with docker it fails...

I'd be glad for any advice to debug that issue!

br, Andreas

Starting task 'DotNet:publish': Wex.Web
/app> "/usr/bin/dotnet" publish Wex.Web --configuration Release --output out /bl:/tmp/tmpabmGq5.tmp.binlog (In: false, Out: false, Err: false)
Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

/usr/share/dotnet/sdk/2.2.104/MSBuild.dll -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,/usr/share/dotnet/sdk/2.2.104/dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,/usr/share/dotnet/sdk/2.2.104/dotnet.dll -maxcpucount -property:Configuration=Release -property:PublishDir=out -restore -target:Publish -verbosity:m /bl:/tmp/tmpabmGq5.tmp.binlog Wex.Web/Wex.Web.fsproj
  Restore completed in 39.43 ms for /app/Wex.Domain/Wex.Domain.fsproj.
  Restore completed in 40.74 ms for /app/Wex.Service/Wex.Service.fsproj.
  Restore completed in 40.73 ms for /app/Wex.Repository/Wex.Repository.fsproj.
  Restore completed in 73.56 ms for /app/Wex.Web/Wex.Web.fsproj.
  Wex.Domain -> /app/Wex.Domain/bin/Release/netcoreapp2.2/Wex.Domain.dll
  Wex.Repository -> /app/Wex.Repository/bin/Release/netcoreapp2.2/Wex.Repository.dll
  Wex.Service -> /app/Wex.Service/bin/Release/netcoreapp2.2/Wex.Service.dll
/usr/share/dotnet/sdk/2.2.104/FSharp/Microsoft.FSharp.Targets(265,9): error MSB6006: "wsfsc.sh" exited with code 134. [/app/Wex.Web/Wex.Web.fsproj]
Fsc: /usr/share/dotnet/sdk/2.2.104/FSharp/Microsoft.FSharp.Targets(265,9): error MSB6006: "wsfsc.sh" exited with code 134.
@Tarmil
Copy link
Member

Tarmil commented Feb 21, 2019

Hard to say with just this. Can you change the call to MSBuild in your FAKE script to increase verbosity? That should give us a stack trace.

@Tarmil Tarmil added the bug label Feb 21, 2019
@ajuch
Copy link
Author

ajuch commented Feb 22, 2019

Hi Loïc,

Thanks for your quick reply. I tried again with MSBuild logging level Normal, Detailed and above are truncated by the buildserver.

Even this log level seems quite verbose and there is no exception logged. I fear that this is because there is a bash script in between and the stdout is not captured by MSBuild... I'll post the whole thing anyways below. Do you have an idea how to get the log output of that forked Process?

Choosing 'Platform:System.Security.SecureString.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.0.0'. [/app/Wex.Service/Wex.Service.fsproj]
       GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
         /usr/share/dotnet/sdk/2.2.104/FSharp/RunFsc.sh -o:obj/Release/netcoreapp2.2/Wex.Service.dll
         --debug:portable
         --noframework
         --define:TRACE
         --define:RELEASE
         --define:NETCOREAPP
         --define:NETCOREAPP2_2
         --optimize+
         -r:/root/.nuget/packages/fsharp.core/4.6.2/lib/netstandard1.6/FSharp.Core.dll
         -r:/root/.nuget/packages/microsoft.azure.documentdb.core/2.2.2/lib/netstandard1.6/Microsoft.Azure.DocumentDB.Core.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/Microsoft.CSharp.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/2.2.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/2.2.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/Microsoft.VisualBasic.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/mscorlib.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/netstandard.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/newtonsoft.json/11.0.2/lib/netstandard2.0/Newtonsoft.Json.dll
         -r:/root/.nuget/packages/serilog/2.8.0/lib/netstandard2.0/Serilog.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.AppContext.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Buffers.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.Concurrent.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.Immutable.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.NonGeneric.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.Specialized.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.Annotations.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Configuration.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Console.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Core.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Data.Common.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Data.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.Contracts.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.Debug.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.Process.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.Tools.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.Tracing.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Drawing.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Drawing.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Dynamic.Runtime.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Globalization.Calendars.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Globalization.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Globalization.Extensions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.Compression.Brotli.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.Compression.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.FileSystem.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.IsolatedStorage.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.Pipes.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Linq.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Linq.Expressions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Linq.Parallel.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Linq.Queryable.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Memory.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Http.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.HttpListener.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Mail.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.NameResolution.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.NetworkInformation.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Ping.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Requests.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Security.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.ServicePoint.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Sockets.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.WebClient.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.WebProxy.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.WebSockets.Client.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.WebSockets.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Numerics.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Numerics.Vectors.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ObjectModel.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Emit.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Extensions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Metadata.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Resources.Reader.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Resources.ResourceManager.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Resources.Writer.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.5.1/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Extensions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Handles.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.InteropServices.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Loader.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Numerics.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Claims.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Principal.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.SecureString.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ServiceModel.Web.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ServiceProcess.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Text.Encoding.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Text.RegularExpressions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Overlapped.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Tasks.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Thread.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.ThreadPool.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Timer.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Transactions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Transactions.Local.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ValueTuple.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Web.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Web.HttpUtility.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Windows.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.Linq.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.ReaderWriter.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.Serialization.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.XDocument.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.XmlDocument.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.XmlSerializer.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.XPath.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll
         -r:/app/Wex.Domain/bin/Release/netcoreapp2.2/Wex.Domain.dll
         -r:/app/Wex.Repository/bin/Release/netcoreapp2.2/Wex.Repository.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/WindowsBase.dll
         --target:library
         --warn:3
         --warnaserror:76
         --fullpaths
         --flaterrors
         --highentropyva-
         --targetprofile:netcore
         --simpleresolution
         --nocopyfsharpcore
         obj/Release/netcoreapp2.2/Wex.Service.AssemblyInfo.fs
         Library.fs
         /tmp/.NETCoreApp,Version=v2.2.AssemblyAttributes.fs
         
       _CopyFilesMarkedCopyLocal:
         Copying file from "/app/Wex.Repository/bin/Release/netcoreapp2.2/Wex.Repository.pdb" to "bin/Release/netcoreapp2.2/Wex.Repository.pdb".
         Copying file from "/app/Wex.Domain/bin/Release/netcoreapp2.2/Wex.Domain.dll" to "bin/Release/netcoreapp2.2/Wex.Domain.dll".
         Copying file from "/app/Wex.Repository/bin/Release/netcoreapp2.2/Wex.Repository.dll" to "bin/Release/netcoreapp2.2/Wex.Repository.dll".
         Copying file from "/app/Wex.Domain/bin/Release/netcoreapp2.2/Wex.Domain.pdb" to "bin/Release/netcoreapp2.2/Wex.Domain.pdb".
         Creating "/app/Wex.Service/obj/Release/netcoreapp2.2//Wex.Service.fsproj.CopyComplete" because "AlwaysCreate" was specified.
       _CopyOutOfDateSourceItemsToOutputDirectory:
         Copying file from "/root/.nuget/packages/microsoft.azure.documentdb.core/2.2.2/runtimes/win7-x64/native/Microsoft.Azure.Documents.ServiceInterop.dll" to "bin/Release/netcoreapp2.2/Microsoft.Azure.Documents.ServiceInterop.dll".
       CopyFilesToOutputDirectory:
         Copying file from "obj/Release/netcoreapp2.2/Wex.Service.dll" to "bin/Release/netcoreapp2.2/Wex.Service.dll".
         Wex.Service -> /app/Wex.Service/bin/Release/netcoreapp2.2/Wex.Service.dll
         Copying file from "obj/Release/netcoreapp2.2/Wex.Service.pdb" to "bin/Release/netcoreapp2.2/Wex.Service.pdb".
     3>Done Building Project "/app/Wex.Service/Wex.Service.fsproj" (default targets).
     1>_HandlePackageFileConflicts:
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.Immutable.dll' and 'Reference:/root/.nuget/packages/system.collections.immutable/1.5.0/lib/netstandard2.0/System.Collections.Immutable.dll'.  NETSDK1034: Choosing 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.Immutable.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll' and 'Reference:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.5.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll'.  NETSDK1034: Choosing 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Http.dll' and 'Reference:/root/.nuget/packages/system.net.http/4.3.4/ref/netstandard1.3/System.Net.Http.dll'.  NETSDK1033: Choosing 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Http.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.1.3'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.NetworkInformation.dll' and 'Reference:/root/.nuget/packages/system.net.networkinformation/4.1.0/ref/netstandard1.3/System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Security.dll' and 'Reference:/root/.nuget/packages/system.net.security/4.3.2/ref/netstandard1.3/System.Net.Security.dll'.  NETSDK1033: Choosing 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Security.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.2'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Metadata.dll' and 'Reference:/root/.nuget/packages/system.reflection.metadata/1.6.0/lib/netstandard2.0/System.Reflection.Metadata.dll'.  NETSDK1034: Choosing 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Metadata.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll' and 'Reference:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.3.0/ref/netstandard1.3/System.Runtime.Serialization.Xml.dll'.  NETSDK1033: Choosing 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll' because AssemblyVersion '4.1.4.0' is greater than '4.1.1.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.SecureString.dll' and 'Reference:/root/.nuget/packages/system.security.securestring/4.0.0/ref/netstandard1.3/System.Security.SecureString.dll'.  NETSDK1033: Choosing 'Reference:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.SecureString.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.0.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:Microsoft.Win32.Registry.dll' and 'Runtime:/root/.nuget/packages/microsoft.win32.registry/4.5.0/lib/netstandard2.0/Microsoft.Win32.Registry.dll'.  NETSDK1034: Choosing 'Platform:Microsoft.Win32.Registry.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Collections.Immutable.dll' and 'Runtime:/root/.nuget/packages/system.collections.immutable/1.5.0/lib/netstandard2.0/System.Collections.Immutable.dll'.  NETSDK1034: Choosing 'Platform:System.Collections.Immutable.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Diagnostics.DiagnosticSource.dll' and 'Runtime:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.5.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll'.  NETSDK1033: Choosing 'Platform:System.Diagnostics.DiagnosticSource.dll' because AssemblyVersion '4.0.3.1' is greater than '4.0.3.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Reflection.Metadata.dll' and 'Runtime:/root/.nuget/packages/system.reflection.metadata/1.6.0/lib/netstandard2.0/System.Reflection.Metadata.dll'.  NETSDK1034: Choosing 'Platform:System.Reflection.Metadata.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Runtime.Serialization.Xml.dll' and 'Runtime:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.3.0/lib/netstandard1.3/System.Runtime.Serialization.Xml.dll'.  NETSDK1033: Choosing 'Platform:System.Runtime.Serialization.Xml.dll' because AssemblyVersion '4.1.4.0' is greater than '4.1.2.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.AccessControl.dll' and 'Runtime:/root/.nuget/packages/system.security.accesscontrol/4.5.0/lib/netstandard2.0/System.Security.AccessControl.dll'.  NETSDK1034: Choosing 'Platform:System.Security.AccessControl.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Cng.dll' and 'Runtime:/root/.nuget/packages/system.security.cryptography.cng/4.5.0/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll'.  NETSDK1034: Choosing 'Platform:System.Security.Cryptography.Cng.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Principal.Windows.dll' and 'Runtime:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.security.principal.windows/4.5.0/lib/netstandard2.0/System.Security.Principal.Windows.dll'.  NETSDK1033: Choosing 'Platform:System.Security.Principal.Windows.dll' because AssemblyVersion '4.1.1.1' is greater than '4.1.1.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:Microsoft.Win32.Registry.dll' and 'Runtime:/root/.nuget/packages/microsoft.win32.registry/4.5.0/runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll'.  NETSDK1034: Choosing 'Platform:Microsoft.Win32.Registry.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:Microsoft.Win32.Registry.dll' and 'Runtime:/root/.nuget/packages/microsoft.win32.registry/4.5.0/runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll'.  NETSDK1034: Choosing 'Platform:Microsoft.Win32.Registry.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:/root/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:/root/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:/root/.nuget/packages/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:/root/.nuget/packages/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:/root/.nuget/packages/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.dylib' and 'Runtime:/root/.nuget/packages/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.dylib' because it comes from a package that is preferred. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:/root/.nuget/packages/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:/root/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:/root/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:/root/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Http.dll' and 'Runtime:/root/.nuget/packages/system.net.http/4.3.4/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Http.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.1.3'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Http.dll' and 'Runtime:/root/.nuget/packages/system.net.http/4.3.4/runtimes/win/lib/netstandard1.3/System.Net.Http.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Http.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.1.3'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'Runtime:/root/.nuget/packages/system.net.networkinformation/4.1.0/runtimes/linux/lib/netstandard1.3/System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'Runtime:/root/.nuget/packages/system.net.networkinformation/4.1.0/runtimes/osx/lib/netstandard1.3/System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'Runtime:/root/.nuget/packages/system.net.networkinformation/4.1.0/runtimes/win/lib/netstandard1.3/System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Security.dll' and 'Runtime:/root/.nuget/packages/system.net.security/4.3.2/runtimes/unix/lib/netstandard1.6/System.Net.Security.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Security.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.2'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Security.dll' and 'Runtime:/root/.nuget/packages/system.net.security/4.3.2/runtimes/win/lib/netstandard1.3/System.Net.Security.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Security.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.2'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.AccessControl.dll' and 'Runtime:/root/.nuget/packages/system.security.accesscontrol/4.5.0/runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll'.  NETSDK1034: Choosing 'Platform:System.Security.AccessControl.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Cng.dll' and 'Runtime:/root/.nuget/packages/system.security.cryptography.cng/4.5.0/runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll'.  NETSDK1034: Choosing 'Platform:System.Security.Cryptography.Cng.dll' because file version '4.6.27318.2' is greater than '4.6.26515.6'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Principal.Windows.dll' and 'Runtime:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.security.principal.windows/4.5.0/runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll'.  NETSDK1033: Choosing 'Platform:System.Security.Principal.Windows.dll' because AssemblyVersion '4.1.1.1' is greater than '4.1.1.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Principal.Windows.dll' and 'Runtime:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.security.principal.windows/4.5.0/runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll'.  NETSDK1033: Choosing 'Platform:System.Security.Principal.Windows.dll' because AssemblyVersion '4.1.1.1' is greater than '4.1.1.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.SecureString.dll' and 'Runtime:/root/.nuget/packages/system.security.securestring/4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.SecureString.dll'.  NETSDK1033: Choosing 'Platform:System.Security.SecureString.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.0.0'. [/app/Wex.Web/Wex.Web.fsproj]
       /usr/share/dotnet/sdk/2.2.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.SecureString.dll' and 'Runtime:/root/.nuget/packages/system.security.securestring/4.0.0/runtimes/win/lib/netstandard1.3/System.Security.SecureString.dll'.  NETSDK1033: Choosing 'Platform:System.Security.SecureString.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.0.0'. [/app/Wex.Web/Wex.Web.fsproj]
       GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       MakeWsfscExecutable:
         chmod u+x '/root/.nuget/packages/websharper.fsharp/4.5.8.327/build//../tools/netstandard2.0/wsfsc.sh'
       CoreCompile:
         /root/.nuget/packages/websharper.fsharp/4.5.8.327/build/../tools/netstandard2.0/wsfsc.sh -o:obj/Release/netcoreapp2.2/Wex.Web.dll
         -g
         --debug:portable
         --noframework
         --define:TRACE
         --define:RELEASE
         --define:NETCOREAPP
         --define:NETCOREAPP2_2
         --optimize+
         -r:/root/.nuget/packages/fsharp.core/4.6.2/lib/netstandard1.6/FSharp.Core.dll
         -r:/root/.nuget/packages/htmlagilitypack/1.7.1/lib/netstandard2.0/HtmlAgilityPack.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/messagepack/1.7.3.4/lib/netstandard2.0/MessagePack.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.applicationinsights.aspnetcore/2.1.1/lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/netstandard1.3/Microsoft.ApplicationInsights.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.applicationinsights.hostingstartup/2.2.0/lib/netcoreapp2.1/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.core/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.facebook/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.authentication.google/2.2.2/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.jwtbearer/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.microsoftaccount/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.oauth/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.openidconnect/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.twitter/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.wsfederation/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.WsFederation.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization.policy/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.azureappservices.hostingstartup/2.2.2/lib/netcoreapp2.1/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.azureappservicesintegration/2.2.2/lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.connections.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Connections.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/2.2.0/lib/netcoreapp2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.azurekeyvault/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureKeyVault.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.azurestorage/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.extensions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.2.1/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.healthchecks/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hostfiltering/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.HostFiltering.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.connections.common/1.1.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Connections.Common.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.connections/1.1.0/lib/netcoreapp2.2/Microsoft.AspNetCore.Http.Connections.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.http/2.2.2/lib/netstandard2.0/Microsoft.AspNetCore.Http.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpspolicy/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.HttpsPolicy.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.ui/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.UI.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.ui/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.UI.Views.V3.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.ui/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.UI.Views.V4.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization.routing/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.middlewareanalysis/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.mvc.core/2.2.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.xml/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.extensions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razorpages/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.nodeservices/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.owin/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.language/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecompression/2.2.0/lib/netcoreapp2.1/Microsoft.AspNetCore.ResponseCompression.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.rewrite/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.routing/2.2.2/lib/netcoreapp2.2/Microsoft.AspNetCore.Routing.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.httpsys/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.server.iis/2.2.2/lib/netstandard2.0/Microsoft.AspNetCore.Server.IIS.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.server.iisintegration/2.2.1/lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.core/2.2.0/lib/netcoreapp2.1/Microsoft.AspNetCore.Server.Kestrel.Core.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.https/2.2.0/lib/netcoreapp2.1/Microsoft.AspNetCore.Server.Kestrel.Https.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.libuv/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.server.kestrel.transport.sockets/2.2.1/lib/netcoreapp2.1/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.session/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Session.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.signalr.common/1.1.0/lib/netcoreapp2.2/Microsoft.AspNetCore.SignalR.Common.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.signalr.core/1.1.0/lib/netstandard2.0/Microsoft.AspNetCore.SignalR.Core.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.signalr/1.1.0/lib/netstandard2.0/Microsoft.AspNetCore.SignalR.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.signalr.protocols.json/1.1.0/lib/netstandard2.0/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.signalr.redis/1.1.0/lib/netstandard2.0/Microsoft.AspNetCore.SignalR.Redis.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.spaservices/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.spaservices.extensions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.Extensions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll
         -r:/root/.nuget/packages/microsoft.aspnetcore.websockets/2.2.1/lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll
         -r:/root/.nuget/packages/microsoft.azure.documentdb.core/2.2.2/lib/netstandard1.6/Microsoft.Azure.DocumentDB.Core.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.azure.keyvault/2.3.2/lib/netstandard1.4/Microsoft.Azure.KeyVault.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.azure.keyvault.webkey/2.0.7/lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.azure.services.appauthentication/1.0.1/lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/2.8.0/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/2.8.0/lib/netstandard1.3/Microsoft.CodeAnalysis.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.codeanalysis.razor/2.2.0/lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/Microsoft.CSharp.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/Microsoft.Data.Edm.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/Microsoft.Data.OData.dll
         -r:/root/.nuget/packages/microsoft.data.sqlite.core/2.2.2/lib/netstandard2.0/Microsoft.Data.Sqlite.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/2.1.0/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll
         -r:/root/.nuget/packages/microsoft.entityframeworkcore.abstractions/2.2.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll
         -r:/root/.nuget/packages/microsoft.entityframeworkcore.design/2.2.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll
         -r:/root/.nuget/packages/microsoft.entityframeworkcore/2.2.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll
         -r:/root/.nuget/packages/microsoft.entityframeworkcore.inmemory/2.2.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll
         -r:/root/.nuget/packages/microsoft.entityframeworkcore.relational/2.2.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll
         -r:/root/.nuget/packages/microsoft.entityframeworkcore.sqlite.core/2.2.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll
         -r:/root/.nuget/packages/microsoft.entityframeworkcore.sqlserver/2.2.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.caching.redis/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlserver/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.azurekeyvault/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.commandline/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.ini/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.keyperfile/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.KeyPerFile.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.xml/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/2.2.0/lib/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/2.1.0/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.diagnosticadapter/2.2.0/lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.diagnostics.healthchecks.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.diagnostics.healthchecks/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/2.2.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.embedded/2.2.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/2.2.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/2.2.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.hosting/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.http/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Http.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.identity.core/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.identity.stores/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.localization/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Localization.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.logging.azureappservices/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.logging.configuration/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.logging/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.logging.eventsource/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.logging.tracesource/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/2.2.0/lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.options.dataannotations/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Options.DataAnnotations.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.options/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Options.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/2.2.0/lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.19.8/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.19.8/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.identitymodel.jsonwebtokens/5.3.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.identitymodel.logging/5.3.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols/5.3.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.openidconnect/5.3.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.wsfederation/5.3.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.WsFederation.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens/5.3.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens.saml/5.3.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.Saml.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.identitymodel.xml/5.3.0/lib/netstandard2.0/Microsoft.IdentityModel.Xml.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.net.http.headers/2.2.0/lib/netstandard2.0/Microsoft.Net.Http.Headers.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime.azure/3.3.7/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime/2.3.8/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/Microsoft.VisualBasic.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.browserlink/2.2.0/lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll
         -r:/root/.nuget/packages/microsoft.win32.registry/4.5.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/mscorlib.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/netstandard.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/newtonsoft.json.bson/1.0.1/lib/netstandard1.3/Newtonsoft.Json.Bson.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/newtonsoft.json/11.0.2/lib/netstandard2.0/Newtonsoft.Json.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/remotion.linq/2.2.0/lib/netstandard1.0/Remotion.Linq.dll
         -r:/root/.nuget/packages/serilog.aspnetcore/2.1.1/lib/netstandard2.0/Serilog.AspNetCore.dll
         -r:/root/.nuget/packages/serilog/2.8.0/lib/netstandard2.0/Serilog.dll
         -r:/root/.nuget/packages/serilog.extensions.logging/2.0.0/lib/netstandard2.0/Serilog.Extensions.Logging.dll
         -r:/root/.nuget/packages/serilog.sinks.console/3.1.1/lib/netcoreapp1.1/Serilog.Sinks.Console.dll
         -r:/root/.nuget/packages/sqlitepclraw.bundle_green/1.1.12/lib/netcoreapp/SQLitePCLRaw.batteries_green.dll
         -r:/root/.nuget/packages/sqlitepclraw.bundle_green/1.1.12/lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll
         -r:/root/.nuget/packages/sqlitepclraw.core/1.1.12/lib/netstandard1.1/SQLitePCLRaw.core.dll
         -r:/root/.nuget/packages/sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.12/lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/stackexchange.redis.strongname/1.2.6/lib/netstandard1.5/StackExchange.Redis.StrongName.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.AppContext.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Buffers.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.Concurrent.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.Immutable.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.NonGeneric.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Collections.Specialized.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.Annotations.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Configuration.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Console.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Core.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Data.Common.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Data.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.data.sqlclient/4.6.0/ref/netcoreapp2.1/System.Data.SqlClient.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.Contracts.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.Debug.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.Process.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.Tools.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Diagnostics.Tracing.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Drawing.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Drawing.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Dynamic.Runtime.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Globalization.Calendars.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Globalization.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Globalization.Extensions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.identitymodel.tokens.jwt/5.3.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.interactive.async/3.2.0/lib/netstandard2.0/System.Interactive.Async.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.Compression.Brotli.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.Compression.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.FileSystem.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.IsolatedStorage.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.io.pipelines/4.5.2/ref/netstandard1.3/System.IO.Pipelines.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.Pipes.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Linq.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Linq.Expressions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Linq.Parallel.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Linq.Queryable.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Memory.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Http.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnet.webapi.client/5.2.6/lib/netstandard2.0/System.Net.Http.Formatting.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.HttpListener.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Mail.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.NameResolution.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.NetworkInformation.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Ping.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Requests.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Security.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.ServicePoint.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.Sockets.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.WebClient.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.WebProxy.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.WebSockets.Client.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Net.WebSockets.dll
         -r:/root/.nuget/packages/system.net.websockets.websocketprotocol/4.5.3/ref/netstandard2.0/System.Net.WebSockets.WebSocketProtocol.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Numerics.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Numerics.Vectors.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ObjectModel.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Emit.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Extensions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Metadata.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Resources.Reader.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Resources.ResourceManager.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Resources.Writer.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.5.1/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Extensions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Handles.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.InteropServices.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Loader.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Numerics.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll
         -r:/root/.nuget/packages/system.security.accesscontrol/4.5.0/ref/netstandard2.0/System.Security.AccessControl.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Claims.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll
         -r:/root/.nuget/packages/system.security.cryptography.cng/4.5.0/ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Xml.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.security.permissions/4.5.0/ref/netstandard2.0/System.Security.Permissions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.Principal.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.security.principal.windows/4.5.0/ref/netstandard2.0/System.Security.Principal.Windows.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Security.SecureString.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ServiceModel.Web.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ServiceProcess.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/System.Spatial.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Text.Encoding.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.text.encodings.web/4.5.0/lib/netstandard2.0/System.Text.Encodings.Web.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Text.RegularExpressions.dll
         -r:/usr/share/dotnet/sdk/NuGetFallbackFolder/system.threading.channels/4.5.0/lib/netcoreapp2.1/System.Threading.Channels.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Overlapped.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Tasks.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Thread.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.ThreadPool.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Threading.Timer.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Transactions.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Transactions.Local.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.ValueTuple.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Web.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Web.HttpUtility.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Windows.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.Linq.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.ReaderWriter.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.Serialization.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.XDocument.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.XmlDocument.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.XmlSerializer.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.XPath.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll
         -r:/root/.nuget/packages/system.xml.xpath.xmldocument/4.3.0/ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll
         -r:/root/.nuget/packages/websharper.aspnetcore/4.5.3.104/lib/netstandard2.0/WebSharper.AspNetCore.dll
         -r:/root/.nuget/packages/websharper/4.5.8.327/lib/netstandard2.0/WebSharper.Collections.dll
         -r:/root/.nuget/packages/websharper/4.5.8.327/lib/netstandard2.0/WebSharper.Control.dll
         -r:/root/.nuget/packages/websharper/4.5.8.327/lib/netstandard2.0/WebSharper.Core.dll
         -r:/root/.nuget/packages/websharper/4.5.8.327/lib/netstandard2.0/WebSharper.Core.JavaScript.dll
         -r:/root/.nuget/packages/websharper/4.5.8.327/lib/netstandard2.0/WebSharper.InterfaceGenerator.dll
         -r:/root/.nuget/packages/websharper/4.5.8.327/lib/netstandard2.0/WebSharper.JavaScript.dll
         -r:/root/.nuget/packages/websharper/4.5.8.327/lib/netstandard2.0/WebSharper.JQuery.dll
         -r:/root/.nuget/packages/websharper/4.5.8.327/lib/netstandard2.0/WebSharper.Main.dll
         -r:/root/.nuget/packages/websharper/4.5.8.327/lib/netstandard2.0/WebSharper.Sitelets.dll
         -r:/root/.nuget/packages/websharper.ui/4.5.7.159/lib/netstandard2.0/WebSharper.UI.dll
         -r:/root/.nuget/packages/websharper.ui/4.5.7.159/lib/netstandard2.0/WebSharper.UI.Templating.Common.dll
         -r:/root/.nuget/packages/websharper.ui/4.5.7.159/lib/netstandard2.0/WebSharper.UI.Templating.dll
         -r:/root/.nuget/packages/websharper.ui/4.5.7.159/lib/netstandard2.0/WebSharper.UI.Templating.Runtime.dll
         -r:/root/.nuget/packages/websharper/4.5.8.327/lib/netstandard2.0/WebSharper.Web.dll
         -r:/app/Wex.Domain/bin/Release/netcoreapp2.2/Wex.Domain.dll
         -r:/app/Wex.Repository/bin/Release/netcoreapp2.2/Wex.Repository.dll
         -r:/app/Wex.Service/bin/Release/netcoreapp2.2/Wex.Service.dll
         -r:/root/.nuget/packages/microsoft.netcore.app/2.2.2/ref/netcoreapp2.2/WindowsBase.dll
         --target:exe
         --warn:3
         --warnaserror:76
         --fullpaths
         --flaterrors
         --highentropyva-
         --targetprofile:netcore
         --simpleresolution
         --nocopyfsharpcore
         --project:/app/Wex.Web/Wex.Web.fsproj
         --ws:Website
         --wsoutput:/app/Wex.Web//wwwroot
         /tmp/.NETCoreApp,Version=v2.2.AssemblyAttributes.fs
         obj/Release/netcoreapp2.2/Wex.Web.AssemblyInfo.fs
         RemoteServices.fs
         Modules/Validation.fs
         Modules/Helpers.fs
         Modules/StringInput.fs
         Components/Customer.fs
         Endpoints.fs
         Templates/Main.fs
         Pages/NewInquiry.fs
         Site.fs
         Startup.fs
         
     1>/usr/share/dotnet/sdk/2.2.104/FSharp/Microsoft.FSharp.Targets(265,9): error MSB6006: "wsfsc.sh" exited with code 134. [/app/Wex.Web/Wex.Web.fsproj]
     1>Done Building Project "/app/Wex.Web/Wex.Web.fsproj" (Publish target(s)) -- FAILED.
Deferred Messages
         
         Detailed Build Summary
         ======================
             
         
         ============================== Build Hierarchy (IDs represent configurations) =====================================================
         Id                  : Exclusive Time   Total Time   Path (Targets)
         -----------------------------------------------------------------------------------------------------------------------------------
         0                   : 0.715s           1.022s       /app/Wex.Web/Wex.Web.fsproj (Restore) 
         | 1                 : 0.052s           0.052s       /app/Wex.Web/Wex.Web.fsproj (_IsProjectRestoreSupported) 
         | 2                 : 0.008s           0.167s       /app/Wex.Web/Wex.Web.fsproj (_GenerateRestoreProjectPathWalk) 
         | | 3               : 0.041s           0.041s       /app/Wex.Domain/Wex.Domain.fsproj (_GenerateRestoreProjectPathWalk) 
         | . 4               : 0.069s           0.120s       /app/Wex.Service/Wex.Service.fsproj (_GenerateRestoreProjectPathWalk) 
         | | . 5             : 0.050s           0.050s       /app/Wex.Repository/Wex.Repository.fsproj (_GenerateRestoreProjectPathWalk) 
         | 8                 : 0.002s           0.002s       /app/Wex.Service/Wex.Service.fsproj (_IsProjectRestoreSupported) 
         | 7                 : 0.004s           0.004s       /app/Wex.Domain/Wex.Domain.fsproj (_IsProjectRestoreSupported) 
         | 9                 : 0.002s           0.002s       /app/Wex.Repository/Wex.Repository.fsproj (_IsProjectRestoreSupported) 
         | 11                : 0.011s           0.011s       /app/Wex.Service/Wex.Service.fsproj (_GenerateRestoreGraphProjectEntry) 
         | 10                : 0.038s           0.038s       /app/Wex.Domain/Wex.Domain.fsproj (_GenerateRestoreGraphProjectEntry) 
         | 12                : 0.016s           0.016s       /app/Wex.Repository/Wex.Repository.fsproj (_GenerateRestoreGraphProjectEntry) 
         | 13                : 0.005s           0.005s       /app/Wex.Web/Wex.Web.fsproj (_GenerateRestoreGraphProjectEntry) 
         | 15                : 0.014s           0.014s       /app/Wex.Service/Wex.Service.fsproj (_GenerateProjectRestoreGraph) 
         | 14                : 0.035s           0.035s       /app/Wex.Domain/Wex.Domain.fsproj (_GenerateProjectRestoreGraph) 
         | 16                : 0.021s           0.021s       /app/Wex.Repository/Wex.Repository.fsproj (_GenerateProjectRestoreGraph) 
         . 17                : 0.004s           0.004s       /app/Wex.Web/Wex.Web.fsproj (_GenerateProjectRestoreGraph) 
         
         ============================== Node Utilization (IDs represent configurations) ====================================================
         Timestamp:            1       2        Duration   Cumulative
         -----------------------------------------------------------------------------------------------------------------------------------
         636864351228020893:   0       x        0.449s     0.449s ########
         636864351232512510:   1       x        0.051s     0.500s #
         636864351233024548:   0       x        0.027s     0.528s 
         636864351233299443:   2       x        0.003s     0.531s 
         636864351233333123:   3       x        0.039s     0.571s 
         636864351233727832:   |       4        0.002s     0.573s 
         636864351233746641:   x       |        0.065s     0.637s #
         636864351234394731:   x       5        0.050s     0.688s #
         636864351234898641:   x       4        0.003s     0.691s 
         636864351234928222:   2       x        0.004s     0.695s 
         636864351234970564:   0       x        0.002s     0.697s 
         636864351234988232:   7       8        0.002s     0.699s 
         636864351235008050:   |       9        0.002s     0.701s 
         636864351235026719:   |       x        0.000s     0.701s 
         636864351235031529:   0       x        0.002s     0.703s 
         636864351235052791:   10      11       0.011s     0.714s 
         636864351235158503:   |       12       0.016s     0.730s 
         636864351235318085:   |       x        0.011s     0.741s 
         636864351235432906:   13      x        0.005s     0.746s 
         636864351235485039:   0       x        0.002s     0.749s 
         636864351235508535:   14      15       0.014s     0.763s 
         636864351235648941:   |       16       0.021s     0.784s 
         636864351235856117:   |       x        0.001s     0.784s 
         636864351235861775:   17      x        0.004s     0.788s 
         636864351235900809:   0       x        0.237s     1.025s ####
         -----------------------------------------------------------------------------------------------------------------------------------
         Utilization:          88.5    40.8     Average Utilization: 64.6
         
         Detailed Build Summary
         ======================
             
         
         ============================== Build Hierarchy (IDs represent configurations) =====================================================
         Id                  : Exclusive Time   Total Time   Path (Targets)
         -----------------------------------------------------------------------------------------------------------------------------------
         18                  : 2.742s           15.204s       /app/Wex.Web/Wex.Web.fsproj (Publish) 
         | 20                : 0.082s           0.082s       /app/Wex.Service/Wex.Service.fsproj (GetTargetFrameworks) 
         | 19                : 0.113s           0.113s       /app/Wex.Domain/Wex.Domain.fsproj (GetTargetFrameworks) 
         | 21                : 0.072s           0.072s       /app/Wex.Repository/Wex.Repository.fsproj (GetTargetFrameworks) 
         | 24                : 1.387s           5.744s       /app/Wex.Repository/Wex.Repository.fsproj () 
         | | 22              : 0.000s           0.000s       /app/Wex.Domain/Wex.Domain.fsproj () 
         | . 28              : 0.001s           0.001s       /app/Wex.Domain/Wex.Domain.fsproj (GetNativeManifest) 
         | 23                : 0.646s           9.464s       /app/Wex.Service/Wex.Service.fsproj () 
         | | 22              : 0.000s           0.000s       /app/Wex.Domain/Wex.Domain.fsproj () 
         | | 24              : 0.000s           0.000s       /app/Wex.Repository/Wex.Repository.fsproj () 
         | | 30              : 0.004s           0.004s       /app/Wex.Repository/Wex.Repository.fsproj (GetNativeManifest) 
         | . 32              : 0.002s           0.002s       /app/Wex.Repository/Wex.Repository.fsproj (GetCopyToOutputDirectoryItems) 
         | 22                : 0.642s           0.642s       /app/Wex.Domain/Wex.Domain.fsproj () 
         . 35                : 0.002s           0.002s       /app/Wex.Service/Wex.Service.fsproj (GetNativeManifest) 
         
         ============================== Node Utilization (IDs represent configurations) ====================================================
         Timestamp:            1       2       3        Duration   Cumulative
         -----------------------------------------------------------------------------------------------------------------------------------
         636864351228020893:   0       x       x        0.449s     0.449s ########
         636864351232512510:   1       x       x        0.051s     0.500s #
         636864351233024548:   0       x       x        0.027s     0.528s 
         636864351233299443:   2       x       x        0.003s     0.531s 
         636864351233333123:   3       x       x        0.039s     0.571s 
         636864351233727832:   |       4       x        0.002s     0.573s 
         636864351233746641:   x       |       x        0.065s     0.637s #
         636864351234394731:   x       5       x        0.050s     0.688s #
         636864351234898641:   x       4       x        0.003s     0.691s 
         636864351234928222:   2       x       x        0.004s     0.695s 
         636864351234970564:   0       x       x        0.002s     0.697s 
         636864351234988232:   7       8       x        0.002s     0.699s 
         636864351235008050:   |       9       x        0.002s     0.701s 
         636864351235026719:   |       x       x        0.000s     0.701s 
         636864351235031529:   0       x       x        0.002s     0.703s 
         636864351235052791:   10      11      x        0.011s     0.714s 
         636864351235158503:   |       12      x        0.016s     0.730s 
         636864351235318085:   |       x       x        0.011s     0.741s 
         636864351235432906:   13      x       x        0.005s     0.746s 
         636864351235485039:   0       x       x        0.002s     0.749s 
         636864351235508535:   14      15      x        0.014s     0.763s 
         636864351235648941:   |       16      x        0.021s     0.784s 
         636864351235856117:   |       x       x        0.001s     0.784s 
         636864351235861775:   17      x       x        0.004s     0.788s 
         636864351235900809:   0       x       x        0.237s     1.025s ####
         636864351238307742:   x       18      x        0.405s     1.434s ########
         636864351242358855:   19      20      x        0.042s     1.476s 
         636864351242783051:   |       |       21       0.041s     1.518s 
         636864351243196834:   |       x       |        0.030s     1.548s 
         636864351243501396:   x       x       |        0.001s     1.549s 
         636864351243507657:   x       18      x        0.086s     1.635s #
         636864351244372001:   22      23      24       0.122s     1.758s ##
         636864351245596423:   |       x       |        0.134s     1.891s ##
         636864351246934890:   |       x       x        0.299s     2.191s #####
         636864351249928233:   |       x       x        3.971s     6.161s ###############################################################################
         636864351289635372:   |       x       x        0.086s     6.248s #
         636864351290498258:   x       x       24       0.004s     6.251s 
         636864351290534883:   28      x       x        0.001s     6.252s 
         636864351290543152:   x       x       24       0.572s     6.824s ###########
         636864351296260059:   x       x       |        3.191s     10.014s ###############################################################
         636864351328165832:   x       x       |        0.556s     10.570s ###########
         636864351333723011:   x       23      x        0.003s     10.574s 
         636864351333756171:   x       x       30       0.004s     10.578s 
         636864351333797042:   x       23      x        0.314s     10.892s ######
         636864351336940404:   x       |       x        2.881s     13.773s #########################################################
         636864351365750137:   x       |       x        0.026s     13.799s 
         636864351366011257:   x       x       32       0.002s     13.801s 
         636864351366028431:   x       23      x        0.180s     13.980s ###
         636864351367825748:   x       18      x        0.005s     13.985s 
         636864351367874637:   x       35      x        0.002s     13.987s 
         636864351367894526:   x       18      x        2.206s     16.193s ############################################
         636864351389950379:   x       |       x        16.951s     33.144s ###################################################################################################################################################################################################################################################################################################################################################
         636864351559461721:   x       |       x        0.040s     33.184s 
         -----------------------------------------------------------------------------------------------------------------------------------
         Utilization:          17.0    72.0    14.7     Average Utilization: 34.6

Build FAILED.

       "/app/Wex.Web/Wex.Web.fsproj" (Publish target) (1:7) ->
       (CoreCompile target) -> 
         /usr/share/dotnet/sdk/2.2.104/FSharp/Microsoft.FSharp.Targets(265,9): error MSB6006: "wsfsc.sh" exited with code 134. [/app/Wex.Web/Wex.Web.fsproj]

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:33.21
Fsc: /usr/share/dotnet/sdk/2.2.104/FSharp/Microsoft.FSharp.Targets(265,9): error MSB6006: "wsfsc.sh" exited with code 134.
Finished (Failed) 'DotNet:publish' in 00:00:33.8642810
Finished (Failed) 'BuildApp' in 00:00:33.8654751

---------------------------------------------------------------------
Build Time Report
---------------------------------------------------------------------
Target       Duration
------       --------
Clean        00:00:00.0002318
NpmInstall   00:00:04.1171847
Sass         00:00:00.4797921
RestoreApp   00:00:03.3758256
BuildApp     00:00:33.8653197   (Exception of type 'Fake.DotNet.MSBuildException' was thrown.)
Total:       00:00:42.0207239
Status:      Failure
---------------------------------------------------------------------
Script reported an error:
-> BuildFailedException: Target 'BuildApp' failed.
-> One or more errors occurred. (Exception of type 'Fake.DotNet.MSBuildException' was thrown.)
-> MSBuildException: Exception of type 'Fake.DotNet.MSBuildException' was thrown.
Hint: To further diagnose the problem you can run fake in verbose mode `fake -v run ...` or set the 'FAKE_DETAILED_ERRORS' environment variable to 'true'
Performance:
 - Cli parsing: 381 milliseconds
 - Packages: 38 milliseconds
 - Script analyzing: 50 milliseconds
 - Script running: 42 seconds
 - Script cleanup: 11 milliseconds
 - Runtime: 43 seconds
The command '/bin/sh -c fake build' returned a non-zero code: 1
ERROR: Job failed: exit code 1

@ajuch
Copy link
Author

ajuch commented Feb 25, 2019

Fixed it by downgrading one version of websharper:

-    <PackageReference Include="WebSharper" Version="4.5.8.327" />    
-    <PackageReference Include="WebSharper.FSharp" Version="4.5.8.327" />
-    <PackageReference Include="WebSharper.UI" Version="4.5.7.159" />
-    <PackageReference Include="WebSharper.AspNetCore" Version="4.5.3.104" />
+    <PackageReference Include="WebSharper" Version="4.5.6.320" />    
+    <PackageReference Include="WebSharper.FSharp" Version="4.5.6.320" />
+    <PackageReference Include="WebSharper.UI" Version="4.5.6.156" />
+    <PackageReference Include="WebSharper.AspNetCore" Version="4.5.3.101" />

Maybe it has something to do with 325ad2c

@Tarmil
Copy link
Member

Tarmil commented Feb 25, 2019

That's a likely cause indeed. If so, then it may be the same issue as #1045.

@Jand42
Copy link
Member

Jand42 commented Feb 26, 2019

@ajuch Hello, assembly redirect issues should be resolved by latest release https://github.com/dotnet-websharper/core/releases/tag/4.5.9.330

@Jand42 Jand42 closed this as completed Feb 26, 2019
@ajuch
Copy link
Author

ajuch commented Feb 27, 2019

@Jand42 Sorry, just tried building again with the new WebSharper 4.5.330 packages but without success :-( It still fails with the same exception. So my problem seems to be unrelated to the assembly redirect issues...

I looked at git diff 4.5.6.320...4.5.9.330`, but I'm unable to spot an obvious cause, but something in between there breaks my build...

Build FAILED.

       "/app/Wex.Web/Wex.Web.fsproj" (Publish target) (1:7) ->
       (CoreCompile target) -> 
         /usr/share/dotnet/sdk/2.2.104/FSharp/Microsoft.FSharp.Targets(265,9): error MSB6006: "wsfsc.sh" exited with code 134. [/app/Wex.Web/Wex.Web.fsproj]

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:31.19
Fsc: /usr/share/dotnet/sdk/2.2.104/FSharp/Microsoft.FSharp.Targets(265,9): error MSB6006: "wsfsc.sh" exited with code 134.
Finished (Failed) 'DotNet:publish' in 00:00:31.8580363
Finished (Failed) 'BuildApp' in 00:00:31.8592655

@Jand42 Jand42 reopened this Feb 27, 2019
@ajuch
Copy link
Author

ajuch commented Feb 27, 2019

I created a minimal example that fails on my computer: https://github.com/ajuch/ws-1044

A simple docker build . fails with the same error as above.

@Tarmil
Copy link
Member

Tarmil commented Feb 27, 2019

Thanks! I've been able to reproduce the issue on a Linux VPS I have, but the docker setup should be more convenient to investigate.

@Tarmil
Copy link
Member

Tarmil commented Feb 28, 2019

Based on my investigations, the issue seems to have appeared when we upgraded FSharp.Compiler.Service from 25.0 to 26.0. This means that downgrading WebSharper (and more importantly WebSharper.FSharp) to version 4.5.7.322 should be good as a temporary workaround while the core issue gets fixed.

@ajuch
Copy link
Author

ajuch commented Feb 28, 2019

Ok, that's what I'm doing now :-) A thing that came into my mind was that support for anonymous records was added to the WS compiler. As far as I understood, this not in the production F# compiler. But I'm not sure if the way it is handled in the WS compiler has a direct dependency on that... Was added in F# 4.6...

@Tarmil
Copy link
Member

Tarmil commented Feb 28, 2019

Anonymous records in WebSharper do depend on the FSharp.Compiler.Service 27.0, so downgrading will make you lose that unfortunately.

@lmortimer
Copy link

These 'bad' versions are coded into the templates provided by the current dotnet new -i WebSharper.Templates so any new project cannot build.

@Jand42
Copy link
Member

Jand42 commented Apr 2, 2019

@lmortimer Hi, there is a new Fsharp.Compiler.Service, I will test updating and will get back to you.

Also, as a workatound, you can install an older template with an earlier FCS with dotnet new -i WebSharper.Templates::4.5.7.291
Or revert packages on an existing project:

dotnet add package WebSharper -v 4.5.7.322
dotnet add package WebSharper.FSharp -v 4.5.7.322
dotnet add package WebSharper.UI -v 4.5.6.156

@Jand42
Copy link
Member

Jand42 commented Apr 10, 2019

@lmortimer https://github.com/dotnet-websharper/core/releases/tag/4.5.11.334 contains a newer FCS and a fix for an underlying issue on netcore sdk 2.1.600+

@ajuch
Copy link
Author

ajuch commented Apr 11, 2019

I'd like to share some new observations to this issue:

I'm using the latest mcr.microsoft.com/dotnet/core/sdk:2.2 image (2.2.203) and the latest WebSharper dependencies (4.5.11.334). My FAKE build script runs several targets. Clean -> Npm -> Sass -> Restore-> Build -> Test.

  • When I run Test, this error appears during test, Build runs fine.
  • When I run just Build then the Build fails with this error.
  • I'm able to get a successful build with a try-catch and retry inside the Build-Task. The second try works.

I suspect that there might be a strange timing thing to blame, but I cannot explain why running the tests after the Build Target makes the Build Target work...

I was wrong. The build works, but in the runtime docker image all the WebSharper translated code is missing...

@Jand42
Copy link
Member

Jand42 commented Apr 11, 2019

@ajuch Thanks for the details, I guess you have this default wsconfig.json file?

{
  "$schema": "https://websharper.com/wsconfig.schema.json",
  "project": "site",
  "outputDir": "wwwroot"
}

Or equivalent settings in fsproj

    <WebSharperProject>Website</WebSharperProject>
    <WebProjectOutputDir>$(MSBuildThisFileDirectory)/wwwroot</WebProjectOutputDir>

(The values in wsconfig.json override the ones in .fsproj if both are provided)

Also, do you have issue with Docker only? I am testing that soon. Thanks!

@ajuch
Copy link
Author

ajuch commented Apr 11, 2019

@Jand42 Yes, I have exactly that wsconfig.json file in the Website Project. I have this issue with docker only, but I don't have a linux workstation to test, so I cannot say if it's linux or docker related...

@Jand42
Copy link
Member

Jand42 commented Apr 12, 2019

@ajuch I have tested in Docker since, and found that the issue is caused by the WebSharper.UI templating type provider during reading by FCS. (WebSharper goes through non-JavaScript code too to search for client <@ ... @> calls and server-side event handlers to translate.) If I remove the use of Templating.Template<"Main.html"> the project builds. We knew already that the issue is caused by newer FSharp.Compiler.Service but this narrows it down further. I will try to get some inner error somehow, not seeing that even in diagnostic log, so I can make an issue report or attempt a fix for FCS.

@ajuch
Copy link
Author

ajuch commented Apr 12, 2019

@Jand42 Thank you, that's great news! I tried changing the call inside wsfsc.sh to redirect stdout and stderr to a file to get a stacktrace, but didn't succeed. Maybe if done right, it could provide a stacktrace...

@Gastove
Copy link

Gastove commented Apr 13, 2019

Hello! I'm also hitting this -- and I'm using both Linux (local dev) and Docker. If there's any additional info I can help provide, please let me know?

(I can reproduce this issue by installing the latest WebSharper template and trying to build it, but it also affects my other WebSharper projects.)

@ajuch
Copy link
Author

ajuch commented May 6, 2019

Hi, I found something... WebSharper uses FSharp.Compiler.Service in Version 28.0. In this commit fsharp/fsharp-compiler-docs@1257ce8#diff-a5449c600acbdb1ab940f4621d4b985b (Exprs.fsi) the namespace was changed from Microsoft.FSharp.Compiler to FSharp.Compiler. WebSharper uses the old namespace all over (e.g. genTransformer.fsx). I can't get WS to build on my machine, but maybe this helps you @Jand42...

@Jand42
Copy link
Member

Jand42 commented May 13, 2019

@ajuch Sorry for replying late but this is not an issue: genTransformer.fsx is temporary script left in with no current use, I am removing to avoid confusion. And otherwise, Microsoft.FSharp.Compiler is not used anymore in WS master branch. What build errors have you had?

Workaround is still to revert to WS 4.5.7.322 for having FCS 25.0. I had an idea to install Mono in the Docker instance too, and use <WebSharperUseNetFxCompiler>True</WebSharperUseNetFxCompiler> to use .NET4x (Mono) compilation instead while still targeting netcore to avoid the TP/FCS issue, but could not get this running yet.

@ajuch
Copy link
Author

ajuch commented Sep 3, 2019

@Jand42 do you already have any idea how to solve this issue?

@Jand42
Copy link
Member

Jand42 commented Sep 3, 2019

@ajuch
Hi, I have updated my Docker for Windows and updated packages to latest:

  <ItemGroup>
    <PackageReference Include="Microsoft.AspNetCore.All" Version="2.2.2" />
    <PackageReference Include="WebSharper" Version="4.5.18.348" />    
    <PackageReference Include="WebSharper.FSharp" Version="4.5.18.348" />
    <PackageReference Include="WebSharper.UI" Version="4.5.12.178" />
    <PackageReference Include="WebSharper.AspNetCore" Version="4.5.4.109" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Update="FSharp.Core" Version="4.7.0" />
  </ItemGroup>

And using a verbosity flag RUN dotnet publish -o out -v Detailed in Dockerfile, it ran successfully. But not without the detailed verbosity, idk why...

@ajuch
Copy link
Author

ajuch commented Sep 4, 2019

Hi @Jand42, I updated my minimal example at https://github.com/ajuch/ws-1044 and still get the error, even with -v Detailed...

@Gastove
Copy link

Gastove commented Oct 14, 2019

Hi all -- I'm running hard in to this trying to update to dotnet 3.0. I'd love to help get this fixed. Unfortunately, I can't get this repo to build on my (linux) machine, so I might require a little guidance on what the most productive thing to do is. One thing worth noting: my new error status is 150, not 134.

@Gastove
Copy link

Gastove commented Oct 14, 2019

Okay. At least for my own case, I've figured enough out to get myself fixed. I dunno how much this'll help the other folk on this thread, but just in case: here's what I've got.

The problem is coming from wsfsc.sh. The chain of invocations that lead to wsfsc.sh starting up seems to have the effect of totally swallowing its output. However! By getting inside a Docker image with strace and doing a lot of grep, I was able to find chunks of error message: something wsfsc.sh is calling is netcoreapp2.0 only. In my particular case, the exit code (150) seems to be indicating that I needed to install dotnet-sdk-2.*.

I'm still... not great at reasoning about the broad matrix of which-SDK-supports-which-standard-is-compatible-with-which-other-thing in .NET land; this doesn't sound to me like it would fix anyone else's problem, but it might help diagnose it. If anyone wants instructions for strace-ing, do let me know. Otherwise, once I've recovered a bit (that was a lot of strace 😵), I might have a look at some of the netcoreapp2.2 examples, see if I can't find some output in them too.

@Jooseppi12
Copy link
Member

Jooseppi12 commented Oct 14, 2019

@Gastove I'll go ahead and investigate the build issue with dotnet 3.0 and get back to you with my findings. Thank you for looking into the logs of the Docker image with strace, that should definitely help the investigation!

@granicz
Copy link
Member

granicz commented Nov 2, 2019

@Jooseppi12 Any progress on that?

@ajuch
Copy link
Author

ajuch commented Dec 17, 2019

After upgrading my whole solution to .net Core 3.0 I can confirm that the new error code is 150

/usr/share/dotnet/sdk/3.0.101/FSharp/Microsoft.FSharp.Targets(277,9): error MSB6006: "wsfsc.sh" exited with code 150.

@Jooseppi12 do you have any idea what causes this?

@ajuch
Copy link
Author

ajuch commented Dec 17, 2019

Seems I am now at the point where Gastove is. The wsfsc call outputs:

         It was not possible to find any compatible framework version
         The specified framework 'Microsoft.NETCore.App', version '2.0.0' was not found.
           - The following frameworks were found:
               3.0.1 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
         
         You can resolve the problem by installing the specified framework and/or SDK.
         
         The .NET Core frameworks can be found at:
           - https://aka.ms/dotnet-download

@Gastove
Copy link

Gastove commented Dec 17, 2019

@ajuch that looks very familiar to me! I was able to solve it for myself by installing the 2.0 SDK in my docker image: https://gitlab.com/gastove/containers/blob/master/Dockerfile.DotnetBuilder#L19 slightly clunky, but it works.

@Bananas-Are-Yellow
Copy link

This also happens for me and I'm not using docker.

On a fresh machine (Pop!_OS 19.10), I followed the instructions to install .NET Core.

wget https://packages.microsoft.com/config/ubuntu/19.10/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb

sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-3.1

Then I installed the WebSharper templates:

dotnet new -i WebSharper.Templates

Then I created a new Web project:

dotnet new websharper-web -lang f# -n ClientServer

Then I tried to build it:

cd ClientServer
dotnet build

Here is the output:

Microsoft (R) Build Engine version 16.5.0+d4cbfca49 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

  Restore completed in 13.12 sec for /home/david/Code/ClientServer/ClientServer.fsproj.
/usr/share/dotnet/sdk/3.1.201/FSharp/Microsoft.FSharp.Targets(279,9): error MSB6006: "wsfsc.sh" exited with code 150. [/home/david/Code/ClientServer/ClientServer.fsproj]

Build FAILED.

/usr/share/dotnet/sdk/3.1.201/FSharp/Microsoft.FSharp.Targets(279,9): error MSB6006: "wsfsc.sh" exited with code 150. [/home/david/Code/ClientServer/ClientServer.fsproj]
    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:14.03

The output of dotnet --info is:

.NET Core SDK (reflecting any global.json):
 Version:   3.1.201
 Commit:    b1768b4ae7

Runtime Environment:
 OS Name:     ubuntu
 OS Version:  19.10
 OS Platform: Linux
 RID:         ubuntu.19.10-x64
 Base Path:   /usr/share/dotnet/sdk/3.1.201/

Host (useful for support):
  Version: 3.1.3
  Commit:  4a9f85e9f8

.NET Core SDKs installed:
  3.1.201 [/usr/share/dotnet/sdk]

.NET Core runtimes installed:
  Microsoft.AspNetCore.App 3.1.3 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 3.1.3 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download

@Bananas-Are-Yellow
Copy link

Like @Gastove said, if I also install v2 SDK, it builds just fine.

sudo apt-get install dotnet-sdk-2.1

@hengestone
Copy link

Just seconding this. One solution is to edit
~/.nuget/packages/websharper.fsharp/4.6.1.381/tools/netstandard2.0/wsfsc.runtimeconfig.json and update the version numbers there:

{
  "runtimeOptions": {
    "tfm": "netcoreapp3.1",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "3.1.3"
    }
  }
}

@panesofglass
Copy link
Contributor

@granicz and @Tarmil, this blocked the-benchmarker/web-frameworks#2874 from building successfully. All the frameworks in that comparison use .NET Core 3.1, and as it's running on docker, I don't have a good way to change the runtime config above. Any suggestions? I temporarily removed WebSharper from the framework comparison, but I'm happy to fix it once I know how.

@Jand42
Copy link
Member

Jand42 commented Jun 5, 2020

@panesofglass Thanks for the notice. I have a pending experiment for having both .NETCore 2.0 and 3.1 compilers (latter used for netcoreapp3.0+ and netstandard2.1+ automatically, otherwise using 2.0 one). I had ran into nuget packaging problems, it grew too big maybe and paket have created some disfunctional packages. At this point I think it is better to just require .NET Core 3.1 runtime installed for the WebSharper.FSharp/CSharp compilers when running on DNC, having the back-compatibility for non up-to-date build boxes does not worth the package size bloat.
After this, running on DNC3.1 should work cleanly and I will re-test docker scenario.

@Gastove
Copy link

Gastove commented Jan 5, 2021

@Jand42 any news on this? I can't get past this error at all on local any more, even with all the SDKs installed. Bumping any versions -- especially dotnet -- seems to avail me nothing.

Can I help push on this somewhere? I've got no intuition at all about which part of WebSharper is causing the problems, but I'd be happy to go help with a bit of guidance.

@Gastove
Copy link

Gastove commented Jan 5, 2021

Ah, sorry, just saw all the .NET5.0 tickets. I bet those will help.

@granicz
Copy link
Member

granicz commented Jan 5, 2021

@Jand42 what's your status on this?

@Jand42
Copy link
Member

Jand42 commented Jan 6, 2021

@granicz @Gastove Since WebSharper 4.6.4.404, compiler runs on netcore3.1, so it should resolve hard assembly redirect fails on .NET Core 3.1. I think I remember Docker build passing but have not commented about it here... will retest soon. Maybe it needs a global.json file to set version if .NET5.0 is already installed too in the Docker instance.
WebSharper 5.0 is planned to have full support for .NET5.0, to be released in a preview state soon when all extension builds are passing.

@vanaur
Copy link

vanaur commented Jun 11, 2021

Hello,

Excuse me, I am re-launching this issue probably a little late. I got the error that was raised, but unfortunately, nothing that was discussed here allowed me to correct the problem...

I'm running Pop_OS! and I followed the conventional .net and websharper installation steps:

dotnet new -i WebSharper.Templates
dotnet new websharper-web -lang F#
dotnet run

The error displayed then is the following:

/usr/share/dotnet/sdk/5.0.301/FSharp/Microsoft.FSharp.Targets(281,9): error MSB6006: Stopped "wsfsc.sh" with code 150.

The build failed. Correct the errors in the build and rerun it.

I tested the same thing on a Windows, but there everything worked fine. I also tried to downgrade the version of websharper, as suggested earlier in the issue, but the problem remains the same. An F# project without template also works well for me.

donet --info gives the following information, so, if I'm not mistaken, everything should be functional:

SDK .NET (reflecting all global.json files) :
 Version:   5.0.301
 Commit:    cc8c0abb32

Execution environment :
 OS Name:     pop
 OS Version:  20.10
 OS Platform: Linux
 RID:         linux-x64
 Base Path:   /usr/share/dotnet/sdk/5.0.301/

Host (useful for support):
  Version: 5.0.7
  Commit:  556582d964

.NET SDKs installed:
  2.1.816 [/usr/share/dotnet/sdk]
  5.0.301 [/usr/share/dotnet/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.All 2.1.28 [/usr/share/dotnet/shared/Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.App 2.1.28 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 5.0.7 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 2.1.28 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 5.0.7 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET runtimes or SDKs:
  https://aka.ms/dotnet-download

Is there any news about this problem, which might not have been published in this issue?

@granicz
Copy link
Member

granicz commented Jun 15, 2021

I am curious about what @Gastove reported earlier: "The chain of invocations that lead to wsfsc.sh starting up seems to have the effect of totally swallowing its output." Has anyone checked into how to fix that?

@ajuch
Copy link
Author

ajuch commented Jun 15, 2021

I had the same issue today. To find the cause you need to dotnet build -v d to see the relevant output:

#44 9.698 It was not possible to find any compatible framework version
#44 9.698 The framework 'Microsoft.NETCore.App', version '3.1.0' was not found.
#44 9.698 - The following frameworks were found:
#44 9.698 5.0.6 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
#44 9.698
#44 9.698 You can resolve the problem by installing the specified framework and/or SDK.

After installing the .NET SDK 3.1, everything worked.

@granicz
Copy link
Member

granicz commented Jun 15, 2021

@Jand42 We should really upgrade everything to net5+, including the template deps for ASP.NET Core apps. Can you quote the ticket for that work so we can track?

@Jand42
Copy link
Member

Jand42 commented Jun 16, 2021

@granicz net50 progress on #1116: language features are broken down on to other tasks, C# is WIP

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

No branches or pull requests