Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Daniel 6 posts 76 karma points
    Apr 02, 2016 @ 15:23
    Daniel
    0

    Merchello.Providers not included in Merchello.Bazaar project nor Nuget Package

    Hi guys!

    I am trying to implement a custom Merchello Bazaar in my Umbraco instance. So far I was able to install the latest packages from the "Install Local Package" option in the Umbraco back-office.

    I am working in a collaborative team, we use GitHub and I want everybody to be able to pull my changes on their machines and be able to execute Merchello and the Baazar without adding binaries to my commit/pull.

    So I noticed that the package wizard makes changes to config files, adds new folder under App_Plugins and puts the Merchello.Core, Merchello.Web, Merchello.Examine and Merchello.Bazaar in the bin folder.

    However I wonder if there is a way to do this from Nuget or any other alternative.

    I was able to create a custom class library and install the Nuget package: Install-Package Merchello.Core.

    Also I downloaded all code from Git, clean and rebuild the Mechello.sln. I open the Merchello.Bazaar solution and I got a error for an out-dated nuget package. I removed and installed the latest Nuget package described above.

    Finally I am getting some lost references for Merchello.Providers.

    I wonder if I should include the Merchello.Provider project, build it and add the reference to the Merchello.Bazaar project. I want to avoid adding the source code of the Bazaar, Providers and Merchello projects in my custom Umbraco project and at the same time have other team members to pull my changes and run the Bazaar.

    Any suggestion? Thanks in advance! Daniel

Please Sign in or register to post replies

Write your reply to:

Draft