chore(build): harden dotnet build scripts and drop deprecated baseUrl#204
Conversation
rlorenzo
commented
May 20, 2026
- Raise dotnet build maxBuffer to 10 MB; full warning output was overflowing the 1 MB execFileSync default and surfacing as build failures instead of the real result.
- Purge stale static-web-asset caches in web/obj on cache clear so Vite bundle-hash changes do not produce "asset can not be found" errors.
- Drop deprecated baseUrl from VueApp/tsconfig.json (TS resolves paths relative to tsconfig.json without it).
- Raise dotnet build maxBuffer to 10 MB; full warning output was overflowing the 1 MB execFileSync default and surfacing as build failures instead of the real result. - Purge stale static-web-asset caches in web/obj on cache clear so Vite bundle-hash changes do not produce "asset can not be found" errors. - Drop deprecated baseUrl from VueApp/tsconfig.json (TS resolves paths relative to tsconfig.json without it).
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #204 +/- ##
==========================================
+ Coverage 42.96% 42.97% +0.01%
==========================================
Files 877 878 +1
Lines 51468 51483 +15
Branches 4802 4807 +5
==========================================
+ Hits 22113 22125 +12
- Misses 28831 28832 +1
- Partials 524 526 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThree independent build configuration updates: TypeScript configuration removes baseUrl setting, build-dotnet script increases output buffer to 10MB to prevent truncation on verbose builds, and build-cache adds static web asset cleanup to prevent stale state from causing runtime errors. ChangesBuild Configuration and Cache Management
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |