-
-
Notifications
You must be signed in to change notification settings - Fork 258
Improve bit Boilerplate debug experience (#11965) #11966
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
WalkthroughVisual Studio debugging settings are configured for improved development workflow, HTTP client timeout for NuGet statistics service is extended from 3 to 20 seconds, and Boilerplate.Server.Web now references Boilerplate.Client.Core to optimize Blazor Server development-time builds. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro Knowledge base: Disabled due to 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR improves the debugging experience for the Bit Boilerplate project by optimizing build times during Blazor Server development and enhancing Visual Studio debugging behavior.
Key changes:
- Added Client.Core project reference to Server.Web to enable faster builds when developing with Blazor Server
- Increased NuGet API HTTP client timeout from 3 to 20 seconds to prevent premature timeouts
- Enhanced Visual Studio debugging settings for a smoother development workflow
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Boilerplate.Server.Web.csproj | Added Client.Core project reference with explanatory comment to optimize build times during Blazor Server development |
| Program.Services.cs | Increased NugetStatisticsService HTTP client timeout from 3 to 20 seconds for more reliable external API calls |
| settings.VisualStudio.json | Added two debugging settings: auto-close console on debug end and disabled debug targets observer |
closes #11965
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.