kasperk81
kasperk81
i'm not interested in linux-bionic, sorry. > We've found some similar issues: your issue description is a copy of https://github.com/mono/SkiaSharp/issues/3191 where i was making a point to show how it's...
https://github.com/dotnet/sdk/pull/44011 is bringing this change https://github.com/dotnet/msbuild/commit/eacead39b9a7e0047c415db7318123c91af6f8e5#diff-2c2e83275077d3c65c1190f9aabc894271ab22132b4f5675f16fb1301c0639d8
> /vmr/artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj(228,5): error : Missing 'RelativeBlobPath' property on blob /vmr/src/runtime/artifacts/packages/Release/Shipping/dotnet-apphost-pack-10.0.0-alpha.1.24516.13-centos.9-x64.tar.gz anyone looking into this?
@jkoritzinsky already has a pr up https://github.com/dotnet/runtime/pull/108990
@ViktorHofer, it's currently blocked by https://github.com/dotnet/runtime/pull/108990. If it's ready, please go ahead and merge.
same with the latest version ```sh % docker version --format '{{.Server.Platform.Name}}' && \ docker run --rm --privileged --pid=host debian nsenter -t 1 -m -u -n -i qemu-x86_64 --version Docker Desktop...
related https://github.com/microsoft/slngen/issues/585
if the plan is still to include slnx support in sdk 9.0, is there any estimate when parsing library is going to be available on github?
> it will have an open-source parser even if it's not fully ready it can still be open sourced today and people can help fixing the remaining bugs in a...
**Proposal:** `dotnet new sln -n lodestone -f slnx` short for `dotnet new solution --name lodestone --format slnx` In .NET 9.0, the default format (`-f`) is still `.sln`. However, by .NET...