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
Test.Initialize fails to run. It throws a KeyNotFoundException.
This was fixed in 5.0.4 #20.
Now it happens again. But now adding Assembly.LoadFrom("NServiceBus.Testing.dll") doesn't help.
var assemblies = new List<Assembly>
{
typeof(IMessage).Assembly,
typeof(SchemaImportedInFag).Assembly,
typeof(AutorisasjonOgLisensFormReceivedEvent).Assembly,
Assembly.LoadFrom("NServiceBus.Testing.dll")
};
Test.Initialize(x =>
x.AssembliesToScan(assemblies));
The text was updated successfully, but these errors were encountered:
Test.Initialize fails to run. It throws a KeyNotFoundException.
This was fixed in 5.0.4 #20.
Now it happens again. But now adding Assembly.LoadFrom("NServiceBus.Testing.dll") doesn't help.
The text was updated successfully, but these errors were encountered: