Benedikt Radtke

Results 140 comments of Benedikt Radtke

#6 is what i did to get it working. How did you convince VS to use unix linefeeds for the solution files? And i don't know whether its ok that...

Didn't have a look at the tests yet, could it be the test is running into https://github.com/dotnet/corefx/issues/13619?

I have never used it, but with the desktop bridge you should™ be able to package win32 apps "easily". I think you will have to declare it a FullTrustApplication so...

Sounds like a job for an appstore. You don't want all your users to manually write obscure scripts that download, verify, unpack and replace multiple binaries and resources while guaranteeing...

Microsoft is creating its own package manager and repository now: https://devblogs.microsoft.com/commandline/windows-package-manager-preview/ https://github.com/microsoft/winget-pkgs It might be worth looking at!

https://github.com/dotnet/project-system/issues/5053 is now closed, any chance we can get this solved?

does it work if you do a sleep and docker ps?

> For now, I wrote the duplicate and cumbersome CI codes in every project: > > ```yaml > - /kaniko/executor > ${DOCKER_HUB_MIRROR:+"--registry-mirror=$DOCKER_HUB_MIRROR"} > --build-arg "ftp_proxy=${ftp_proxy}" > --build-arg "FTP_PROXY=${ftp_proxy}" > --build-arg...

How many committee members should one tag? Bothering *all* typescript committee members sounds like overkill, so let's start with 3 @amakhrov @davidgamero @mkusaka

Anything else that would need doing on my end?