Skip to content

deps: Bump FluentAssertions from 6.12.2 to 8.8.0#14

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/tests/PPDS.Dataverse.Tests/FluentAssertions-8.8.0
Closed

deps: Bump FluentAssertions from 6.12.2 to 8.8.0#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/tests/PPDS.Dataverse.Tests/FluentAssertions-8.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Updated FluentAssertions from 6.12.2 to 8.8.0.

Release notes

Sourced from FluentAssertions's releases.

8.8.0

What's Changed

New features

Improvements

Documentation

Others

Full Changelog: fluentassertions/fluentassertions@8.7.1...8.8.0

8.7.1

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@8.7.0...8.7.1

8.7.0

What's Changed

New features

Others

Full Changelog: fluentassertions/fluentassertions@8.6.0...8.7.0

8.6.0

What's Changed

Improvements

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.5.0...8.6.0

8.5.0

What's Changed

New features

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.4.0...8.5.0

8.4.0

What's Changed

Improvements

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.3.0...8.4.0

8.3.0

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@8.2.0...8.3.0

8.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.1.1...8.2.0

8.1.1

What's Changed

Fixes

Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1

8.1.0

What's Changed

Improvements

Fixes

Documentation

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.0.1...8.1.0

8.0.1

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@8.0.0...8.0.1

8.0.0

What's Changed

License change

Breaking Changes

New features

Improvements

8.0.0-rc.2

What's Changed

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.0.0-rc.1...8.0.0-rc.2

8.0.0-rc.1

What's Changed

Breaking Changes

Fixes

Documentation

Others

8.0.0-alpha.1

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@7.0.0-alpha.6...8.0.0-alpha.1

7.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@7.1.0...7.2.0

7.1.0

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@7.0.0...7.1.0

7.0.0

What's Changed

Breaking Changes

Fixes

Documentation

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@6.12.2...7.0.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-version: 8.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@joshsmithxrm
Copy link
Copy Markdown
Owner

Consolidated into feature/cli-implementation branch

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/tests/PPDS.Dataverse.Tests/FluentAssertions-8.8.0 branch December 23, 2025 18:06
joshsmithxrm added a commit that referenced this pull request Jan 3, 2026
- Refactor tests to use early-bound entity classes (PluginAssembly,
  SdkMessage) instead of late-bound Entity with magic strings
- Fix exception handling tests to use UpsertPluginTypeAsync (which
  actually calls GetComponentTypeAsync) instead of UpsertPackageAsync
  (which uses CreateWithSolutionHeaderAsync and doesn't call it)
- Add tests for FaultException, FaultException<OrganizationServiceFault>,
  and solution addition skip when componentType returns 0

Addresses bot review comments #8, #14, #15

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
joshsmithxrm added a commit that referenced this pull request Jan 3, 2026
* refactor: add logging to GetComponentTypeAsync catch block

- Add required ILogger<PluginRegistrationService> dependency
- Update all callers (ListCommand, CleanCommand, DiffCommand, DeployCommand)
  to get logger from service provider and pass to constructor
- Replace generic catch clause with specific FaultException handlers
- Log failures at Debug level for troubleshooting while maintaining
  graceful degradation behavior (returns 0 to skip solution addition)
- Add System.ServiceModel using for FaultException types
- Add unit tests for PluginRegistrationService

Fixes #61

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* test: add exception handling tests and use early-bound entities

- Refactor tests to use early-bound entity classes (PluginAssembly,
  SdkMessage) instead of late-bound Entity with magic strings
- Fix exception handling tests to use UpsertPluginTypeAsync (which
  actually calls GetComponentTypeAsync) instead of UpsertPackageAsync
  (which uses CreateWithSolutionHeaderAsync and doesn't call it)
- Add tests for FaultException, FaultException<OrganizationServiceFault>,
  and solution addition skip when componentType returns 0

Addresses bot review comments #8, #14, #15

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
joshsmithxrm added a commit that referenced this pull request Jan 8, 2026
joshsmithxrm added a commit that referenced this pull request Mar 15, 2026
Bug #6: Context menu now shows entity name ("Open account Record") when
falling back to the row's primary key, instead of generic "Open Record".

Bug #7: Added "Filter to This Value" to the results context menu. Right-
click a cell to instantly filter the results table to matching rows.

Bug #14: Panel titles now use "Profile · Environment — Panel" format.
Drops the #N suffix when only one panel is open. Environment-first
layout for quick tab identification (e.g., "PPDS · DEV — Data Explorer").

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
joshsmithxrm added a commit that referenced this pull request Mar 16, 2026
Bug #6: Context menu now shows entity name ("Open account Record") when
falling back to the row's primary key, instead of generic "Open Record".

Bug #7: Added "Filter to This Value" to the results context menu. Right-
click a cell to instantly filter the results table to matching rows.

Bug #14: Panel titles now use "Profile · Environment — Panel" format.
Drops the #N suffix when only one panel is open. Environment-first
layout for quick tab identification (e.g., "PPDS · DEV — Data Explorer").

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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