[
https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419972#comment-15419972
]
ASF GitHub Bot commented on LOG4NET-467:
----------------------------------------
Github user bodewig commented on the issue:
https://github.com/apache/log4net/pull/16
I've installed the Linux version, this is what happens for me:
```
Compiling log4net for .NETStandard,Version=v1.3
/usr/share/dotnet/dotnet compile-csc
@/devel/ASF/log4net/trunk/netstandard/log4net/obj/Debug/netstandard1.3/dotnet-compile.rsp
returned Exit Code 1
/devel/ASF/log4net/trunk/src/Appender/FileAppender.cs(164,33): error
CS0115: 'FileAppender.LockingStream.BeginRead(byte[], int, int, AsyncCallback,
object)': no suitable method found to override
/devel/ASF/log4net/trunk/src/Appender/FileAppender.cs(175,33): error
CS0115: 'FileAppender.LockingStream.BeginWrite(byte[], int, int, AsyncCallback,
object)': no suitable method found to override
/devel/ASF/log4net/trunk/src/Appender/FileAppender.cs(183,25): error
CS0115: 'FileAppender.LockingStream.Close()': no suitable method found to
override
/devel/ASF/log4net/trunk/src/Appender/FileAppender.cs(188,24): error
CS0115: 'FileAppender.LockingStream.EndRead(IAsyncResult)': no suitable method
found to override
/devel/ASF/log4net/trunk/src/Appender/FileAppender.cs(193,25): error
CS0115: 'FileAppender.LockingStream.EndWrite(IAsyncResult)': no suitable method
found to override
Compilation failed.
0 Warning(s)
5 Error(s)
```
I'll double check whether I've missed some changes to `FileAppender`.
> Is .NET Core, will be supported in the near future, or not
> ----------------------------------------------------------
>
> Key: LOG4NET-467
> URL: https://issues.apache.org/jira/browse/LOG4NET-467
> Project: Log4net
> Issue Type: New Feature
> Components: Core
> Affects Versions: 1.2.13
> Reporter: san kan
> Labels: features
> Fix For: 1.2.16
>
> Attachments: LOG4NET-467.patch
>
>
> As you know, ms is moving heavily toward .Net core:
> https://github.com/dotnet/core
> so, is there a road map for making a version that supports it?
> and i noticed that log4net, has not been updated for 2 years.
> so is it maintained, or being forgotten?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)