Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NLog/NLog Loading
base: dev
Choose a base ref
...
head repository: wadebaird/NLog Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 10, 2023

  1. #5312 Added "AddHiddenType" to LogManager class that specifies which …

    …types to ignore.
    
    Refactored the SkipAssembly method into a ShouldSkip method to take both Hidden assemblies and types into account.
    Refactored LookupAssemblyFromStackFrame method into a LookupAssembly method that takes a MethodBase for better performance, as both places that call it use the MethodBase that is retrieved at the top of the method.
    
    Added a HiddenTypeTest that tests the functionality.
    wadebaird committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e8d53b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Merge branch 'dev' into dev

    snakefoot committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    501888b View commit details
    Browse the repository at this point in the history
  2. Update CallSiteTests.cs

    snakefoot committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cd08f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62bb2f5 View commit details
    Browse the repository at this point in the history
  4. Update CallSiteTests.cs

    snakefoot committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    11a15e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2690723 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37e7b5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a913cc View commit details
    Browse the repository at this point in the history
Loading