Feature/prerender#10
Merged
Merged
Conversation
- Added support for allowing dependencies with specific licenses in the dependency review action. - Included a new package reference for BlazorWasmPreRendering.Build. - Updated BuildInfo format in MainLayout.razor to include GitHub release style versioning. - Refactored service registration in Program.cs for better organization and prerendering support.
🚀 PR Status Dashboard📊 Workflow Status✅ CI: success (view) 🌐 Preview EnvironmentsSPA Preview: https://feature-prerender.albatross-5kt.pages.dev 📝 PR DetailsBranch: This comment is automatically updated by the PR Update workflow |
Deploying albatross with
|
| Latest commit: |
4f577b6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8651b29d.albatross-5kt.pages.dev |
| Branch Preview URL: | https://feature-prerender.albatross-5kt.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces support for Blazor WebAssembly prerendering and improves build information handling in the application. It also updates dependency review workflow settings and refactors service registration for better prerendering compatibility. The most important changes are grouped below.
Blazor prerendering support and build info improvements:
BlazorWasmPreRendering.Buildpackage toAlbatross.csprojto enable prerendering support.Layout/MainLayout.razorto use the newGenerated.BuildConstantsfor build timestamp and build ID, extracting and displaying a short version of each for build info. Also added@using Generatedto access the generated constants. [1] [2]Service registration refactor for prerendering:
HttpClientandAbuseIPDBService) into a static local functionConfigureServicesinProgram.csto support prerendering scenarios.Dependency review workflow update:
.github/workflows/dependency-review.ymlto allow dependencies with undetected licenses for certain Microsoft packages, preventing false positives in license checks.