SteveDunn / Intellenum

Intelligent Enums
Apache License 2.0
180 stars 3 forks source link

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

Open jslicer opened 1 month ago

jslicer commented 1 month ago

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).

SteveDunn commented 1 month ago

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