natemcmaster / DotNetCorePlugins

.NET Core library for dynamically loading code
Apache License 2.0
1.61k stars 227 forks source link

build(deps): bump Microsoft.AspNetCore.Hosting from 2.0.0 to 2.1.1 #198

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps Microsoft.AspNetCore.Hosting from 2.0.0 to 2.1.1.

Release notes

Sourced from Microsoft.AspNetCore.Hosting's releases.

2.0.1

Bugs Fixed

  • Port logging startup exceptions in 2.0.x (#1174)
Commits
  • 1596c2b Bumping version from 2.1.0 to 2.1.1
  • 04d6e71 Update dependencies.props
  • 55e57af Adding additional tests for AddHostedService
  • 982508e Update dependencies.props
  • 2c1376c Add a AddHostedService extension #1402
  • 1717b97 Run self-host tests with no-build. #1399
  • 9e36855 Bump version to 2.1.0-rtm
  • 0f131ac Disambiguate /p from -p on dotnet-run
  • ed7e6db Attempt to fix more failing tests in prodcon builds
  • 7eafb5c Update dependencies.props
  • 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 - `@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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #198 (0eebe41) into main (13e605f) will decrease coverage by 0.69%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #198      +/-   ##
==========================================
- Coverage   82.75%   82.05%   -0.70%     
==========================================
  Files          15       15              
  Lines         574      574              
==========================================
- Hits          475      471       -4     
- Misses         99      103       +4     
Impacted Files Coverage Δ
src/Plugins/Internal/PlatformInformation.cs 68.42% <0.00%> (-15.79%) :arrow_down:
src/Plugins/Loader/DependencyContextExtensions.cs 79.71% <0.00%> (-1.45%) :arrow_down:

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 13e605f...0eebe41. Read the comment docs.

natemcmaster commented 3 years ago

@dependabot ignore this minor version

dependabot[bot] commented 3 years ago

OK, I won't notify you about version 2.1.x again, unless you re-open this PR or update to a 2.1.x release yourself.