You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application: dotnet.exe
CoreCLR Version: 4.6.27110.4
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ObjectDisposedException: The CancellationTokenSource has been disposed.
at System.Threading.CancellationTokenSource.ThrowObjectDisposedException()
at System.IO.FileStream.FileStreamCompletionSource.CompleteCallback(UInt64 packedResult)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
In this situation the application is reading files, cancels the reads, and apparently disposing the CancellationTokenSource.
The text was updated successfully, but these errors were encountered:
See dotnet/aspnetcore#4422
In this situation the application is reading files, cancels the reads, and apparently disposing the CancellationTokenSource.
The text was updated successfully, but these errors were encountered: