addDefaultServices static method
Implementation
static void addDefaultServices(
HostBuilderContext hostingContext,
ServiceCollection services,
) {
services.addLogging(
(logging) => logging.addDebug(),
);
}
static void addDefaultServices(
HostBuilderContext hostingContext,
ServiceCollection services,
) {
services.addLogging(
(logging) => logging.addDebug(),
);
}