[jira] [Commented] (LOG4NET-467) Is .NET Core, will be supported in the near future, or not

2016-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15375230#comment-15375230 ] ASF GitHub Bot commented on LOG4NET-467: Github user chlowell commented on a diff in the pull

[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

[jira] [Updated] (LOG4NET-467) Is .NET Core, will be supported in the near future, or not

2016-07-13 Thread Charles Lowell (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Lowell updated LOG4NET-467: --- Attachment: LOG4NET-467.patch Patch containing GitHub Pull Request #16 > Is .NET Core, will

[jira] [Comment Edited] (LOG4NET-467) Is .NET Core, will be supported in the near future, or not

2016-07-13 Thread Charles Lowell (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15375927#comment-15375927 ] Charles Lowell edited comment on LOG4NET-467 at 7/13/16 10:39 PM: -- I've

[jira] [Commented] (LOG4NET-467) Is .NET Core, will be supported in the near future, or not

2016-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15374796#comment-15374796 ] ASF GitHub Bot commented on LOG4NET-467: Github user jasonwilliams200OK commented on a diff in

[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,

[jira] [Commented] (LOG4NET-467) Is .NET Core, will be supported in the near future, or not

2016-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15374790#comment-15374790 ] ASF GitHub Bot commented on LOG4NET-467: Github user jasonwilliams200OK commented on a diff in

[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

[jira] [Commented] (LOG4NET-467) Is .NET Core, will be supported in the near future, or not

2016-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15374800#comment-15374800 ] ASF GitHub Bot commented on LOG4NET-467: Github user jasonwilliams200OK commented on a diff in

[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 :

[jira] [Commented] (LOG4NET-467) Is .NET Core, will be supported in the near future, or not

2016-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15375022#comment-15375022 ] ASF GitHub Bot commented on LOG4NET-467: Github user stuartd commented on the issue:

[jira] [Commented] (LOG4NET-467) Is .NET Core, will be supported in the near future, or not

2016-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15375066#comment-15375066 ] ASF GitHub Bot commented on LOG4NET-467: Github user jasonwilliams200OK commented on the issue:

[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 :

[jira] [Commented] (LOG4NET-467) Is .NET Core, will be supported in the near future, or not

2016-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15374973#comment-15374973 ] ASF GitHub Bot commented on LOG4NET-467: Github user niemyjski commented on a diff in the pull

[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.