NoLifeKing
NoLifeKing
Looks like I can replicate it, just by having it deployed on our Windows servers, through IIS. Windows Server 2019 Standard (1809, Build 17763.3165) IIS 10 But when I'm debugging...
It's probably something with our setup, because a clean setup with a W2019 works just fine..
I got it to work by adding these DLLs manually to the tools folder: ``` Microsoft.CodeAnalysis.dll Microsoft.CodeAnalysis.CSharp.dll StackExchange.Precompilation.Metaprogramming.dll System.Collections.Immutable.dll System.Composition.AttributedModel.dll System.Composition.Hosting.dll System.Composition.Runtime.dll System.Composition.TypedParts.dll System.IO.FileSystem.dll System.Reflection.dll System.Reflection.Metadata.dll System.Runtime.dll System.Runtime.Extensions.dll System.ValueTuple.dll ```...
Doesn't work at AppVeyor though https://ci.appveyor.com/project/itssimple/mn-l10n/build/1.0.65#L1455
Fix for AppVeyor I ran this in the **Install Script**-section: ```REM Installning SE Precompilation Build nuget install StackExchange.Precompilation.Build -Version 4.0.0 REM Installing dependencies, in case the nuget-install didn't take nuget...
`Host` would be incorrect, as `Host` is the hostname (and port) that you ask the webserver to serve. The correct header would be `X-Forwarded-Host`, if you want the hostname forwarded....
We're doing improvements that we needed in BugNet locally, and then send PR's when we're done. Currently we've only pushed so that project titles are shown in the roadmap pages....