Skip to content

Suppress CS0649 on PhoneCallsData reflection-assigned fields

197a859
Select commit
Loading
Failed to load commit list.
Open

Fix SR-CNN missing anomalies when Period > 0 #7610

Suppress CS0649 on PhoneCallsData reflection-assigned fields
197a859
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed May 6, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

MachineLearning-CI / MacOS_cross_arm64 / MacOS_cross_arm64 Debug_Build / Run Helix Tests

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Bash exited with code '1'.

MachineLearning-CI / Windows_x86 / Windows_x86 Debug_Build / Run Helix Tests

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Cmd.exe exited with code '1'.

Test Failures (2 tests failed)

🔹 [All failing tests from MachineLearning-CI]

    Microsoft.ML.IntegrationTests.WorkItemExecution [Console] [Details] [Artifacts] [1.19% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

    Failing Configuration

    Microsoft.ML.Tests.Scenarios.Api.CookbookSamples.CookbookSamplesDynamicApi.TextFeaturization [Console] [Details] [Artifacts] [1.05% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    System.InvalidOperationException : Error downloading resource from 'https://aka.ms/mlnet-resources/Text/Sswe/sentiment.emd': DownloadFailed with exception One or more errors occurred. (Object synchronization method was called from an unsynchronized block of code.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\n
    Model file for Word Embedding transform could not be found! Please copy the model file 'sentiment.emd' from 'Text/Sswe/sentiment.emd' to '/tmp/helix/working/A60508E1/w/A4DB094E/e/Text/Sswe'.
    CallStack
       at Microsoft.ML.Transforms.Text.WordEmbeddingTransformer.EnsureModelFile(IHostEnvironment env, Int32& linesToSkip, PretrainedModelKind kind) in /Users/runner/work/1/s/src/Microsoft.ML.Transforms/Text/WordEmbeddingsExtractor.cs:line 641
       at Microsoft.ML.Transforms.Text.WordEmbeddingTransformer..ctor(IHostEnvironment env, PretrainedModelKind modelKind, ColumnOptions[] columns) in /Users/runner/work/1/s/src/Microsoft.ML.Transforms/Text/WordEmbeddingsExtractor.cs:line 190
       at Microsoft.ML.Transforms.Text.WordEmbeddingEstimator.Fit(IDataView input) in /Users/runner/work/1/s/src/Microsoft.ML.Transforms/Text/WordEmbeddingsExtractor.cs:line 957
       at Microsoft.ML.Data.EstimatorChain`1.Fit(IDataView input) in /Users/runner/work/1/s/src/Microsoft.ML.Data/DataLoadSave/EstimatorChain.cs:line 68
       at Microsoft.ML.Tests.Scenarios.Api.CookbookSamples.CookbookSamplesDynamicApi.TextFeaturizationOn(String dataPath) in /Users/runner/work/1/s/test/Microsoft.ML.Tests/Scenarios/Api/CookbookSamples/CookbookSamplesDynamicApi.cs:line 547
       at Microsoft.ML.Tests.Scenarios.Api.CookbookSamples.CookbookSamplesDynamicApi.TextFeaturization() in /Users/runner/work/1/s/test/Microsoft.ML.Tests/Scenarios/Api/CookbookSamples/CookbookSamplesDynamicApi.cs:line 556
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No