[GitHub] log4net pull request #16: (LOG4NET-467) .NET Core support

2016-08-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/log4net/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] log4net pull request #16: (LOG4NET-467) .NET Core support

2016-08-13 Thread jasonwilliams200OK
Github user jasonwilliams200OK commented on a diff in the pull request: https://github.com/apache/log4net/pull/16#discussion_r74683879 --- Diff: src/Util/PatternStringConverters/NewLinePatternConverter.cs --- @@ -72,6 +75,16 @@ internal sealed class NewLinePatternConverter :

[GitHub] log4net pull request #16: (LOG4NET-467) .NET Core support

2016-08-02 Thread jasonwilliams200OK
Github user jasonwilliams200OK commented on a diff in the pull request: https://github.com/apache/log4net/pull/16#discussion_r73228215 --- Diff: netstandard/log4net/project.json --- @@ -0,0 +1,94 @@ +{ + "name": "log4net", + "version": "3.0.0", + "frameworks":

[GitHub] log4net pull request #16: (LOG4NET-467) .NET Core support

2016-07-13 Thread chlowell
Github user chlowell commented on a diff in the pull request: https://github.com/apache/log4net/pull/16#discussion_r70652017 --- Diff: src/Util/ReadOnlyPropertiesDictionary.cs --- @@ -215,8 +216,13 @@ public virtual void GetObjectData(SerializationInfo info, StreamingContext conte

[GitHub] log4net pull request #16: (LOG4NET-467) .NET Core support

2016-07-13 Thread niemyjski
Github user niemyjski commented on a diff in the pull request: https://github.com/apache/log4net/pull/16#discussion_r70623307 --- Diff: src/Util/PatternStringConverters/NewLinePatternConverter.cs --- @@ -72,6 +75,16 @@ internal sealed class NewLinePatternConverter :

[GitHub] log4net pull request #16: (LOG4NET-467) .NET Core support

2016-07-13 Thread jasonwilliams200OK
Github user jasonwilliams200OK commented on a diff in the pull request: https://github.com/apache/log4net/pull/16#discussion_r70601430 --- Diff: src/Util/PatternStringConverters/NewLinePatternConverter.cs --- @@ -72,6 +75,16 @@ internal sealed class NewLinePatternConverter :

[GitHub] log4net pull request #16: (LOG4NET-467) .NET Core support

2016-07-13 Thread jasonwilliams200OK
Github user jasonwilliams200OK commented on a diff in the pull request: https://github.com/apache/log4net/pull/16#discussion_r70601024 --- Diff: src/Util/ReadOnlyPropertiesDictionary.cs --- @@ -215,8 +216,13 @@ public virtual void GetObjectData(SerializationInfo info,

[GitHub] log4net pull request #16: (LOG4NET-467) .NET Core support

2016-07-13 Thread jasonwilliams200OK
Github user jasonwilliams200OK commented on a diff in the pull request: https://github.com/apache/log4net/pull/16#discussion_r70600785 --- Diff: tests/src/Utils.cs --- @@ -105,7 +114,28 @@ private static Type[] GetTypesArray(object[] args) internal static void

[GitHub] log4net pull request #16: (LOG4NET-467) .NET Core support

2016-07-13 Thread jasonwilliams200OK
Github user jasonwilliams200OK commented on a diff in the pull request: https://github.com/apache/log4net/pull/16#discussion_r70599902 --- Diff: src/Appender/AppenderCollection.cs --- @@ -26,7 +26,10 @@ namespace log4net.Appender /// A strongly-typed collection of objects.