Skip to content

feat(Topology): bump version 9.0.2#628

Merged
ArgoZhang merged 3 commits intomasterfrom
refactor-topo
Oct 24, 2025
Merged

feat(Topology): bump version 9.0.2#628
ArgoZhang merged 3 commits intomasterfrom
refactor-topo

Conversation

@ArgoZhang
Copy link
Copy Markdown
Member

@ArgoZhang ArgoZhang commented Oct 24, 2025

Link issues

fixes #627

Summary By Copilot

Regression?

  • Yes
  • No

Risk

  • High
  • Medium
  • Low

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Merge the latest code from the main branch

Summary by Sourcery

Bump Topology package to version 9.0.2 and remove conditional compilation around the Content parameter’s EditorRequired attribute

Bug Fixes:

Enhancements:

  • Unconditionally apply EditorRequired on the Content parameter by removing the NET6_0_OR_GREATER guard

Build:

  • Update BootstrapBlazor.Topology project version to 9.0.2

Copilot AI review requested due to automatic review settings October 24, 2025 03:07
@bb-auto bb-auto Bot added the enhancement New feature or request label Oct 24, 2025
@bb-auto bb-auto Bot added this to the v9.2.0 milestone Oct 24, 2025
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Oct 24, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates the Topology component by removing conditional compilation so the EditorRequired attribute is always applied to the Content parameter, and bumps the package version to 9.0.2.

Class diagram for updated Topology component parameter attributes

classDiagram
class Topology {
  +string Content
}
Topology : [EditorRequired]
Topology : [Parameter]
Topology : [NotNull]
Loading

File-Level Changes

Change Details Files
Applied EditorRequired unconditionally on Content parameter
  • Removed NET6_0_OR_GREATER preprocessor directives
  • Unwrapped the [EditorRequired] attribute on the Content property
src/components/BootstrapBlazor.Topology/Components/Topology/Topology.razor.cs
Bumped package version to 9.0.2
  • Updated value to 9.0.2 in the project file
src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj

Assessment against linked issues

Issue Objective Addressed Explanation
#627 Bump the version of the Topology component/package to 9.0.2. The provided diff does not show any change to the version number in the .csproj file or elsewhere. The only change shown is the removal of a conditional compilation directive for [EditorRequired], which does not affect the version. Therefore, the objective to bump the version to 9.0.2 is not addressed.

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

Copilot AI left a 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 bumps the version of the BootstrapBlazor.Topology component to 9.0.2 and removes the conditional compilation directive for the EditorRequired attribute, making it available across all supported .NET versions.

  • Removed #if NET6_0_OR_GREATER conditional compilation directive from the EditorRequired attribute
  • Updated version scheme to support Visual Studio version-specific builds (9.0.2 for VS 17.0, 10.0.0-rc.2.1.0 for VS 18.0)

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
Topology.razor.cs Removed conditional compilation directive around EditorRequired attribute to make it unconditionally available
BootstrapBlazor.Topology.csproj Updated versioning strategy to use Visual Studio version-specific property groups

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Hey there - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@ArgoZhang ArgoZhang merged commit f0f86bb into master Oct 24, 2025
2 checks passed
@ArgoZhang ArgoZhang deleted the refactor-topo branch October 24, 2025 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(Topology): bump version 9.0.2

2 participants