Re: issues with log4net 2.0.9 under IIS for projects using .net framework 4.5+

2020-09-08 Thread Joseph A. MITOLA
Sure, I use Visual Studio 2019 Community edition as my IDE which has a publish tool to deploy console and web applications. I then push my deployment files to github and have a scheduled task on the web server that pulls down the latest commits from the github server. Joseph A. Mitola, Information

Re: issues with log4net 2.0.9 under IIS for projects using .net framework 4.5+

2020-09-08 Thread Davyd McColl
Thanks for the info! -d On September 9, 2020 07:29:28 "Joseph A. MITOLA" wrote: Sure, I use Visual Studio 2019 Community edition as my IDE which has a publish tool to deploy console and web applications. I then push my deployment files to github and have a scheduled task on the web server th

RE: issues with log4net 2.0.9 under IIS for projects using .net framework 4.5+

2020-09-08 Thread Davyd McColl
Thanks! I'm surprised that you had the experience you had, because those environments are very similar to ours at work. May I ask what process you use to deploy? We use Octopus. At least if I see the same odd behaviour, I have one more idea to check (: -d On September 9, 2020 00:02:32 "Josep

RE: issues with log4net 2.0.9 under IIS for projects using .net framework 4.5+

2020-09-08 Thread Davyd McColl
Joseph Glad you could figure it out! Sounds like your app is webforms? If not, if appreciate as much info as you can divulge. I ask because I didn't write asmdeps on a whimsey - I'm genuinely interested in debugging strange situations, so the more info I have to help the next person, the bette

Re: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Matt Sicker
Indeed; you can configure that here: https://whimsy.apache.org/committers/moderationhelper Use the allow-subscribe option. On Tue, 8 Sep 2020 at 13:27, Ralph Goers wrote: > > My recollection is that moderators can do that. > > Ralph > > > On Sep 8, 2020, at 11:25 AM, Dominik Psenner wrote: > >

Re: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Ralph Goers
My recollection is that moderators can do that. Ralph > On Sep 8, 2020, at 11:25 AM, Dominik Psenner wrote: > > Unfortunately there was no option to do that. Nuget provides this mechanism > to establish a communication channel from the consumer to the owner of a > package. It would be great if

Re: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Dominik Psenner
Unfortunately there was no option to do that. Nuget provides this mechanism to establish a communication channel from the consumer to the owner of a package. It would be great if there was an option to do so today. Can infra subscribe nuget to a mailing list without the confirmation of the owner o

Re: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Ralph Goers
I don’t disagree with that at all. But I am wondering if it would not have been better to not provide an email link from NuGet at all and force the user to follow the link to the web site. Ralph > On Sep 8, 2020, at 11:17 AM, Dominik Psenner wrote: > > This reflects my impression that the vol

Re: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Ralph Goers
Anyone who is not subscribed will have their message moderated. If a moderator somehow misses it then it will bounce. More than 90% of the moderation messages I get are spam, so there isn’t a high priority in getting to them. All the NuGet messages have to be moderated no matter what list they

Re: Fwd: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Dominik Psenner
This reflects my impression that the volume of individuals that do not know the mechanics of the mailing lists has increased. I observe that with the increased number of messages that need to be moderated. Many come from individuals that are not subscribes. Others come from individuals that send me

Re: Fwd: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Davyd McColl
True that, but I tried to initiate a vote the other day from my work mail by mistake and the message was bounced, so I'm not sure what rules apply to this list. If it's fairly open, it might be a plan to update the associated email address on nuget to the dev list. -d On September 8, 2020 19

RE: issues with log4net 2.0.9 under IIS for projects using .net framework 4.5+

2020-09-08 Thread Davyd McColl
Taking a step back, I'd also like you to check out: https://github.com/fluffynuts/dotnet-utils In particular, there are two utils in there which may help with determining what's going on, especially if the problem is something early like failure to resolve an assembly In the bin folder, there

RE: issues with log4net 2.0.9 under IIS for projects using .net framework 4.5+

2020-09-08 Thread Davyd McColl
Have you tried an assembly rebind to force resolution to 2.0.9? -d On September 8, 2020 18:00:45 "Joseph A. MITOLA" wrote: Hi Davyd, The weird thing is everything had been working fine with same configuration, framework version 4.6, etc. and all I did was update the nuget package for log4

Re: Fwd: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Matt Sicker
That's this dev list! Though if we need a separate mailing list, we can always create more. On Tue, 8 Sep 2020 at 11:54, Davyd McColl wrote: > > What if there was another Apache email address that messages were sent to, > and multiple people could observe that account? I don't mind being one of >

Re: Fwd: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Davyd McColl
What if there was another Apache email address that messages were sent to, and multiple people could observe that account? I don't mind being one of the lucky ones if it will help (: -d On September 8, 2020 17:47:57 Matt Sicker wrote: The main problem with sending nuget info to the PMC is

Re: Fwd: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Matt Sicker
The main problem with sending nuget info to the PMC is that nobody in the PMC are working on log4net besides validating releases ;) On Tue, 8 Sep 2020 at 04:37, Dominik Psenner wrote: > > In the past security vulnerabilities were reported via nuget and it is not > a good idea to publish those in

Re: Fwd: [NuGet Gallery] Message for owners of the package 'log4net'

2020-09-08 Thread Dominik Psenner
In the past security vulnerabilities were reported via nuget and it is not a good idea to publish those in an automated way. I suggest to update the nuget project documentation and prominently point to our mailing lists and discourage the communication via nuget. Users may continue sending message

RE: issues with log4net 2.0.9 under IIS for projects using .net framework 4.5+

2020-09-08 Thread Davyd McColl
Hi Joseph I've performed a (rather belated) upgrade to log4net 2.0.9 on a work project targeting net462 and, apart from having to perform some assembly rebinds to handle dependencies which expect log4net 2.0.8, it's working fine with an ado.net appender and a rolling log file appender, so I'd r