Starting from .NET 7, Blazor WASM has changed how authentication works. Everything is described here. This authentication relies on several components such as the IRemoteAuthenticationService and the RemoteAuthenticatorView component.
On the other hand, bUnit has been the most popular framework for unit testing blazor components.
Read More
Hi,
One of the biggest issues when testing our .NET Core Web api apps is the conflict of appsettings
Read More