Skip to content

Conversation

@ysmoradi
Copy link
Member

@ysmoradi ysmoradi commented Sep 29, 2025

closes #11451

Summary by CodeRabbit

  • Chores
    • Cleaned up dependencies across client and server projects by removing an unused web UI library, streamlining builds and reducing footprint.
  • Notes
    • No functional or UI changes for end users.

@coderabbitai
Copy link

coderabbitai bot commented Sep 29, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Removed PackageReference entries for Microsoft.AspNetCore.Components.Web from client and server boilerplate project files. No new dependencies added; surrounding build logic unchanged.

Changes

Cohort / File(s) Summary
Client projects — remove Microsoft.AspNetCore.Components.Web
src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Boilerplate.Client.Core.csproj, .../Client/Boilerplate.Client.Maui/Boilerplate.Client.Maui.csproj, .../Client/Boilerplate.Client.Windows/Boilerplate.Client.Windows.csproj
Deleted PackageReference to Microsoft.AspNetCore.Components.Web in each project’s ItemGroup; no additions or other edits.
Server project — remove Microsoft.AspNetCore.Components.Web
src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.Web/Boilerplate.Server.Web.csproj
Deleted PackageReference to Microsoft.AspNetCore.Components.Web; no other changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

I nibbled deps with gentle care,
A tidy burrow, light as air.
One webby twig removed, no fuss,
The build now hops along with us.
Thump-thump—clean paths where carrots grow,
Cohesive fields, less weeds to mow. 🥕🐇

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting

📥 Commits

Reviewing files that changed from the base of the PR and between e39788a and e3f0579.

📒 Files selected for processing (4)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Boilerplate.Client.Core.csproj (0 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Maui/Boilerplate.Client.Maui.csproj (0 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Windows/Boilerplate.Client.Windows.csproj (0 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.Web/Boilerplate.Server.Web.csproj (0 hunks)

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ysmoradi ysmoradi merged commit e5f2781 into bitfoundation:develop Sep 29, 2025
2 of 3 checks passed
@ysmoradi ysmoradi deleted the 11451 branch September 29, 2025 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Microsoft.AspNetCore.Components.Web must be removed from bit Boilerplate

1 participant