You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation works fine with .NET 3.1 (formerly known as .NET Core).
It causes for reasons that probably even Microsoft cannot explain a VALUE ERROR after .NET got upgraded to 6.0 (not called .NET Core anymore, so let's call this .NET-not-Framework - tx Microsoft for the clear and well-defined naming that has been so reliably inconsistent over the years.
Apparently this can be overcome by using the NuGet package called System.Diagnostics.EventLog.
The text was updated successfully, but these errors were encountered:
I think you are looking for an enhanced .NET bridge, rather than a change to NuGet itself? BTW, I am surprised that a .NET component like System.Diagnostics.EventLog would require features that are not already supported. Have you checked or is this comment mostly expressing pessimism? :)
Yes, that is correct. I have not actually checked whether generics are required in this case TBH.
We need to prioritize work, so it seemed fair to say, "Let's revisit this once Generics are supported by the bridge." This is particularly true because right now, one CAN install a Windows Service, though not as a NuGet package.
The current implementation works fine with .NET 3.1 (formerly known as .NET Core).
It causes for reasons that probably even Microsoft cannot explain a VALUE ERROR after .NET got upgraded to 6.0 (not called .NET Core anymore, so let's call this .NET-not-Framework - tx Microsoft for the clear and well-defined naming that has been so reliably inconsistent over the years.
Apparently this can be overcome by using the NuGet package called
System.Diagnostics.EventLog
.The text was updated successfully, but these errors were encountered: