-
-
Notifications
You must be signed in to change notification settings - Fork 334
Comparing changes
Open a pull request
base repository: apache/logging-log4net
base: rc/3.0.2-preview.1
head repository: apache/logging-log4net
compare: master
Commits on Oct 17, 2024
-
Merge pull request #195 from apache/Feature/TelnetBug
#194 fixed a bug in the Dispose-Logic of TelnetAppender
Configuration menu - View commit details
-
Copy full SHA for a1c0aec - Browse repository at this point
Copy the full SHA a1c0aecView commit details
Commits on Oct 18, 2024
-
more modern coding style (#196)
* - convert to filescoped namespaces - use collection expressions - removed prefix m_ from private fields * switched to prefix _ for private fields
Configuration menu - View commit details
-
Copy full SHA for ab16a6e - Browse repository at this point
Copy the full SHA ab16a6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ea5b4 - Browse repository at this point
Copy the full SHA 36ea5b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3e752 - Browse repository at this point
Copy the full SHA fd3e752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0c27e - Browse repository at this point
Copy the full SHA 6b0c27eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae67d1 - Browse repository at this point
Copy the full SHA 8ae67d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d9c9b - Browse repository at this point
Copy the full SHA d0d9c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d61039 - Browse repository at this point
Copy the full SHA 2d61039View commit details -
Configuration menu - View commit details
-
Copy full SHA for f81fa5f - Browse repository at this point
Copy the full SHA f81fa5fView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ffbe09e - Browse repository at this point
Copy the full SHA ffbe09eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0a551 - Browse repository at this point
Copy the full SHA 7a0a551View commit details -
Configuration menu - View commit details
-
Copy full SHA for def3b58 - Browse repository at this point
Copy the full SHA def3b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3d566 - Browse repository at this point
Copy the full SHA 5b3d566View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed478a7 - Browse repository at this point
Copy the full SHA ed478a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 884dbf6 - Browse repository at this point
Copy the full SHA 884dbf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec95778 - Browse repository at this point
Copy the full SHA ec95778View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a552fe - Browse repository at this point
Copy the full SHA 1a552feView commit details -
switched from Assert.Throws<Exception>() to Assert.That(..., Throws.T…
…ypeOf<Exception>())
Configuration menu - View commit details
-
Copy full SHA for 39ed3b3 - Browse repository at this point
Copy the full SHA 39ed3b3View commit details -
Merge pull request #200 from apache/Feature/NUnitBump
bumped NUnit to 4.2.2
Configuration menu - View commit details
-
Copy full SHA for b008475 - Browse repository at this point
Copy the full SHA b008475View commit details -
fix CA1031 - https://learn.microsoft.com/en-us/dotnet/fundamentals/co…
…de-analysis/quality-rules/ca1031 Do not catch general exception types
Configuration menu - View commit details
-
Copy full SHA for 0a23bc0 - Browse repository at this point
Copy the full SHA 0a23bc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c40eb18 - Browse repository at this point
Copy the full SHA c40eb18View commit details -
fixed CA1062 https://learn.microsoft.com/en-us/dotnet/fundamentals/co…
…de-analysis/quality-rules/ca1062 - Validate arguments of public methods
Configuration menu - View commit details
-
Copy full SHA for 1296388 - Browse repository at this point
Copy the full SHA 1296388View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9235d - Browse repository at this point
Copy the full SHA fb9235dView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3aed7cb - Browse repository at this point
Copy the full SHA 3aed7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9defeaf - Browse repository at this point
Copy the full SHA 9defeafView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebbd22c - Browse repository at this point
Copy the full SHA ebbd22cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6356bfb - Browse repository at this point
Copy the full SHA 6356bfbView commit details
Commits on Oct 24, 2024
-
Merge pull request #201 from apache/Feature/NetAnalyzers
Enable Microsoft.CodeAnalysis.NetAnalyzers
Configuration menu - View commit details
-
Copy full SHA for f320793 - Browse repository at this point
Copy the full SHA f320793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72fdee8 - Browse repository at this point
Copy the full SHA 72fdee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6631b - Browse repository at this point
Copy the full SHA 9c6631bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f87956b - Browse repository at this point
Copy the full SHA f87956bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e736c - Browse repository at this point
Copy the full SHA 96e736cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7eff5 - Browse repository at this point
Copy the full SHA ff7eff5View commit details
Commits on Oct 31, 2024
-
Fix empty string received by .NET 8 users on Linux on userName (#199)
* Fix UserName for non-Windows users * Add unit test for UserName and apply style suggestions * Add docs * Fix test * Extend try and upgrade docs
Configuration menu - View commit details
-
Copy full SHA for f0cbfea - Browse repository at this point
Copy the full SHA f0cbfeaView commit details
Commits on Nov 1, 2024
-
use raw strings for config files in unit tests (#203)
* - use raw strings for config files in unt tests - fixed more warnings * - normalized indentation for raw strings - removed type prefixes from parameters in RollingFileAppenderTest
Configuration menu - View commit details
-
Copy full SHA for f745a69 - Browse repository at this point
Copy the full SHA f745a69View commit details
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c627f5 - Browse repository at this point
Copy the full SHA 1c627f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 240e0a0 - Browse repository at this point
Copy the full SHA 240e0a0View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 407945c - Browse repository at this point
Copy the full SHA 407945cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78bb356 - Browse repository at this point
Copy the full SHA 78bb356View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f90b8 - Browse repository at this point
Copy the full SHA a7f90b8View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f8b41c - Browse repository at this point
Copy the full SHA 0f8b41cView commit details
Commits on Nov 15, 2024
-
Turn on the CI build for PRs (#204)
* Divide steps * Try the approach from build doc * Add PR trigger * Fix branch name * Try dotnet build & test * Enable quackers * Remove Zarro from the CI build
Configuration menu - View commit details
-
Copy full SHA for 2d68abc - Browse repository at this point
Copy the full SHA 2d68abcView commit details
Commits on Dec 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33aea96 - Browse repository at this point
Copy the full SHA 33aea96View commit details
Commits on Dec 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a6ff0f - Browse repository at this point
Copy the full SHA 1a6ff0fView commit details
Commits on Feb 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f06a0bc - Browse repository at this point
Copy the full SHA f06a0bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9edcf - Browse repository at this point
Copy the full SHA 9d9edcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4ca9d - Browse repository at this point
Copy the full SHA 4e4ca9dView commit details
Commits on Feb 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2545075 - Browse repository at this point
Copy the full SHA 2545075View commit details -
Merge pull request #228 from apache/Feature/228-show-config-file-path…
…-in-error-message Show config file path in error message
Configuration menu - View commit details
-
Copy full SHA for 0baea74 - Browse repository at this point
Copy the full SHA 0baea74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00cc486 - Browse repository at this point
Copy the full SHA 00cc486View commit details
There are no files selected for viewing