Michael Simons

Results 75 issues of Michael Simons

``` /repos/installer/artifacts/tarball/.dotnet/sdk/6.0.100-rc.2.21426.20/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): error NETSDK1138: The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the...

The packages produced by the official build are not getting published to a NuGet feed. This blocks downstream repos from consuming the packages. This is blocking the ArPOW source-build work.

Related to https://github.com/dotnet/source-build/issues/4117

Since templating does not depend on the latest/live NuGet version during source build a reference package is utilized to satisfy the NuGet version. Now that prebuilt detection is enabled, every...

triaged
area: infra

The `history` link on https://mcr.microsoft.com/en-us/product/devcontainers/dotnet/about is broken. I'm guessing this was specified as a relative link. It is intended to be a GitHub link (e.g. https://github.com/devcontainers/images/blob/main/src/dotnet/history) but when rendered in...

The `Microsoft.SourceBuild.Intermediate.deployment-tools` package is not getting published during internal CI builds. This is required for source-build so that down stream repos such as the SDK can take a dependency on...

area-Infrastructure

A broader set of services are starting to consume image annotations. Specifically Azure container scanning honors the lifecycle annotation to treat EOL images specially. As a result, the images produced...

area-infrastructure
wave2

Found as part of https://github.com/dotnet/dotnet-docker/pull/5359. Steps to reproduce in dotnet-docker nightly branch ``` .\tests\performance\Validate-ImageSize.ps1 -UpdateBaselines -ImageBuilderCustomArgs "--os-version azurelinux3.0"``` Results ``` Unhandled exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target...

bug
area-infrastructure

Tracking the image/layer size information is useful for metric tracking purposes. The wire/compressed size is the most useful to track.

up-for-grabs
area-infrastructure

``` WARNING! Your password will be stored unencrypted in /root/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store ```

bug
area-infrastructure