Michael Simons
Michael Simons
The certificate(s) used to sign .NET archives and release manifests must be onboarded w/MicroBuild. Once the certificate(s) are decided and specified in https://github.com/dotnet/release/issues/1077, we need to talk to MicroBuild to...
Enabling enablePublishTestResults will likely always introduce build warnings in a build. This is because it supports both `TRX` and `XUnit` test results. Unless you have both, one of the `Publish...
When using the jobs template, the logs are being uploaded/stored multiple times. ``` yml - template: ${{ parameters.engCommonTemplatesDir }}/jobs/jobs.yml parameters: artifacts: publish: artifacts: true logs: true ``` Illustration of a...
Manual backports of: https://github.com/dotnet/dotnet/pull/3831 https://github.com/dotnet/dotnet/pull/3836 Related to: https://github.com/dotnet/dotnet/issues/3830 https://github.com/dotnet/dotnet/issues/3835
Related to dotnet/sdk#41128
.NET source builds, which include building `azure-activedirectory-identitymodel-extensions-for-dotnet`, are failing CG checks with the following: ``` CVE-2024-21907 Description Newtonsoft.Json before version 13.0.1 is affected by a mishandling of exceptional conditions vulnerability....
With the introduction of the VMR, I would l like a subscription frequency that varies based on the type of changes. For backflow PRs from the VMR to the product...
The samples documentation mentions the following in a couple places: >Alternatively, you can use `dotnet watch run`. This command reruns the application within a running container, with every local code...
### Description The UX around retrieving the command line help isn't documented and could be improved. ### Examples using (version '3.1.141901') 1. Running `dotnet-dump` doesn't give any indication that help...