Open ChaseDDevelopment opened 1 year ago
Hi @ChaseDDevelopment, are you using the .NET Framework 4.8 build of Fan Control or the .NET 7 build?
Hey @EvanMulawski I am using the .NET 7 build with runtime 7.0.3
There isn't a .NET 7-compatible build yet, so the .NET Framework build of Fan Control is required (and somewhat recommended; most of the available plugins only target .NET Framework anyway). I'll add this to the README.
@EvanMulawski you could create a multi-target (net48;net7) and use the FanControl.Plugin.dll from the net48 and net7 release with a prefix to bundle both version if you want to do that.
@EvanMulawski Just got finished trying the Framework build v147 and it worked like a charm. Much appreciated!!
As a note, I did have to stay on the v147 build as when prompted by Fan control to update to v148, the plugin broke.
@ChaseDDevelopment Yeah, there's a problem with v148. See https://github.com/Rem0o/FanControl.Releases/discussions/1577#discussioncomment-5161062
@ChaseDDevelopment Yeah, there's a problem with v148. See Rem0o/FanControl.Releases#1577 (comment)
No problem! Thanks for calling that issue out. Appreciate the work you've put into this, made sure One of the PC's in the house could have it's fans controlled nicely through corsair's core! This can be closed, unless you want it open for the enhancement.
There isn't a .NET 7-compatible build yet, so the .NET Framework build of Fan Control is required (and somewhat recommended; most of the available plugins only target .NET Framework anyway). I'll add this to the README.
Isn't .NET 7 a .NET Framework? If .NET 7 is not a .NET Framework, that's confusing.
Isn't .NET 7 a .NET Framework? If .NET 7 is not a .NET Framework, that's confusing.
@CalculonPrime Tell Microsoft. It is ;P
Tried this with the latest version of .NET 8 of FanControl - didnt work - had to roll back to 4.8 I guess this is still not implemented yet right?
Tried this with the latest version of .NET 8 of FanControl - didnt work - had to roll back to 4.8 I guess this is still not implemented yet right?
Not yet - will be in v2.0 which is currently being designed.
FanControl.Plugins.dll is netstandard2.0 by the way @EvanMulawski, so you can use the same for both.
FanControl.Plugins.dll is netstandard2.0 by the way @EvanMulawski, so you can use the same for both.
All of my fans and pumps are run through core commanders. Without this plugin working with the .NET 8, I can't explore the software. I'd love to use this plugin, but it appears it is still incompatible with .NET 8.
I suppose it isn't being compiled against .NET Standard 2.0. I feel like this should be a relatively easy change to retarget the project? Can this be done so those of us on the latest can enjoy the plugin?
I am working on multi-targeting - will be after v1.6.0 comes out of beta.
Support added in v1.7.0-beta.1
Hey there,
I am having the same behaviour as in issue (#2), though I believe it's a different exception:
I've attached the logs.
I've tried the latest Release (v 1.0.0) as well as the latest beta release.
I have ensured both zip's and dll's are unblocked as per the instructions. Please let me know if I can help in any way.