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

System.IO.IOException .NET MAUI #450

Open
theorska opened this issue Nov 21, 2024 · 0 comments
Open

System.IO.IOException .NET MAUI #450

theorska opened this issue Nov 21, 2024 · 0 comments

Comments

@theorska
Copy link

I recently started working on a .NET MAUI project and encountered an exception that was constantly triggering. I then checked out the Sample for .NET MAUI and the exception was happening there too.

System.IO.IOException: 'Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..'

The exception does not crash the application but it strange to get it all the time.

Steps to reproduce:

  1. Check out .NET MAUI project in Samples
  2. Open in Visual Studio
  3. In Tools -> Options -> Debugging turn off Enable Just My Code (I found this setting really useful to turn off for .NET MAUI)

My question is then, is this intended behaviour of OidcClient, since the exception is handled internally?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant