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
Just want to know whether it's possible to verify any given extension methods are being called on IServiceColletion in the Program.cs file?
e.g in the Program.cs
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddAppEssentials();
I need to verify the extension method AddAppEssentials() has been added.
The text was updated successfully, but these errors were encountered:
Hi,
Just want to know whether it's possible to verify any given extension methods are being called on
IServiceColletion
in theProgram.cs
file?e.g in the Program.cs
I need to verify the extension method
AddAppEssentials()
has been added.The text was updated successfully, but these errors were encountered: