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
See GeneratorDriverTests.Generator_HintName_MustBe_Unique()
When registering two sources with the same name, we previously threw an exception at the point of registration. We now defer that exception until later in the process.