Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Updated FluentAssertions from 6.12.1 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

6.12.2

What's Changed

Others

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

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)

ElwoodMoves and others added 30 commits November 18, 2025 08:40
…so that it can be updated without building update support into the window itself.
Mostly done, but I need to test more of the shutdown cases and add more logging where it would be beneficial. Also need to do some major refactoring as this one giant function is awful.
…ing at Audio Signal problems, but those shouldn't be fatal.
…xpected text, so that they're easier to maintain.
…rors can be logged, plus there's not an extra IAsyncEnumerator state machine in the middle anymore.
…grammars and cancel any ongoing listen operations.

Includes a lot of improvements to TaskAssert to support timeouts on async tasks, for both Task and ValueTask, while sharing a lot more code.
…rammar, so they exactly match the command names in the layout data structure.
…e audio is interpretted correctly by the current grammar.

This includes adding a hook to configure the input and output audio for the speech recognition and synthesis systems.
ElwoodMoves and others added 23 commits November 19, 2025 15:25
Speech synthesis and recognition report to create a conversational interface for controlling the remote

Related work items: #477, #496, #497, #498, #499, #500, #501, #502, #503
Add grammar and support for phrases like "twice" or "3 times" will be interpreted as invoking the command multiple times.

Related work items: #512, #514, #515, #519, #520
Create a `ListeningController` that can disable listening while the application is speaking, so that it doesn't accidentally listen to its own speech.

Related work items: #522, #525, #528, #537, #538, #539, #540
…ifecycle

Implement a top-level command service and application lifecycle, which individual command services (TiVo, Broadlink, and Application) will plug into.

- Command service that delegates to specialized command services, and handles logging and error handling for all.
- ApplicationLifecycle implementation that uses Blazor scopes to isolate restartable services.
- Hook up the new CommandService
- Error handling and cleanup in ApplicationLifecycle

Related work items: #529, #545, #552
Publish authenticated data to AppInsights

Related work items: #553, #554
- #530 Implement TiVoService
- #531 Implement StaticTiVoLocator
- #533 Implement LibraryTiVoConnectionFactory to wrap the I8Beef implentation, including initialization, cleanup, and logging.
- Hook up the new TiVoService to the CommandService.

Related work items: #530, #531, #533
Related work items: #483
Some visual improvements to the UI

Related work items: #549
Scaffolding for the TiVo locator

Related work items: #579
…d speech too.

Reimplement speech sample collection to capture rejected speech too.
Also improves the speech sample collection user experience.

Related work items: #587
…Controller

Create ScopedBackgroundProcess and convert ConversationController to use this shareable process for lifetime control.

Fixes #569

Related work items: #569
Create a ClickOnce deployment

Related work items: #585, #586
Refactor ConversationController into a better state machine that can handle things like reversing a mistake when someone says "That's wrong"
…EnumertorCancellation)

Related work items: #608
…program, e.g. device host names that were discovered

Related work items: #578
Adds support to the ConversationStateMachine that will ask for confirmation of low-confidence speech.

Related work items: #603
A service principal can be configured with environment variables. It will access an Azure Key Vault to get connection information for Application Insights, and then authenticate with AI and start uploading trace messages.

Related work items: #555, #612
…gram.

Add start-up screens to show what's going on in the program.

Part 1: WPF (screens prior to Blazor initialization)

Related work items: #536
I should use FluentAssertions in all my new unit tests

Related work items: #617
---
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 dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Nov 19, 2025
@jodavis jodavis closed this Nov 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 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/AdaptiveRemote.Tests/FluentAssertions-8.8.0 branch November 22, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants