[
https://issues.apache.org/jira/browse/LOG4NET-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16338241#comment-16338241
]
Charles Lowell commented on LOG4NET-572:
----------------------------------------
The comment on that line is out of date, but it remains true thatÂ
{{Assembly.GetCallingAssembly()}} isn't part of .NET Standard 1.3. Changing any
{{NETSTANDARD1_3}} guard will probably break the {{netstandard1.3}} build.
Also, for the {{netstandard2.0}} build the guard has no effect because
{{NETSTANDARD1_3 == false}} in that context.
> Add target for netstandard-2.0
> ------------------------------
>
> Key: LOG4NET-572
> URL: https://issues.apache.org/jira/browse/LOG4NET-572
> Project: Log4net
> Issue Type: New Feature
> Components: Builds
> Reporter: Dominik Psenner
> Assignee: Dominik Psenner
> Priority: Major
>
> Currently all work done so far is available in branch
> feature/netstandard-2.0; the builds pass but CI currently cannot run the
> tests for the targets netstandard-1.3 and netstandard-2.0.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)