Standard-Toolkit: [Bug]: Many controls are missing if the project is .NET 5/6

Describe the bug If you install the NuGet package in a project using .NET 5/6, half of the controls are missing.

Workaround: Configure projects to use net48 to get access to the full toolkit suite.

Needs to be investigated.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 17 (15 by maintainers)

Most upvoted comments

Question - would this be at all related to an issue where during runtime the control does not appear at all? As in, new solution using net 6.0, form inherits from KryptonForm, add any Krypton component - run program, no controls visible

No, not seen that happen.

FYI - I started a new project and installed the 65.22.4.94 version of the package(s), and now this is not happening

@Smurf-IV Toolbox icons seem to be working via NuGet if using just .NET 6???

image