-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Added the Blazor survey link to the Blazor-Server project template #17434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Moved to Mar as per Tactics. Will need to be explicitly approved for Feb, if required. |
Moving back to 3.1.2 per a later Tactics decision (@jamshedd , @vivmishra ) |
/azp run |
/azp run aspnetcore-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run aspnetcore-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
The only failure here is unrelated and is tracked by https://github.com/aspnet/AspNetCore-Internal/issues/3467 |
@dotnet/aspnet-build folks, the only failure here is unrelated and I've filed a separate issue to track that down. This PR is ready to be merged. |
Description
We currently have the Blazor survey link in the Blazor WASM project, but don't have this link in the Blazor Server project template. This results in getting skewed data, which doesn't allow us to make reasonable decisions. We are now enabling this for Blazor Server projects too to cover all the Blazor users.
User Impact
The Index page in the Blazor Serer app will now have a link in the bottom (similar to what is there in the Blazor WASM project template) which will take users to the survey about Blazor.
Regression
No: this is something new which is going to be visible only in the new projects.
Risk
Minimal
Addresses #17433