aspnet / Hosting

[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Apache License 2.0
552 stars 312 forks source link

[2.1]: Updating branding for patch release #1473

Closed natemcmaster closed 6 years ago

natemcmaster commented 6 years ago

@Tratcher are these test failures known issues in 2.1?


Microsoft.AspNetCore.TestHost.HttpContextBuilderTests.ClientDisposalCloses Microsoft.AspNetCore.TestHost.Tests.DLL (.NETFramework,Version=v4.6.1) 10 sec 91 ms
Error message:
Assert.True() Failure
Expected: True
Actual:   False
Error stack trace:
   at Microsoft.AspNetCore.TestHost.HttpContextBuilderTests.<ClientDisposalCloses>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Microsoft.AspNetCore.TestHost.ClientHandlerTests.ClientDisposalCloses Microsoft.AspNetCore.TestHost.Tests.DLL (.NETFramework,Version=v4.6.1) 10 sec 87 ms
Error message:
Finished
Expected: True
Actual:   False
Error stack trace:
   at Microsoft.AspNetCore.TestHost.ClientHandlerTests.<ClientDisposalCloses>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Tratcher commented 6 years ago

Filed https://github.com/aspnet/Hosting/issues/1475