Intellenum
Intellenum copied to clipboard
Package is installable in .NET Framework projects but doesn't work with .NET Framework projects
Describe the bug
Creating a .NET Framework 4.8 project (for instance) and adding Intellenum as a NuGet package succeeds, but the functionality of Intellenum is unavailable.
Steps to reproduce
- Create a .NET Framework 4.8 Console App
- Manage NuGet packages
- Search for and install Intellenum
- Installation succeeds
- Intellenum functionality is unavailable to the project (the other partial classes are not generated).
Expected behaviour
There should be a minimum requirement for which SDK the NuGet package is allowed to be installed into, and it is not .NET Framework (4.8 and prior), but rather .NET (formerly Core).
Hi @jslicer - thanks for the report. I'll take a look at this shortly.
Apologies for the delay. I've documented this in case other users have the same issue. Please let me know if it doesn't work.