porting-assistant-dotnet-ui
porting-assistant-dotnet-ui copied to clipboard
build(deps): Bump Serilog from 2.10.0 to 2.12.0 in /packages/csharp/PortingAssistant/PortingAssistant.Api
Bumps Serilog from 2.10.0 to 2.12.0.
Release notes
Sourced from Serilog's releases.
v2.12.0
Highlights of 2.12.0
Improved and expanded
<Nullable>enable</Nullable>supportA huge number of commits have gone into completing and refining non-null reference type annotations, which now cover the entire public Serilog API. The Serilog project itself now builds with non-null reference type checking globally enabled :tada:
IAsyncDisposablesupportSinks that need to flush changes using asynchronous APIs can now implement
IAsyncDisposableand prevent the possibility of deadlocking while waiting for tasks to complete.To drive this,
Loggercan now be disposed viausing async:await using var log = new LoggerConfiguration().CreateLogger();and the
Logclass providesLog.CloseAndFlushAsync():await Log.CloseAndFlushAsync();
DateOnlyandTimeOnlysupportThe
DateOnlyandTimeOnlytypes introduced in .NET 6 are now correctly handled as scalar values when capturing.Merged PRs
- #1713, #1716, #1715, #1722, #1721, #1720, #1729 - improved non-null reference type annotations (
@SimonCropp)- #1702 -
DateOnlyandTimeOnlysupport (@SimonCropp)- #1764, #1703, #1708, #1709, #1712, #1724, #1730, #1747 - build and dependency updates (
@SimonCropp)- #1723, #1728, #1731, #1732, #1734, #1735, #1733, #1736, #1739, #1746, #1745, #1741, #1742 - code clean-up and modernization (
@SimonCropp)- #1750 -
IAsyncDisposablesupport forLoggerand sinks (@nblumhardt)- #1699 - fix some XDOC documentation (
@sungam3r)- #1719 - remove redundant
!operator fromnullin conditions (@sungam3r)- #1725 - introduce file-scoped namespaces (
@sungam3r)- #1700, #1704, #1707 - more nulllable annotation updates (
@nblumhardt)- #1711 - fix support for
ValueTuple(@SimonCropp)v2.11.0
- #1503 - make some local functions
staticto avoid scope capture (@SimonCropp)- #1561 - add support for collections/
string[]to key-value settings (@stochmal)- #1588, #1591, #1593, #1594, #1597 - nullable reference type annotations and language version updates (
@SimonCropp)- #1595 -
net5.0target (@nblumhardt)- #1652 - fix capturing of anonymous types in .NET interactive (
@KZedan)- #1641 - corrected documentation comments for
MessageTemplateFormatMethod(@JinsPeter)- #1635 - fix destructuring of
Memory<T>/ReadOnlyMemory<T>and non-reflection-compatible properties e.g. of typeSpan<T>(@skomis-mm)- #1625 - update issue template (
@augustoproiete)- #1664 - update
ILoggerdocumentation (@erichiller)
Commits
9f86301Merge pull request #1705 from serilog/dev47df92dFix nullability of LogContext.PushProperty value arg (#1751)7740c90Initial support forIAsyncDisposablesinks (#1750)4d13be5guard against null (#1742)fd36c3eremove redundant type names (#1741)3bd65efremove redundant LogEventLevel (#1745)1819ee7refs (#1747)e0c533dminor cleanups (#1746)70e729duse some patterns (#1739)c5a5b44global usings (#1736)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)