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 MartinCostello.Logging.XUnit from 0.1.0 to 0.1.1 #325

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2021

Bumps MartinCostello.Logging.XUnit from 0.1.0 to 0.1.1.

Release notes

Sourced from MartinCostello.Logging.XUnit's releases.

MartinCostello.Logging.XUnit v0.1.1

NuGet

Changed

  • Detect logging of IEnumerable<KeyValuePair<string, object>> scopes. (#214, #215) Thanks @​gkinsman!
  • Update to latest recommended NuGet package publishing standards (snpkg symbols, deterministic builds etc.).
  • Update samples to latest recommended usage patterns and .NET 5.0.

Installation

To install the library from NuGet using the .NET SDK run:

dotnet add package MartinCostello.Logging.XUnit --version 0.1.1

Contributors

Commits
  • 0e85efb Merge pull request #216 from martincostello/Update-PDB-Format
  • 935cb30 Use default PDB type
  • 4ca0b65 Merge pull request #215 from gkinsman/detect-keyvaluepairs
  • 2d38c4e - Add new test for IEnumerable<string> scope type
  • 23db1d5 - PR feedback
  • 907c412 - Push contexts to stack so they can be read in reverse so that the display m...
  • 39e53da - Detect IEnumerable<KeyValuePair in log scopes, and write t...
  • 6a2f6c5 Merge pull request #213 from martincostello/dependabot/nuget/Microsoft.AspNet...
  • bc448bf Bump Microsoft.AspNetCore.Mvc.Testing from 5.0.3 to 5.0.4
  • 5ac9af5 Merge pull request #212 from martincostello/update-dotnet-sdk-5.0.201
  • Additional 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

Bumps [MartinCostello.Logging.XUnit](https://github.com/martincostello/xunit-logging) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/martincostello/xunit-logging/releases)
- [Commits](martincostello/xunit-logging@v0.1.0...v0.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 29, 2021 04:01
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 29, 2021
@codecov
Copy link

codecov bot commented Mar 29, 2021

Codecov Report

Merging #325 (2b300fd) into main (b88ce30) will increase coverage by 0.45%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #325      +/-   ##
==========================================
+ Coverage   93.99%   94.45%   +0.45%     
==========================================
  Files          27       27              
  Lines         883      883              
==========================================
+ Hits          830      834       +4     
+ Misses         53       49       -4     
Flag Coverage Δ
linux 93.65% <ø> (ø)
macos 94.11% <ø> (+0.56%) ⬆️
windows 93.65% <ø> (+0.33%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/JustEat.StatsD/ConnectedSocketPool.cs 87.69% <0.00%> (+6.15%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b88ce30...2b300fd. Read the comment docs.

Copy link
Member

@martincostello martincostello left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot dependabot bot merged commit 994f97c into main Mar 29, 2021
@dependabot dependabot bot deleted the dependabot/nuget/MartinCostello.Logging.XUnit-0.1.1 branch March 29, 2021 06:40
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.

1 participant