kasperk81
kasperk81
``` DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION=1 dotnet build > output.txt 2>&1 ``` these options are of course specific to unix
I have `/proc/sys/fs/binfmt_misc/` but directory is empty. Also the qemu-system-aarch64, for example, runs arm64 ELF on x86_64 host.
Systems using openrc init (alpine, gentoo etc.) has a `binfmt` service running in baremetal (or VM) installation. There is no difference how services are registered, the only difference is how...
@umarcor, sorry for the confusion. I was thinking about porting qus to Alpine Linux ports, e.g. https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/testing/aqemu/APKBUILD. I tried to build the repo locally on alpine but the support was...
Thanks for the explanation. I thought qemu-user-static depends on qemu when user installs it. Now I understood that it is not the case; i.e. it is truly static in nature....
similar tools done before; free-to-use and hosted by individual devs * https://www.speedscope.app/ (`dotnet-trace collect --format chromium ....`) * https://ui.perfetto.dev/ (`dotnet-trace collect --format chromium ....` and select "legacy ui") * https://msbuildlog.com/...
@ViktorHofer are these downgrades accidental?
> Microsoft.DotNet.Test.ProjectTemplates.8.0 was downgraded from 1.1.0-rc.24202.1 to 1.1.0-rc.24120.2 https://github.com/dotnet/sdk/pull/40538 was picked up by c5d3b60 yet the error persists
https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet9/NuGet/Microsoft.DotNet.Test.ProjectTemplates.8.0/versions last publish date Apr 2, coherency bot is downgrading to version from Feb 20 https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet9-transport/NuGet/Microsoft.SourceBuild.Intermediate.scenario-tests/versions/ last publish date Apr 23, coherency downgrading to version from Jan 7 coherency update...
1. why are newer versions of Microsoft.DotNet.Test.ProjectTemplates.8.0 and Microsoft.SourceBuild.Intermediate.scenario-tests not being published to nuget galleries? 2. why is the coherency bot using the four months old version instead of the...