Manfred Lange
Manfred Lange
@mhegazy link to sample config file is broken as of writing (12 Aug 2017). Do you or someone else have a new link? Thank you!
And I guess since [ASP.NET Core supports view precompilation out of the box](https://docs.microsoft.com/en-us/aspnet/core/mvc/views/view-compilation?tabs=aspnetcore2x) the need for RazorGenerator will go away as and when we move to ASP.NET Core (targeting either...
The suggested workaround using `razorgenerator.directives` doesn't work in our environment. Using package `Microsoft.AspNet.Mvc` version 5.2.6. Project targets full .NET Framework 4.6.2. Project file has been converted to using `` instead...
@farodin91 Your suggestion to set use config `graph.replace-instance-if-exists=true` worked. Thank you, Jan! I just had to experiment a little to figure how to use your option in a multi-container environment...
I tried the same, however, according to the documentation at https://github.com/JanusGraph/janusgraph-docker#configuration you need to use an outer namespace `janusgraph` as follows: ```yml services: janusgraph: container_name: optarix-janusgraph hostname: janusgraph.local image: janusgraph/janusgraph:0.6.1...
This could be related to this issue https://github.com/microsoft/vscode/issues/161045 which also deals with `"remote.autoForwardPorts": false` being ignored regardless where it is set. In my scenario I do not click on the...
Further to this, I just tested the following for a CRA webapp. I modified the start script as follows (in package.json): ```json { ... "start": "PORT=21017 BROWSER=none react-scripts start", ......
Crashes OBS version 27.2.3 (64-bit) on Windows 10 Pro as well. Steps to reproduce: 1. Install OBS version 27.2.3, leave all to defaults 2. Install obs-virtualbg, version 1.1.0 for win64...
@rprouse Thank you for the suggestion, I'll give that a try.
Yes, I agree, it should be able to work off an assembly only. However, with the change in the tooling it seems that it is not sufficient to simply point...