Rainer Sigwald

Results 76 issues of Rainer Sigwald

Question semi-unrelated to this change: @rainersigwald any reason why GNU format was used? My assumption is that PAX was not used so that file size could be reduced, since it...

Area: Layer

Currently most `MediaType` type things are hardcoded to Docker types, but we should be OCI compliant as well (configurably).

Area: Registries
Area: Library

The tarballs-of-tarballs emitted by `docker load` have bare `.tar` files inside them; ours should presumably look just like that. However, when naively doing so (7c9a270), I ran into an error:...

The OCI specs say that layers should preserve timestamps, but I expect to (optionally?) violate that, because we will want to produce bit-for-bit identical output given identical repo builds, just...

Area: Layer

I know a lot of people really like `≠` as a replacement for `!=`, but I'm not among them. I was excited by the promise of turning off the `ss01`...

https://github.com/dotnet/msbuild/blob/42383a83b2b0d1e551cbdb713f9ae3dda27dd04d/src/Tasks/Microsoft.CSharp.CurrentVersion.targets#L279 https://github.com/dotnet/msbuild/blob/42383a83b2b0d1e551cbdb713f9ae3dda27dd04d/src/Tasks/Microsoft.VisualBasic.CurrentVersion.targets#L273 Why is this not `@(ReferencePathWithRefAssemblies)` like [in CoreCompile](https://github.com/dotnet/roslyn/blob/39848683a068122de144949117a9e5111bfd42ba/src/Compilers/Core/MSBuildTask/Microsoft.CSharp.Core.targets#L139)?

backlog
performance
Priority:2
triaged

Historically when we've hit releases for a new .NET version we've adopted that version. We should consider doing that for .NET 9 as well. Items - [x] Retarget to Arcade...

triaged

I am in possession of a binlog that looks like this ![image](https://github.com/dotnet/msbuild/assets/3347530/777843a1-7cbc-45a6-a8c0-d73d0719a596) So it did evaluation, including firing the import events AND EMBEDDING THE FILES but somehow didn't report post-evaluation...

bug
regression
Area: Logging