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

chore(deps): update Serilog.Sinks.InMemory.Assertions requirement from 0.9.* to 0.11.* #9

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Updates the requirements on Serilog.Sinks.InMemory.Assertions to permit the latest version.

Changelog

Sourced from Serilog.Sinks.InMemory.Assertions's changelog.

# Changelog

0.11.0.0

  • Add assertions for verifying properties on messages that have a property that contains a destructured object

0.10.0.0

With this release the package versions are aligned and every next release will keep them in sync. That should make it easier to figure out which package versions go together, use the same version of both and you'll be fine 👍

Serilog.Sinks.InMemory 0.7.0

  • Introduce InMemorySinkSnapshot for testing (see below).
  • Change target frameworks for test projects to net462, netcoreapp3.1 and net6.0

Serilog.Sinks.InMemory.Assertions: 0.9.1

  • Use the new snapshot mechanism from InMemorySink instead of using reflection to achieve that.

Serilog.Sinks.InMemory.Assertions: 0.9.0

This release introduces support for FluentAssertions 6.x and maintains backwards compatibility with FluentAssertions 5.x releases. A test project has been added to verify this compatibility, see Serilog.Sinks.InMemory.Assertions.Tests.Unit.FluentAssertions6

This release also:

  • Upgrades xUnit to 2.4.1 and xUnit VS runner to 2.4.3
  • Upgrades Serilog to 2.10.0
  • Formats the LogEventLevel values so that they are always presented in assertion messages as "Information". This is to ensure the assertions show consistent behaviour when using FluentAssertions 5 or 6
  • Adds netcoreapp3.1 as a test target
  • Removes netcoreapp2.0 as a test target as it's no longer supported
Commits
  • fa5f876 Fix file name typo in release/pre-release workflows
  • 0d2ba69 Also install netcore 3.1
  • 75b7cf4 Remove condition on project reference
  • 477437e Remove debug sink
  • e981b7d Bump version
  • 350f298 Assert on destructured objects in log properties
  • ef7604e Remove global.json
  • 70b36ce Add GitHub actions workflows
  • bc88318 Use same version for both packages
  • fd9aae5 Update xunit
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 1, 2023
Updates the requirements on [Serilog.Sinks.InMemory.Assertions](https://github.com/sandermvanvliet/SerilogSinksInMemory) to permit the latest version.
- [Release notes](https://github.com/sandermvanvliet/SerilogSinksInMemory/releases)
- [Changelog](https://github.com/serilog-contrib/SerilogSinksInMemory/blob/master/Changelog.md)
- [Commits](serilog-contrib/SerilogSinksInMemory@assertions-v0.9.0...0.11.0.0)

---
updated-dependencies:
- dependency-name: Serilog.Sinks.InMemory.Assertions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/Serilog.Sinks.InMemory.Assertions-0.11.star branch from 37c6580 to 284294d Compare January 1, 2023 19:25
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.

0 participants