where can i find the(Startup.ConfigureServices) #1318

Closed
opened 2026-01-29 17:52:00 +00:00 by claunia · 1 comment
Owner

Originally created by @huxinshuo on GitHub (Jul 26, 2024).

Please add DialogService and NotificationService in Startup.ConfigureServices:

public void ConfigureServices(IServiceCollection services)
{
...
services.AddScoped();
services.AddScoped();
...
}
But my app is blazor-wpf not the server mode , I can not find the(Startup.ConfigureServices) path.
I add ConfigureServices to codepage but it not works.

Originally created by @huxinshuo on GitHub (Jul 26, 2024). Please add DialogService and NotificationService in Startup.ConfigureServices: public void ConfigureServices(IServiceCollection services) { ... services.AddScoped<DialogService>(); services.AddScoped<NotificationService>(); ... } But my app is blazor-wpf not the server mode , I can not find the(Startup.ConfigureServices) path. I add ConfigureServices to codepage but it not works.
Author
Owner

@akorchev commented on GitHub (Jul 26, 2024):

Check the getting started instructions.

@akorchev commented on GitHub (Jul 26, 2024): Check the [getting started](https://blazor.radzen.com/get-started) instructions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1318