Skip to content

Bump MudBlazor from 9.0.0 to 9.1.0#71

Merged
Anu6is merged 1 commit intomasterfrom
MudBlazor-v9.1.0
Mar 11, 2026
Merged

Bump MudBlazor from 9.0.0 to 9.1.0#71
Anu6is merged 1 commit intomasterfrom
MudBlazor-v9.1.0

Conversation

@Anu6is
Copy link
Contributor

@Anu6is Anu6is commented Mar 11, 2026

• Update MudBlazor dependency from v9.0.0 to v9.1.0
• Applies to demo projects, unit tests, and main library

@coderabbitai
Copy link

coderabbitai bot commented Mar 11, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

This PR updates the MudBlazor package dependency across five project files. Demo projects, the main library, and test projects are all upgraded from version 9.0.x to 9.1.x, with the library project maintaining version 8.* for the net8.0 target framework.

Changes

Cohort / File(s) Summary
Demo Projects
demo/StaticSample/StaticSample.Client/StaticSample.Client.csproj, demo/StaticSample/StaticSample/StaticSample.csproj
Updated MudBlazor from 9.0.0 to 9.1.0.
Library Project
src/MudBlazor.StaticInput.csproj
Updated MudBlazor from 9.0.\* to 9.1.\* for net9.0 and net10.0 target frameworks; net8.0 remains at 8.\*.
Test Projects
tests/StaticInput.UnitTests.Viewer/StaticInput.UnitTests.Viewer.csproj, tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj
Updated MudBlazor from 9.0.0 to 9.1.0.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

Review effort 2/5

Poem

🐰 A hop and a bump to version new,
MudBlazor's got a refresh for you,
From nine to point-one, the dependencies gleam,
A simple update to keep the project supreme!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: updating MudBlazor dependency from version 9.0.0 to 9.1.0 across multiple project files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch MudBlazor-v9.1.0

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.

@what-the-diff
Copy link

what-the-diff bot commented Mar 11, 2026

PR Summary

  • Updated MudBlazor Package Version
    The version of the MudBlazor package used in multiple project files has been upgraded from 9.0.0 to 9.1.0. This update includes five files in total: StaticSample.Client.csproj, StaticSample.csproj, MudBlazor.StaticInput.csproj (for net9.0 and net10.0 target frameworks), StaticInput.UnitTests.Viewer.csproj, and StaticInput.UnitTests.csproj. This package update may improve performance, fix bugs, and introduce new features provided by the new version.

@qodo-code-review
Copy link
Contributor

Review Summary by Qodo

Upgrade MudBlazor dependency to version 9.1.0

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Update MudBlazor dependency from v9.0.0 to v9.1.0
• Update version constraints in net9.0 and net10.0 target frameworks
• Applies to demo projects, unit tests, and main library
Diagram
flowchart LR
  A["MudBlazor v9.0.0"] -- "upgrade" --> B["MudBlazor v9.1.0"]
  B --> C["Demo Projects"]
  B --> D["Test Projects"]
  B --> E["Main Library"]
Loading

Grey Divider

File Changes

1. demo/StaticSample/StaticSample.Client/StaticSample.Client.csproj Dependencies +1/-1

Update MudBlazor to v9.1.0

• Update MudBlazor package reference from version 9.0.0 to 9.1.0

demo/StaticSample/StaticSample.Client/StaticSample.Client.csproj


2. demo/StaticSample/StaticSample/StaticSample.csproj Dependencies +1/-1

Update MudBlazor to v9.1.0

• Update MudBlazor package reference from version 9.0.0 to 9.1.0

demo/StaticSample/StaticSample/StaticSample.csproj


3. src/MudBlazor.StaticInput.csproj Dependencies +2/-2

Update MudBlazor version constraints

• Update MudBlazor version constraint from 9.0.* to 9.1.* for net9.0 target framework
• Update MudBlazor version constraint from 9.0.* to 9.1.* for net10.0 target framework

src/MudBlazor.StaticInput.csproj


View more (2)
4. tests/StaticInput.UnitTests.Viewer/StaticInput.UnitTests.Viewer.csproj Dependencies +1/-1

Update MudBlazor to v9.1.0

• Update MudBlazor package reference from version 9.0.0 to 9.1.0

tests/StaticInput.UnitTests.Viewer/StaticInput.UnitTests.Viewer.csproj


5. tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj Dependencies +1/-1

Update MudBlazor to v9.1.0

• Update MudBlazor package reference from version 9.0.0 to 9.1.0

tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Contributor

qodo-code-review bot commented Mar 11, 2026

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider


Remediation recommended

1. Floating MudBlazor version 🐞 Bug ⛯ Reliability
Description
src/MudBlazor.StaticInput.csproj uses a floating MudBlazor version (9.1.*) for net9.0/net10.0, so
the resolved patch version can change between restores and between CI runs/package publishes. This
makes builds non-reproducible and can cause sudden build/runtime behavior changes when a new 9.1.x
patch is released.
Code

src/MudBlazor.StaticInput.csproj[R34-40]

+        <PackageReference Include="MudBlazor" Version="9.1.*" />
        <PackageReference Include="Microsoft.AspNetCore.Components" Version="9.0.*" />
        <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.*" />
    </ItemGroup>

    <ItemGroup Condition=" '$(TargetFramework)' == 'net10.0' ">
-        <PackageReference Include="MudBlazor" Version="9.0.*" />
+        <PackageReference Include="MudBlazor" Version="9.1.*" />
Evidence
The library explicitly requests a floating patch version for MudBlazor (9.1.*). The CI build/test
workflow and the NuGet publish workflow run dotnet build/pack without locked restore, so the
resolved MudBlazor patch can drift over time and affect both tests and the published package.

src/MudBlazor.StaticInput.csproj[33-43]
.github/workflows/deploy-nuget-package.yml[63-72]
.github/workflows/build-test.yml[21-42]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

### Issue description
`src/MudBlazor.StaticInput.csproj` uses `MudBlazor` version `9.1.*` for `net9.0` and `net10.0`. Floating patch versions make restores non-deterministic, so CI and `dotnet pack` can start using a different MudBlazor patch version over time without code changes.

### Issue Context
This repo publishes a NuGet package via GitHub Actions (`dotnet pack`), and CI runs `dotnet build`/`dotnet test` without locked restore. With floating versions, both test runs and published package dependency versions can drift.

### Fix Focus Areas
- Pin MudBlazor versions (or centralize them) to remove floating patch restores:
 - src/MudBlazor.StaticInput.csproj[33-43]
- If you want to keep floating versions, add deterministic restore via lock files / locked mode in workflows:
 - .github/workflows/build-test.yml[21-42]
 - .github/workflows/deploy-nuget-package.yml[63-72]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@github-actions
Copy link

Test Results

50 tests   50 ✅  13s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 315a6b7.

@Anu6is Anu6is merged commit b47cf3c into master Mar 11, 2026
2 of 3 checks passed
@Anu6is Anu6is deleted the MudBlazor-v9.1.0 branch March 11, 2026 17:40
@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on upgrading the MudBlazor package to the latest version (9.1.0) in various projects within the repository. This ensures that the projects benefit from the latest features, bug fixes, and performance improvements offered by the new MudBlazor release.

Highlights

  • Dependency Update: This PR updates the MudBlazor dependency from version 9.0.0 to 9.1.0 across the demo projects, unit tests, and the main library.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • demo/StaticSample/StaticSample.Client/StaticSample.Client.csproj
    • Updated MudBlazor package reference to version 9.1.0.
  • demo/StaticSample/StaticSample/StaticSample.csproj
    • Updated MudBlazor package reference to version 9.1.0.
  • src/MudBlazor.StaticInput.csproj
    • Updated MudBlazor package reference to version 9.1.* for both net9.0 and net10.0 target frameworks.
  • tests/StaticInput.UnitTests.Viewer/StaticInput.UnitTests.Viewer.csproj
    • Updated MudBlazor package reference to version 9.1.0.
  • tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj
    • Updated MudBlazor package reference to version 9.1.0.
Activity
  • MudBlazor dependency was bumped from version 9.0.0 to 9.1.0.
  • Changes were applied to demo projects, unit tests, and the main library.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the MudBlazor dependency from v9.0.0 to v9.1.0 across the solution. The changes are generally correct and align with the PR's goal. I've added a couple of suggestions to pin the dependency version in the main library's project file to a specific version (9.1.0) instead of using a floating version (9.1.*). This will improve consistency with the demo and test projects, enhance build reproducibility, and mitigate risks associated with future patch releases.


<ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' ">
<PackageReference Include="MudBlazor" Version="9.0.*" />
<PackageReference Include="MudBlazor" Version="9.1.*" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the test and demo projects, which use a fixed version 9.1.0, it's recommended to also pin the MudBlazor dependency here. Using floating versions like 9.1.* can lead to situations where the library is built against a different patch version than what it was tested with, potentially causing issues if a patch release contains unexpected breaking changes.

        <PackageReference Include="MudBlazor" Version="9.1.0" />


<ItemGroup Condition=" '$(TargetFramework)' == 'net10.0' ">
<PackageReference Include="MudBlazor" Version="9.0.*" />
<PackageReference Include="MudBlazor" Version="9.1.*" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Similar to the dependency for the net9.0 target, pinning the MudBlazor version to 9.1.0 here will ensure consistent and reproducible builds across the solution. This aligns the library's dependency with the exact version used for testing.

        <PackageReference Include="MudBlazor" Version="9.1.0" />

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.

1 participant