ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild #75136
Merged
Build Analysis / Build Analysis
succeeded
Sep 17, 2024 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.
Test Failures (1 tests failed)
🔹 [All failing tests from roslyn-integration-CI]
- Data Driven SubResults
- Exception Message
Assert.Contains() Failure Not found: public System.Windows.Forms.Button SomeButton; In value: namespace TestProj { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null;
/// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.SomeButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // SomeButton // this.SomeButton.Location = new System.Drawing.Point(0, 0); this.SomeButton.Name = "SomeButton"; this.SomeButton.Size = new System.Drawing.Size(75, 23); this.SomeButton.TabIndex = 0; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.SomeButton); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); } #endregion }
}
- Stack Trace
at Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpWinForms.<ChangeAccessibility>d__9.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpWinForms.cs:line 205
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
❌ Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpWinForms.ChangeAccessibility [Details] [4.77% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
-
❌ Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpWinForms.ChangeAccessibility (VS2022)
Loading