RenderModeProvider & ActiveCircuitState services #3992
Unanswered
ecaldentey
asked this question in
Questions
Replies: 1 comment
-
https://blog.lhotka.net/2024/03/30/Blazor-8-Render-Mode-Detection |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Rocky,
In your implementation of ProjectTracker for .NET 8 in the Blazor client project, in the Program.cs class, you register the following services which are specific to the ProjectTracker project but not part of the CSLA framework. Can you explain their utility and whether it is necessary to create these services in my client project?
// Add render mode detection services
builder.Services.AddTransient();
builder.Services.AddScoped();
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions