more clearly spell out the limitations of .NET Core version

Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/6b083cd7
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/6b083cd7
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/6b083cd7

Branch: refs/heads/master
Commit: 6b083cd7f7bc531a196a868991a6df236617ec55
Parents: 6503f06
Author: Stefan Bodewig <bode...@apache.org>
Authored: Mon Dec 5 16:51:20 2016 +0000
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Mon Dec 5 16:51:20 2016 +0000

----------------------------------------------------------------------
 src/site/xdoc/release/framework-support.xml | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/6b083cd7/src/site/xdoc/release/framework-support.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release/framework-support.xml 
b/src/site/xdoc/release/framework-support.xml
index ef421ae..95e2eea 100644
--- a/src/site/xdoc/release/framework-support.xml
+++ b/src/site/xdoc/release/framework-support.xml
@@ -579,11 +579,27 @@ limitations under the License.
                 <section id="net-core1.0" name=".NET Core 1.0">
                     <p>
                       Targets netstandard-1.3 and thus doesn't support
-                      .NET Remoting, anything related to ASP.NET or
-                      ADO.NET, logical thread contexts, stack trace
-                      patterns or using the log4net section in a
-                      configuration file.
+                      a few things that work on Mono or the classical
+                      .NET platform.
                     </p>
+                    <p>Things that are not supported in log4net
+                    for .NET Core:</p>
+                    <ul>
+                      <li>the ADO.NET Appender</li>
+                      <li>anything related to ASP.NET (trace appender
+                      and several pattern converters)</li>
+                      <li>.NET Remoting</li>
+                      <li>The <code>NetSendAppender</code></li>
+                      <li>The SMTP Appender</li>
+                      <li><code>DOMConfigurator</code></li>
+                      <li>stack trace patterns</li>
+                      <li>access to <code>appSettings</code> (neither
+                      the log4net section itself nor using the
+                      <code>AppSettingsPatternConverter</code></li>
+                      <li>Access to "special paths" using the
+                      <code>EnvironmentFolderPathPatternConverter</code></li>
+                      <li>Impersonation of Windows accounts</li>
+                    </ul>
                 </section>
 
                 <section id="net1.0" name="Microsoft .NET Framework 1.0">

Reply via email to