Simon Zeltser

Results 7 comments of Simon Zeltser

I have the same problem on Debian 9 VM: I tried to run: ```dotnet dotnet new webapi dotnet add package Selenium.WebDriver -n dotnet build dotnet run ``` It looks like...

This is good ticket to take for folks who are getting started with Sandbox as contributors.

@daniel-sanche could you please re-assign to one of the new contributors?

@charles-bluett, could you please elaborate why "Online Boutique" is more enterprise friendly name? We didn't see a need to rebrand as there is a lot of effort that goes into...

Who is maintaining these images? Is there a delta between what's found at gcr.io/distroless and docker registry?

It looks similar and this is not appropriate. For people with color blindness problem it looks a lot more like gray than as white. You should use colors that are...

I just tried to build docker image on macos from the following: ```dockerfile FROM mcr.microsoft.com/dotnet/core/sdk:3.1.300-alpine as builder WORKDIR /app COPY *.csproj . ``` and get an error: ``` /usr/share/dotnet/sdk/3.1.300/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error...