Matt Mitchell
Matt Mitchell
It's owned in general by the .NET team, and dnceng.
@omajid Do you have an example of the diffs that are showing up? Btw, good to see you found https://github.com/NuGet/Home/issues/8601. This issue overall was blaring warning lights from long ago...
It's a bug in the sense that the thing is using globbing to find the built packages. There are probably other cases like this hanging out. Publishing and signing almost...
@baronfel let me know what you think.
@baronfel Aligning the pre-release labels of the FSharp packages, and aligning with .NET: https://www.nuget.org/packages/FSharp.Core/#versions-body-tab - Used "beta" without pre-release iteration https://www.nuget.org/packages/FSharp.Compiler.Service/43.10.100-preview.25277.114 - Used 'preview' without pre-release iteration. Both would align...
@copilot Because a top-level file could be duplicated within other archives (e.g. an MSI at the top level as well as within a VS.* nupkg), I think a better way...
@eerhardt We don't have plans to support container sensitive signing configurations. It doesn't really make sense in context of the way signing works. It introduces a potential problem where the...
@premun Should I expect that comment changes in the V.D.xml files backflow? https://github.com/dotnet/sdk/pull/52135/files#diff-fb62e94a1d6f29f863e3d0a22aa38269f6cd1d7f03b109dc06e2cbf2548b86d3R236-R248 that's not there in main in the VMR. I think it has the actual properties correct though.
> Known issue #[5637](https://github.com/dotnet/arcade-services/issues/5637) > > Error: .dotnet\sdk\10.0.100\NuGet.targets(196,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore) '[]' is not a valid version string. @DonnaChen888 I don't think that's the issue here. I think what has...
@DonnaChen888 I've pushed at least the basics of the change up