logging-log4net icon indicating copy to clipboard operation
logging-log4net copied to clipboard

Apache Log4net is a versatile, feature-rich, efficient logging API and backend for .NET

Results 23 logging-log4net issues
Sort by recently updated
recently updated
newest added

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 2.20.1 to 3.5.0. Release notes Sourced from simple-git's releases. [email protected] Minor Changes 2040de6: Resolves potential command injection vulnerability by preventing use of --upload-pack in git.clone [email protected] Minor...

dependencies

Bumps ant from 1.9.4 to 1.10.11. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.ant:ant&package-manager=maven&previous-version=1.9.4&new-version=1.10.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Config file had sppendToFile element name instead of appendToFile.

Add BinaryFormattter serialize-deserialze testing across versions, and correct serialization property bag names broken by modernization (#124). Commented out obsolete tag for FixFlags.Mdc as the obsolete tags in MDC.cs are commented...

#124 LoggingEvent.Level not nullable @erikmav what do you think about this approach?

- changed target frameworks to net462 & netstandard2.0 - added release notes for 3.0.0 - resolves #111

Public classes and interfaces should get nullable annotations so that callers will be warned when passing null values. ### List of breaking changes #### #129 - Part 4 of nullable...

There are numerous parts of the code that are marked with [Obsolete] attributes. Additionally there is code that may or may not any longer be in use, such as NDC...

Log4net supports a lot of really old runtimes, including net2.0 and net3.5 _CE_ (Compact Edition) which can be notoriously difficult to install on windows (I've been lucky and unlucky -...

Beta nuget packages have a version appendage, eg `-r1`, or the more descriptive `-{datestamp}-{commit_sha}`; `zarro` already supports generating packages in this format, so actually producing the artifact shouldn't be _that_...