Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jslicer opened this issue Mar 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jslicer
Copy link

jslicer commented Mar 17, 2024

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 jslicer added the bug Something isn't working label Mar 17, 2024
@SteveDunn
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants