Intellenum icon indicating copy to clipboard operation
Intellenum copied to clipboard

Package is installable in .NET Framework projects but doesn't work with .NET Framework projects

Open jslicer opened this issue 1 year ago • 1 comments

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

  1. Create a .NET Framework 4.8 Console App
  2. Manage NuGet packages
  3. Search for and install Intellenum
  4. Installation succeeds
  5. 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).

jslicer avatar Mar 17 '24 23:03 jslicer

Hi @jslicer - thanks for the report. I'll take a look at this shortly.

SteveDunn avatar Apr 12 '24 06:04 SteveDunn

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.

SteveDunn avatar Jun 02 '24 07:06 SteveDunn