Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Coyote.Test and Microsoft.Extensions.DependencyModel #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps Microsoft.Coyote.Test and Microsoft.Extensions.DependencyModel. These dependencies needed to be updated together.
Updates Microsoft.Coyote.Test from 1.4.3 to 1.7.11

Changelog

Sourced from Microsoft.Coyote.Test's changelog.

v1.7.11

  • Added support for the net8.0 target framework.
  • Added support to optionally explore a race condition when using the AutoResetEvent.Reset method.

v1.7.10

  • Fixed an issue with Actor not halting as expected in certain scenarios after explicitly raising a HaltEvent event.

v1.7.9

  • Added the Microsoft.Coyote.Rewriting.SkipRewriting attribute that allows skipping the rewriting of a user-specified type.
  • The coyote command line tool can now invoke non-static xUnit tests that have no parameters and their declaring type has a constructor without parameters or only has the Xunit.Abstractions.ITestOutputHelper as parameter.
  • Fixed a bug with not reporting correctly actor coverage.

v1.7.8

  • Added rewriting support for fine-grained race-checking at memory-access and control-flow branching locations. Race-checking at memory-access locations can be enabled during testing by setting the Configuration.WithMemoryAccessRaceCheckingEnabled option, whereas race-checking at control-flow branching locations can be enabled during testing by setting the Configuration.WithControlFlowRaceCheckingEnabled option. Rewriting is enabled by default to support both features, which adds extra instructions in the rewritten DLLs, but this can be disabled by setting the IsRewritingMemoryLocations rewriting option to false.

v1.7.7

  • Added rewriting support for System.Threading.SpinWait methods.

v1.7.6

  • Exposed the ConsoleLogger as public so that users can conveniently use it to write runtime logs to the console.
  • Implemented more fake methods in the ActorTestKit class.
  • Added a method for setting a custom logger when using the ActorTestKit class.
  • Added rewriting support for System.Threading.Volatile methods.
  • Fixed a bug where merging coverage info could result in a rare race condition.

v1.7.5

  • Added support for controlling user-created Thread instances during testing.
  • Added support for controlling WaitHandle and related APIs during testing.
  • Added the ActorTestKit class for unit-testing actors and state machines in isolation.
  • Disabled the automated fallback to randomized fuzzing during testing, if systematic testing fails.
  • Fixed a bug in bug trace reporting.

v1.7.4

... (truncated)

Commits

Updates Microsoft.Extensions.DependencyModel from 6.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.DependencyModel's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

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)

Bumps [Microsoft.Coyote.Test](https://github.com/microsoft/coyote) and [Microsoft.Extensions.DependencyModel](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.Coyote.Test` from 1.4.3 to 1.7.11
- [Changelog](https://github.com/microsoft/coyote/blob/main/History.md)
- [Commits](https://github.com/microsoft/coyote/commits)

Updates `Microsoft.Extensions.DependencyModel` from 6.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Coyote.Test
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.DependencyModel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants