Conversation
|
Thanks for the work on this. I just pushed an update with your ideas, just implemented in a Choose/When statement so it is easier for me to see. |
|
@dahall Thanks for your update. But it seems that 1.12.1 is unavailable on nuget. |
|
They are not published there yet. They are available on AppVeyor. See homepage for details on pulling them. I'd appreciate your review before I publish to NuGet.org. |
Get it. I will wait for this release. For now, it works fine for our .Net7 project! |
|
So you have tested the 1.12.1 package and it works for you? If so, I'll push to NuGet.org. |
I’ve tested your latest changes, and everything works as expected. 👍 |
|
Thank you!! I'll release to NuGet shortly. |
Hello, firstly apologies for my misunderstanding of #1001. The solution should not be such simple.
After looking into related documents (https://stackoverflow.com/questions/74472659/exception-info-system-platformnotsupportedexception-eventlog-access-is-not-sup), I think this issue is related to the version of
System.Diagnostics.EventLogpackage. We should specific EventLog package version for each .Net versions.I have already tested in Flow-Launcher/Flow.Launcher#3283 and now
TaskSchedulerworks fine with our project based on .net7 and we are looking forward to your new version!