Bunit tests fail after upgrading to 3.2.0 #960
curtic00
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FYI:
I recently upgraded my Blazor server project (.net 6) to version 3.2.0) only to find that my Bunit tests were failing with the following error message.
I had to add the following service:
Services.AddSingleton<Microsoft.Extensions.Configuration.IConfiguration>(new Microsoft.Extensions.Configuration.ConfigurationManager());
Back on track now...
Beta Was this translation helpful? Give feedback.
All reactions