Conversation
|
🧙 Sourcery has finished reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Pull request overview
This PR updates the LLMs documentation generation configuration by modifying the MSBuild target and upgrading the bootstrapblazor.llmsdocsgenerator tool from version 10.0.0 to 10.0.1.
- Modifies the MSBuild target execution timing from "Publish" to "AfterPublish"
- Removes the
--debugflag from the llms-docs command - Upgrades the bootstrapblazor.llmsdocsgenerator tool to version 10.0.1
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/BootstrapBlazor.Server/Directory.Build.targets | Changes MSBuild target timing and removes debug flag from documentation generation |
| dotnet-tools.json | Updates bootstrapblazor.llmsdocsgenerator tool from 10.0.0 to 10.0.1 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7473 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 749 749
Lines 32922 32922
Branches 4574 4574
=========================================
Hits 32922 32922
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Link issues
fixes #7472
Summary By Copilot
Regression?
Risk
Verification
Packaging changes reviewed?
☑️ Self Check before Merge
Summary by Sourcery
Update .NET tooling and server build configuration related to CI/CD for the LLMs components.
Build:
CI:
Chores: