Andreas Juch

Results 15 comments of Andreas Juch

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...

Fixed it by downgrading one version of websharper: ``` - - - - + + + + ``` Maybe it has something to do with https://github.com/dotnet-websharper/core/commit/325ad2cf3c9adaca9350231e85b3d021862e2b61

@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...

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.

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...

> 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...

@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...

@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...

Hi, I found something... WebSharper uses FSharp.Compiler.Service in Version 28.0. In this commit https://github.com/fsharp/FSharp.Compiler.Service/commit/1257ce877e399941736011cd83fcbd4f1578036e#diff-a5449c600acbdb1ab940f4621d4b985b (Exprs.fsi) the namespace was changed from `Microsoft.FSharp.Compiler` to `FSharp.Compiler`. WebSharper uses the old namespace all over...

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