Eric StJohn
Eric StJohn
I have disabled this subscription
> @ericstj it looks like the task isn't finding the STJ it wants? Tasks in the SDK need to keep S.T.J on either live (exact match, provided by SDK) or
> You're saying the only thing stopping us from using the live versions everywhere was some issues with the test infrastructure? This was specific to the use of Json in...
@mthalman do you have any idea what would cause these docker pull errors? The images seem to still be present in https://github.com/dotnet/dotnet-buildtools-prereqs-docker. I would expect the tags to always exist.
> System.IO.FileLoadException: Could not load file or assembly 'System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from...
Those are just for testing the analyzer. Here the problem is due to RemoteExecutor. The .dll.config has the correct redirect. If you download the helix payload and examine `workitems\Microsoft.ML.CpuMath.UnitTests\Microsoft.ML.CpuMath.UnitTests.dll.config` you...
This same issue was hit here: https://github.com/dotnet/runtime/issues/104647 @ViktorHofer mentions that it should be handled with https://github.com/dotnet/arcade/blob/fc2f7ce8372a55725aab7b48c25bad7327a9769d/src/Microsoft.DotNet.RemoteExecutor/src/build/Microsoft.DotNet.RemoteExecutor.targets#L8-L33 -- it looks like ML.NET doesn't use that remote executor, but still uses it's...
The case we looked at did not have a `.deps.json` so I don't think that fixes it. We were looking at task loading on core with no deps.json. That task...
@jaredpar this was about proposals / non-final language feature specs.
I was thinking that maybe something in the process of reading/writing properties and passing around something ran afoul of escaping logic. IOW - XML [wrote the quotes](https://github.com/dotnet/runtime/blob/6e1e6b1f34ac821c47364f5b0baf91d18e1fcbe7/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlEncodedRawTextWriter.cs#L395), but they got...