Eskild Diderichsen
Eskild Diderichsen
@joshspicer thanks for the links. I gave it a shot. But it seems there's an issue with running the tests. Not sure what is going on. https://github.com/snebjorn/devcontainer-feature/actions/runs/3193079539/jobs/5211272135 When running locally...
I copied the script from here https://github.com/devcontainers/features/blob/main/src/dotnet/install.sh#L33-L64 Does it not work or do I need to something to make it work?
Hi @samruddhikhandale I don't recall what was the error when running the test on github. But running it locally still doesn't work. ``` vscode ➜ /workspaces/devcontainer-feature (main) $ devcontainer features...
@joshspicer yes ``` vscode ➜ /workspaces/devcontainer-feature (main) $ devcontainer features test --features chromium --base-image mcr.microsoft.com/devcontainers/base:debian . ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─...
> What do you get for `docker-compose version`? Locally I'm running **Docker Compose version v2.10.2** No sure what GitHub Codespaces is running. > The path should be relative to the...
This is also a problem when doing it directly in a devcontainer.json. Should I create a separate issue for handling seccomp files in the devcontainer.json? Just to be clear. I...
> It should work in the `devcontainer.json` I couldn't get it to work. Hmm well I did it in a compose file. See https://github.com/snebjorn/openapi-generator/tree/feature/devcontainer/.devcontainer I tested: - seccomp:chrome.json - seccomp:./chrome.json...
I also think this merits a redesign of `IStartupConfigurationService` as `WebHostBuilder().ConfigureStartup()` can access `IApplicationBuilder`, `IHostingEnvironment`, `IConfiguration`, etc. directly. So no need for the below. ```c# public Startup(IHostingEnvironment env, IStartupConfigurationService externalStartupConfiguration...
I ran into this issue as well, and ended up with one separate query pr entity :( `.Include` supports this syntax `.Include(x => (x as Derived).SomeNavigationProp)` and it's awesome! Would...
Simplicity is always nice. But I think there's value in the `extends` feature. As you can have an organization wide config, that can be changed, which then can be opt'ed...