Matt Thalman

Results 113 issues of Matt Thalman

### Description of the new feature / enhancement Currently `wingetcreate submit` only allows a single manifest to be submitted to the winget-pkgs repo as a PR. This is limiting in...

Issue-Feature

### Description of the new feature / enhancement To avoid being exposed to security vulnerabilities, the importance of running on the latest versions of software is clear. Winget provides an...

Issue-Feature
Area-Manifest

The documentation at https://github.com/dotnet/docs/blob/master/docs/core/linux-prerequisites.md has a section on Linux distribution dependencies. The packages that are listed here don't line up with the packages that are specified in the [packaging](https://github.com/dotnet/core-setup/tree/master/src/pkg/packaging) runtime...

doc-bug
Pri1
dotnet-core/prod
okr-health

I'd like to be able to install moby-cli in a distroless container environment without causing a shell to be included. The normal method in which I install packages for a...

This repo should be targeting the .NET 9 SDK from the global.json file. This is a requirement necessary for .NET source build in order to target the `net9.0` TFM. Related...

Related to https://github.com/dotnet/installer/pull/18238 and https://github.com/dotnet/roslyn/pull/71507. There are several projects whose `TargetFramework` is set to `NetRoslyn` which is [statically set to `net8.0`](https://github.com/dotnet/roslyn/blob/db94f712c1f6e4d64d2c61921f9e60629ecb41a1/eng/targets/TargetFrameworks.props#L15). This [causes build failures](https://github.com/dotnet/installer/pull/18238#issuecomment-1898830284) in the context of the...

Area-Infrastructure
untriaged

This repo should be targeting the .NET 9 SDK from the global.json file. This is a requirement necessary for .NET source build in order to target the `net9.0` TFM. Related...

area-infrastructure

Release build legs are failing in main branch: ``` "D:\workspace\_work\1\s\artifacts\obj\win-x64.Release\native\INSTALL.vcxproj" (rebuild target) (1) -> "D:\workspace\_work\1\s\artifacts\obj\win-x64.Release\native\ALL_BUILD.vcxproj" (default target) (3:2) -> "D:\workspace\_work\1\s\artifacts\obj\win-x64.Release\native\projects\NetCoreCheck\EXE\NetCoreCheck.vcxproj" (default target) (5:2) -> (Link target) -> LINK : fatal...

area-Infrastructure

This provides a common API, `IRegistryContentClient`, that provides an interface for querying container registries. This provides a common interface for both the ACR that we own as well as 3rd...

untriaged

Image Builder has a dependency on Microsoft.IdentityModel.Clients.ActiveDirectory which is marked as deprecated. This should be [migrated to use MSAL.NET instead](https://learn.microsoft.com/entra/msal/dotnet/#migration-from-azure-active-directory-authentication-library-adal). This has shown up in the component governance report.

bug
area-infrastructure