There is nothing wrong with your install. There are three different methods of installing packages:
1. The Package Manager
2. Nuget
3. Manually installing files (unzipping files in to your build)
2 & 3 are just methods of updating your project files. It would be difficult for the package manager to know about what files have been added to your project. I concede that a useful feature of creating a package would be requiring it to somehow register the package with Umbraco and for it then appear in the package manager but for now at least that doesn't exist.
Nuget installed packages should show in umbraco backoffice
why is it nuget installed packages not show up in the list of installed packages in umbraco back office?
or is my installation with bug?
Hi.
There is nothing wrong with your install. There are three different methods of installing packages: 1. The Package Manager 2. Nuget 3. Manually installing files (unzipping files in to your build)
2 & 3 are just methods of updating your project files. It would be difficult for the package manager to know about what files have been added to your project. I concede that a useful feature of creating a package would be requiring it to somehow register the package with Umbraco and for it then appear in the package manager but for now at least that doesn't exist.
Hi,
when you install a normal umbraco package the installer takes care to add the package so that it appears in the list of installed packages.
As a nuget install doesn't use the installer it can't appear in the backoffice.
Regards David
is working on a reply...