Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild #75136

Merged
merged 1 commit into from
Sep 17, 2024

ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild

c297d72
Select commit
Loading
Failed to load commit list.
Merged

ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild #75136

ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild
c297d72
Select commit
Loading
Failed to load commit list.
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]

    Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpWinForms.ChangeAccessibility [Details] [4.77% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpWinForms.ChangeAccessibility (VS2022)
      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;
      
          /// &#60;summary&#62;
          /// Clean up any resources being used.
          /// &#60;/summary&#62;
          /// &#60;param name=&#34;disposing&#34;&#62;true if managed resources should be disposed; otherwise, false.&#60;/param&#62;
          protected override void Dispose&#40;bool disposing&#41;
          {
              if &#40;disposing &#38;&#38; &#40;components != null&#41;&#41;
              {
                  components.Dispose&#40;&#41;;
              }
              base.Dispose&#40;disposing&#41;;
          }
      
          &#35;region Windows Form Designer generated code
      
          /// &#60;summary&#62;
          /// Required method for Designer support - do not modify
          /// the contents of this method with the code editor.
          /// &#60;/summary&#62;
          private void InitializeComponent&#40;&#41;
          {
              this.SomeButton = new System.Windows.Forms.Button&#40;&#41;;
              this.SuspendLayout&#40;&#41;;
              // 
              // SomeButton
              // 
              this.SomeButton.Location = new System.Drawing.Point&#40;0, 0&#41;;
              this.SomeButton.Name = &#34;SomeButton&#34;;
              this.SomeButton.Size = new System.Drawing.Size&#40;75, 23&#41;;
              this.SomeButton.TabIndex = 0;
              // 
              // Form1
              // 
              this.AutoScaleDimensions = new System.Drawing.SizeF&#40;6F, 13F&#41;;
              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
              this.ClientSize = new System.Drawing.Size&#40;800, 450&#41;;
              this.Controls.Add&#40;this.SomeButton&#41;;
              this.Name = &#34;Form1&#34;;
              this.Text = &#34;Form1&#34;;
              this.ResumeLayout&#40;false&#41;;
      
          }
      
          &#35;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)

Was this helpful? Yes No