Test failure: no exception in UserManagerWillUseTokenProviderInstanceOverDefaults
Open
area-identity
test-failure
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
While looking at https://github.com/dotnet/aspnetcore/pull/57303 I discovered the `UserManagerWillUseTokenProviderInstanceOverDefaults` test from src/Identity/test/Identity.Test/UserManagerTest.cs doesn't actually throw a NotImplementedException, but no exception at all.
We didn't notice because we didn't await the Assert.ThrowsAsync.
Filing this issue for tracking.
Contributor guide
Assessment
This issue has not been assessed yet.