Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-08-29 Thread via GitHub
szogun1987 commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2316903611 [ApacheLog4NetSample.zip](https://github.com/user-attachments/files/16795346/ApacheLog4NetSample.zip) Just open WebApplication1 folder and run ``` docker build -t

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-08-28 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2316227674 @szogun1987 can you create a minimal sample project reproducing the problem? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-08-28 Thread via GitHub
szogun1987 commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2316174734 I have also build log: ``` /root/.nuget/packages/microsoft.aspnetcore.app.runtime.linux-x64/8.0.8/runtimes/linux-x64/lib/net8.0/Microsoft.AspNetCore.Mvc.dll : warnin

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-08-28 Thread via GitHub
szogun1987 commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2316118466 I have the same error in relatively simple project. Error does not occur on dev environment. Error occurs in the docker image. I use Microsoft.Extensions.Logging.Lo

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-05-24 Thread via GitHub
FreeAndNil closed issue #142: .NET8.0 XML Exception Problem URL: https://github.com/apache/logging-log4net/issues/142 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-05-24 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2129076847 @SwEngine please reopen when you have feedback -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-05-12 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2106367905 @SwEngine could you take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-24 Thread via GitHub
SwEngine commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2076426672 I am on vacation, but next week I will look at again, thank you so much! -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-23 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2072310135 @SwEngine is this still relevant for you? Otherwise I will close this at the end of the week. -- This is an automated message from the Apache Git Service. To respond to

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-19 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2066340901 @SwEngine maybe posting your csproj file could also help -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063714756 Can you put a simple repro somewhere on Github? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
SwEngine commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063618887 I am adding your dll file to my project from project references, however ''' logger = LogManager.GetLogger(typeof(Logger)); ''' this line gives error o

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063510341 @SwEngine [netstandard2.0.zip](https://github.com/apache/logging-log4net/files/15023207/netstandard2.0.zip) -- This is an automated message from the Apache Git Servic

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
SwEngine commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063439397 I could not build your code :( could you share a dll file? Sorry for inconvenience -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063361186 @SwEngine thanks for the info. Can you check whether the changes in #143 works for you? -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
SwEngine commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063263226 I use only normal logging processes. When releasing the executable, I checked the trimming unused code option, it gives the error below, However, when I unchecked the trimm

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-17 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063063551 Hi @SwEngine, can you please be more specific? What exact error so you get when you do **what**? -- This is an automated message from the Apache Git Service. To

[I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-17 Thread via GitHub
SwEngine opened a new issue, #142: URL: https://github.com/apache/logging-log4net/issues/142 I was using the package in .net7.0 without problems. However, after updating to .net8.0, my program throws error. When I unchecked the trimming unused code option, there was no error, but it increas