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

BeginScope: support for non-serializable objects + performance improvement (20-50% cpu, 35% times less allocations) #232

Merged
merged 13 commits into from
Aug 3, 2018

Commits on Jul 25, 2018

  1. BeginScope with support for custom objects that are not marked as ser…

    …ializable (Ex. ActionLogScope)
    snakefoot committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    cd85e8d View commit details
    Browse the repository at this point in the history
  2. Introduced NLogBeginScopeParser that provides caching of property-ref…

    …lection across all NLogLogger-objects (Reduce allocation and better cache reuse).
    snakefoot committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    41a25a1 View commit details
    Browse the repository at this point in the history
  3. Fixed Sonar Lint warnings

    snakefoot committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    7f883c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28ac193 View commit details
    Browse the repository at this point in the history
  5. Reduce enumerator-allocation when only using CaptureMessageProperties…

    … (Without CaptureMessageTemplates)
    snakefoot committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    d096a26 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    4211602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22234ea View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

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

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    2bbddba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728870a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b231d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

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

Commits on Aug 3, 2018

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