Eric StJohn
Eric StJohn
cc @adamsitnik Why is it trying to copy PDB and XML? ``` /private/tmp/helix/working/A62F0915/w/B419093C/e/publish/ProxyProjectForAOTOnHelix.proj(116,5): error MSB3030: Could not copy the file "/tmp/helix/working/A62F0915/p/build/microsoft.netcore.app.runtime.tvos-arm64/runtimes/tvos-arm64/native/System.Runtime.Serialization.Formatters.xml" because it was not found. /private/tmp/helix/working/A62F0915/w/B419093C/e/publish/ProxyProjectForAOTOnHelix.proj(116,5): error MSB3030: Could...
Copying the PDB is a good idea if it will actually be consumed, since that helps get more accurate stack traces in cases of crashes. If the PDB is not...
This is a build failure blocking official builds too. https://dev.azure.com/dnceng/internal/_build/results?buildId=2517099&view=logs&j=bcd78a6d-74df-5a56-16b0-296c102aaf79&t=9faa9bf0-4bfe-5a4f-f55e-0027707f4529 failure is also in 9.0 https://dev.azure.com/dnceng/internal/_build/results?buildId=2516842&view=logs&j=bcd78a6d-74df-5a56-16b0-296c102aaf79&t=9faa9bf0-4bfe-5a4f-f55e-0027707f4529 It looks like it's building `fetchzlibng-build` @carlossanlop
Remote executor needs to be run with the same app.config as the test assembly. Since it's not getting the test assembly's app.config it's missing bindingRedirects. I see remoteExecutor [passes](https://github.com/dotnet/arcade/blob/fc2f7ce8372a55725aab7b48c25bad7327a9769d/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs#L490-L499) the...
Adjusting the milestone since noone will look at 6.0.0. This is still failing regularly in servicing builds.
Hi folks, chiming in from the .NET team. I had a look at https://github.com/dotnet/winforms/issues/13358 and shared a workaround there. The right fix here is for WebView2 to add conditions in...
@mmitche @jaredpar @aortiz-msft - how do you think we should drive enforcement of this? @jaredpar suggested forcing folks to emit a binlog then presumably adding some validation somewhere in the...
Could we force a layered NuGet.config with the audit source in official builds? NuGet.config's are all about layering.
Which feed are these new versions published to? If only nuget.org, should they be [mirrored](https://github.com/dotnet/arcade/blob/main/Documentation/MirroringPackages.md)?
Not sure how common a customer application is to hit this, but typically crashing bugs like this meet the bar for servicing. I raised this because we didn't have a...