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

Fix ability for individual projects to enable or disable Central Package Management #5866

Merged
merged 2 commits into from
Jun 24, 2024

Fix whitespace

78f2cd3
Select commit
Loading
Failed to load commit list.
Merged

Fix ability for individual projects to enable or disable Central Package Management #5866

Fix whitespace
78f2cd3
Select commit
Loading
Failed to load commit list.
Azure Pipelines / NuGet.Client CI succeeded Jun 20, 2024 in 10m 31s

Build #20240620.7 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 93,701 (98.63%)
  • Other: 1,299 (1.37%)
  • Total: 95,001

Annotations

Check failure on line 1 in NuGet.VisualStudio.Common.Test.OutputConsoleLoggerTests+Dispose.Disposes_error_list

See this annotation in the file changed.

@azure-pipelines azure-pipelines / NuGet.Client CI

NuGet.VisualStudio.Common.Test.OutputConsoleLoggerTests+Dispose.Disposes_error_list

System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'Microsoft.VisualStudio.Threading.AsyncSemaphore'.
Raw output
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.VisualStudio.Threading.ReentrantSemaphore.NotAllowedSemaphore.<ExecuteAsync>d__2.MoveNext()
--- 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()
   at NuGet.VisualStudio.Common.OutputConsoleLogger.<<Dispose>b__11_0>d.MoveNext() in D:\a\_work\1\s\src\NuGet.Clients\NuGet.VisualStudio.Common\OutputConsoleLogger.cs:line 77
--- 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.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
   at NuGet.VisualStudio.Telemetry.JoinableTaskExtensions.<>c__DisplayClass0_0.<<PostOnFailure>b__0>d.MoveNext() in D:\a\_work\1\s\src\NuGet.Clients\NuGet.VisualStudio.Common\Telemetry\JoinableTaskExtensions.cs:line 23
--- 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)