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

2.12.0 Release #1705

Merged
merged 43 commits into from Sep 13, 2022
Merged

2.12.0 Release #1705

merged 43 commits into from Sep 13, 2022

Commits on Apr 24, 2022

  1. Dev version bump [skip ci]

    nblumhardt committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7521f17 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. update refs (#1674)

    SimonCropp committed May 4, 2022
    Configuration menu
    Copy the full SHA
    fabc2cb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    81e9dee View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. add explicit net6 target (#1703)

    * add explicit net6 target
    
    * Update global.json
    
    * Update BuildNativeUWP.ps1
    
    * Update BuildNativeUWP.ps1
    
    * remove uwp
    SimonCropp committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    45386bb View commit details
    Browse the repository at this point in the history
  2. Remove wrong XDOC tag (#1699)

    * Remove wrong tag
    
    * fix
    sungam3r committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    c4ec767 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccd6e9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eae5ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e01af65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f986e62 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. DateOnly and TimeOnly support (#1702)

    * .
    
    * .
    
    * Update global.json
    
    * FEATURE_DATE_AND_TIME_ONLY
    
    * Update PropertyValueConverter.cs
    
    Co-authored-by: Nicholas Blumhardt <nblumhardt@nblumhardt.com>
    SimonCropp and nblumhardt committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    921037a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    f3349c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    255e76e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5307e35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f0c43c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    1123784 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    1c926f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    f447af3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    7ec90ba View commit details
    Browse the repository at this point in the history
  2. format and formatProvider can be null (#1715)

    * format  and formatProvider can be null
    
    * Added missing space
    
    Co-authored-by: Nicholas Blumhardt <nblumhardt@nblumhardt.com>
    SimonCropp and nblumhardt committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    de4544d View commit details
    Browse the repository at this point in the history
  3. minor csproj cleanup (#1712)

    * minor csproj cleanup
    
    * Remove redundant originator key file property
    
    Co-authored-by: Nicholas Blumhardt <nblumhardt@nblumhardt.com>
    SimonCropp and nblumhardt committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    70237f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    382660a View commit details
    Browse the repository at this point in the history
  2. update xunit (#1724)

    SimonCropp committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b542985 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15feab4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c59f84 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. SettingValueConversions.ConvertToType() value cant be null (#1721)

    * SettingValueConversions.ConvertToType() value cant be null
    
    * Update KeyValuePairSettings.cs
    
    * Update SettingValueConversionsTests.cs
    SimonCropp committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    1e16547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    635667b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    fb964f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Finish nullable. now enabled globally (#1729)

    * nullable in LogEventProperty
    
    * nullable in JsonValueFormatter
    
    * nullable in EventProperty
    
    * nullable in LogContext
    
    * enable nullable for EnricherStack
    
    * remove "#nullable enable" and enable globally
    
    * Update Logger.cs
    SimonCropp committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3214c47 View commit details
    Browse the repository at this point in the history
  2. suppress CheckEolTargetFramework (#1730)

    so we dont get [NETSDK1138] The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
    
    Co-authored-by: Nicholas Blumhardt <nblumhardt@nblumhardt.com>
    SimonCropp and nblumhardt committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ec15a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ecc14b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9aff35a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    365adae View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. forgot to remove some Nullable>enable (#1735)

    * forgot to remove some Nullable>enable
    
    * missed some #nullable enable
    SimonCropp committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5a69b46 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. leverage ITuple interface (#1733)

    * leverage ITuple interface
    
    * IVALUETUPLE
    
    * resolve merge conflict
    
    * missed a conflict
    
    * const should be ITUPLE
    SimonCropp committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    bed99cf View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. global usings (#1736)

    SimonCropp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c5a5b44 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. use some patterns (#1739)

    SimonCropp committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    70e729d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. minor cleanups (#1746)

    SimonCropp committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e0c533d View commit details
    Browse the repository at this point in the history
  2. refs (#1747)

    SimonCropp committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    1819ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bd65ef View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. remove redundant type names (#1741)

    * remove redundant type names
    
    * Update KeyValuePairSettings.cs
    SimonCropp committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    fd36c3e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. guard against null (#1742)

    * guard against null
    
    * Create ArgumentNullTests.cs
    
    * Update Guard.cs
    SimonCropp committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4d13be5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Initial support for IAsyncDisposable sinks (#1750)

    * Support IAsyncDisposable.DisposeAsync() on Logger, and add Log.CloseAndFlushAsync()
    
    * Add tests for Log.CloseAndFlushAsync()
    
    * Seal DisposeAggregatingSink
    
    * Fix tests
    
    * Add missing ConfigureAwait(false)
    
    * Implement IAsyncDisposable on remaining sink wrapper types
    
    * More test coverage
    nblumhardt committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    7740c90 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    47df92d View commit details
    Browse the repository at this point in the history