Commit 0bbc8e0
authored
chore(deps): bump Microsoft.Extensions.Logging.Console from 8.0.0 to 9.0.2 (#804)
Bumps
[Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime)
from 8.0.0 to 9.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/runtime/releases">Microsoft.Extensions.Logging.Console's
releases</a>.</em></p>
<blockquote>
<h2>.NET 9.0.2</h2>
<p><a
href="https://github.com/dotnet/core/releases/tag/v9.0.2">Release</a></p>
<h2>What's Changed</h2>
<ul>
<li>[release/9.0-staging] Ensure Vector.Create is properly recognized as
intrinsic by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109322">dotnet/runtime#109322</a></li>
<li>[release/9.0-staging] Fix return address hijacking with CET by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109548">dotnet/runtime#109548</a></li>
<li>[release/9.0] Fix FP state restore on macOS exception forwarding by
<a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110163">dotnet/runtime#110163</a></li>
<li>[release/9.0-staging] [debugger] Fix a step that becomes a go by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110533">dotnet/runtime#110533</a></li>
<li>[release/9.0-staging] [debugger] Support step into a tail call by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110438">dotnet/runtime#110438</a></li>
<li>[release/9.0-staging] Fix Tizen linux-armel build by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110614">dotnet/runtime#110614</a></li>
<li>release/9.0-staging -- Update Alpine, Debian, and Fedora versions by
<a href="https://github.com/richlander"><code>@richlander</code></a> in
<a
href="https://redirect.github.com/dotnet/runtime/pull/110493">dotnet/runtime#110493</a></li>
<li>[release/9.0-staging] JIT: Read back all replacements before
statements with implicit EH control flow by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109143">dotnet/runtime#109143</a></li>
<li>[release/9.0-staging] Fix crash when pTargetMD is null by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110652">dotnet/runtime#110652</a></li>
<li>[release/9.0-staging] Avoid exception when parsing AD path for port
number by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110224">dotnet/runtime#110224</a></li>
<li>[release/9.0-staging] Fix System.Reflection.Emit
<code>SetChecksum</code> creating invalid pdb by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110205">dotnet/runtime#110205</a></li>
<li>[release/9.0] Use floating tag for webassembly image by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109374">dotnet/runtime#109374</a></li>
<li>[release/9.0-staging] [Profiler] Avoid Recursive ThreadStoreLock in
Profiling Thread Enumerator by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110665">dotnet/runtime#110665</a></li>
<li>[release/9.0-staging] JIT: Include more edges in
<code>BlockDominancePreds</code> to avoid a JIT crash by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110568">dotnet/runtime#110568</a></li>
<li>[release/9.0-staging][wasm] Workaround incorrect mono restore when
building WBT by <a
href="https://github.com/lewing"><code>@lewing</code></a> in <a
href="https://redirect.github.com/dotnet/runtime/pull/110590">dotnet/runtime#110590</a></li>
<li>[release/9.0-staging] Update dependencies from dotnet/sdk by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110532">dotnet/runtime#110532</a></li>
<li>[release/9.0-staging] Update dependencies from dotnet/cecil by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110572">dotnet/runtime#110572</a></li>
<li>[release/9.0-staging] Conditionally check the compiler flags in
libs.native by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109556">dotnet/runtime#109556</a></li>
<li>[TestOnly][release/9.0-staging] Fix TimeProvider Test by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/111132">dotnet/runtime#111132</a></li>
<li>[release/9.0-staging] [mono] Chain <code>SIGSEGV</code> native
crashes to the default <code>SIGSEGV</code> handler by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110863">dotnet/runtime#110863</a></li>
<li>[release/9.0-staging] Update dependencies from
dotnet/source-build-reference-packages by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110905">dotnet/runtime#110905</a></li>
<li>[release/9.0-staging] Exit the lock before we call into user code
and handle losing the race for the RCW table by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/111162">dotnet/runtime#111162</a></li>
<li>[release/9.0-staging] Fix race condition when cancelling pending
HTTP connection attempts by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110764">dotnet/runtime#110764</a></li>
<li>[release/9.0-staging] Remove HttpMetricsEnrichmentContext caching by
<a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110626">dotnet/runtime#110626</a></li>
<li>[release/9.0-staging] Fix IDynamicInterfaceCastable with shared
generic code by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109918">dotnet/runtime#109918</a></li>
<li>[release/9.0-staging] Fix handling of IDynamicInterfaceCastable wrt
CastCache by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110007">dotnet/runtime#110007</a></li>
<li>[release/9.0-staging] ILC: Allow OOB reference to upgrade framework
assembly by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110058">dotnet/runtime#110058</a></li>
<li>[release/9.0-staging] Move ComWrappers AddRef to C/C++ by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110815">dotnet/runtime#110815</a></li>
<li>[release/9.0-staging] [BrowserDebugProxy] Remove exception details
from error report by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/111202">dotnet/runtime#111202</a></li>
<li>[release/9.0-staging] Fix reporting GC fields from base types by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/111040">dotnet/runtime#111040</a></li>
<li>[release/9.0-staging] Fix C++/CLI applications which use
__declspec(appdomain) by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110495">dotnet/runtime#110495</a></li>
<li>[release/9.0-staging] Fix calling convention mismatch in GC callouts
by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/111105">dotnet/runtime#111105</a></li>
<li>[release/9.0-staging] Don't wait for finalizers in
'IReferenceTrackerHost::ReleaseDisconnectedReferenceSources' by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110558">dotnet/runtime#110558</a></li>
<li>[release/9.0-staging] Add forwarding support for WasmLinkage on
LibraryImport by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109364">dotnet/runtime#109364</a></li>
<li>[release/9.0-staging] Fix obtaining type handles of
IDynamicInterfaceCastableImplementation by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109909">dotnet/runtime#109909</a></li>
<li>[release/9.0-staging] Disable GS cookie checks for LightUnwind by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109530">dotnet/runtime#109530</a></li>
<li>[release/9.0-staging] Fix analyzer tracking of nullable enums by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110331">dotnet/runtime#110331</a></li>
<li>Update branding to 9.0.2 by <a
href="https://github.com/vseanreesermsft"><code>@vseanreesermsft</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/111172">dotnet/runtime#111172</a></li>
<li>[release/9.0-staging] Bugfix
InvalidOperationException/IndexOutOfRangeException in
HttpListener.EndGetContext by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110695">dotnet/runtime#110695</a></li>
<li>[release/9.0-staging] Fix <code>IsOSVersionAtLeast</code> when build
or revision are not provided by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109332">dotnet/runtime#109332</a></li>
<li>[release/9.0-staging] [mono][sgen] Add separate card mark function
to be used with debug by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110268">dotnet/runtime#110268</a></li>
<li>[release/9.0-staging] [mono][aot] Fix compilation crashes when type
load exception is generated in code by <a
href="https://github.com/BrzVlad"><code>@BrzVlad</code></a> in <a
href="https://redirect.github.com/dotnet/runtime/pull/110271">dotnet/runtime#110271</a></li>
<li>[release/9.0-staging] Change assembler to clang in android MonoAOT
by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110812">dotnet/runtime#110812</a></li>
<li>[release/9.0-staging] Replace a few SuppressMessage annotations with
UnconditionalSuppressMessage by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/109186">dotnet/runtime#109186</a></li>
<li>[release/9.0-staging] Update dependencies from dotnet/xharness by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/111331">dotnet/runtime#111331</a></li>
<li>[release/9.0-staging] Update dependencies from dotnet/roslyn by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/110992">dotnet/runtime#110992</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/runtime/commit/80aa709f5d919c6814726788dc6dabe23e79e672"><code>80aa709</code></a>
Merge commit '692a3b6a9827fa10c51ce2a16b26b51ecca7b430'</li>
<li><a
href="https://github.com/dotnet/runtime/commit/692a3b6a9827fa10c51ce2a16b26b51ecca7b430"><code>692a3b6</code></a>
Merged PR 45621: Update DIA to 17.12.0-beta1.24603.5 (<a
href="https://redirect.github.com/dotnet/runtime/issues/111428">#111428</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/74b5c6891164a60dccddf05138fa20756997c3f0"><code>74b5c68</code></a>
Merge commit '6a86517f3a838ba210cdf94b2d6d38125e1906a2'</li>
<li><a
href="https://github.com/dotnet/runtime/commit/6a86517f3a838ba210cdf94b2d6d38125e1906a2"><code>6a86517</code></a>
[release/9.0] Support generic fields in PersistedAssemblyBuilder (<a
href="https://redirect.github.com/dotnet/runtime/issues/111467">#111467</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/be62441a458ed871b74d5d764a269e6d4a72ee5f"><code>be62441</code></a>
Merge commit '63cb882afa85ee0160999ab1c0b727e866a29aef'</li>
<li><a
href="https://github.com/dotnet/runtime/commit/63cb882afa85ee0160999ab1c0b727e866a29aef"><code>63cb882</code></a>
Since we bumped the NDK in <a
href="https://github.com/dotnet/dotnet-buildtools-prereq">https://github.com/dotnet/dotnet-buildtools-prereq</a>...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/cbcec7612b6a5b1d704e661c9985df776a37f419"><code>cbcec76</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/runtime/issues/111422">#111422</a>
from carlossanlop/release/9.0-staging</li>
<li><a
href="https://github.com/dotnet/runtime/commit/f8e3b9804e0562f3ddd1ccc0e96e18ce9c65dcbc"><code>f8e3b98</code></a>
Merge commit 'c8acea22626efab11c13778c028975acdc34678f' into
internal-merge-9...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/59946634e5a68be02c3562aa4a4b277a4a364b9a"><code>5994663</code></a>
Merge commit '63b7284d0567c99a56ebefb0c426e04ff81db4ad'</li>
<li><a
href="https://github.com/dotnet/runtime/commit/63b7284d0567c99a56ebefb0c426e04ff81db4ad"><code>63b7284</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/runtime/issues/111378">#111378</a>
from carlossanlop/release/9.0-staging</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 386d39e commit 0bbc8e0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments