Eric StJohn
Eric StJohn
When executing `CimSession.QueryInstances` with a query that only selects some properties, more than the selected properties are returned. Consider the following sample: ```c# using Microsoft.Management.Infrastructure; using System; namespace selectSample {...
https://github.com/dotnet/standard/issues/675
https://github.com/dotnet/standard/issues/688
https://github.com/dotnet/standard/issues/689
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=601237 Build error leg or test failing: Microsoft.ML.AutoML.Tests.WorkItemExecution Pull request: https://github.com/dotnet/machinelearning/pull/7064 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=599035 Build error leg or test failing: Microsoft.ML.Tests.TrainerEstimators.TrainerEstimators.TestEstimatorMulticlassNaiveBayesTrainer Pull request: https://github.com/dotnet/machinelearning/pull/7058 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=598340 Build error leg or test failing: Microsoft.ML.Tests.WorkItemExecution Pull request: https://github.com/dotnet/machinelearning/pull/7055 ## Error Message ```json { "ErrorMessage": ["Microsoft.ML.Tests.OnnxConversionTest.NaiveCalibratorOnnxConversionTest [FAIL]", "Values to compare are 0.75 and 1"],...
This is a portion of the work from https://github.com/dotnet/machinelearning/pull/6749 This moves the tests forward to net8.0, and cleans up RemoteExecutor (which I noticed in @tarekgh's PR). I minimized the product...
net6.0 will be out of support by the time that ML.NET 4.0 releases. Rather than testing on `net6.0` and `net8.0` we should test on `net8.0` and `net9.0` When doing this...