Eric StJohn

Results 138 issues of Eric StJohn

See https://learn.microsoft.com/en-us/dotnet/api/microsoft.ml There is no option for 3.0.0 or 4.0.0. What part of our process is missing to get these updated @michaelgsharp @luisquintanilla?

untriaged

I'm aware a few issues with our libomp dependency: 1. We have to build libomp from source on x64 mac. We also have accompanying requirements https://github.com/dotnet/machinelearning/blob/main/docs/building/unix-instructions.md#macos 2. We install the...

untriaged

**System Information (please complete the following information):** - OS & Version: Win11 23H2 - ML.NET Version: main as of 3/11/2024 - .NET Version: N/A **Describe the bug** When building ML.NET...

untriaged

Most likely a regression from #6939 These files should only be part of the symbols packages. Looks like they were missing from the symbols packages before, so this might be...

bug

**Describe the bug** When a helix test fails *gracefully* the failure should be reported and the runner should return 0. **To Reproduce** Examine a normal test failure for a build....

untriaged

Can we enable API Compat for TorchSharp? It’s part of the .NET SDK since 6.0. Enabling it can be done with these steps: [.NET Package Validation - .NET | Microsoft...

### Build https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=643511 ### Build leg reported Microsoft.Bcl.AsyncInterfaces.Tests.WorkItemExecution ### Pull Request https://github.com/dotnet/runtime.git/pull/101047 ### Known issue core information Fill out the known issue JSON section by following the [step by step...

Known Build Error
First Responder

ILAsm doesn't support full signing. It doesn't look like it will in the near future: https://github.com/dotnet/coreclr/issues/22862#issuecomment-467591230 To deal with this Arcade should have a copy of the open.snk that only...

DeployToSymStore is sequencing itself AfterTargets="Pack". If Pack is the entry point target this will hit https://github.com/Microsoft/msbuild/issues/3345. We've been sequencing targets differently to avoid this.