Copied to clipboard

Flag this post as spam?

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


  • Vincent Baaij 95 posts 344 karma points c-trib
    Apr 30, 2015 @ 09:48
    Vincent Baaij
    1

    Great idea! Will there also be a NuGet version?

    Like the title says: Great idea and what I gather from the screenshots, it looks real good too. Going to try this as soon as I find a spare moment somewhere.

    Are you planning to also provide a NuGet package for this?

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Apr 30, 2015 @ 11:38
    Dan Diplo
    0

    I'd like to provide a NuGet version. However, the problem with NuGet is that it can't perform certain actions that the Umbraco package installer can - such as creating a custom Dashboard section. So the NuGet version would require manual intervention to edit .config files to get it working. I'll have a think how best to do this and see if anyone can help with it... So stay tuned :)

  • Vincent Baaij 95 posts 344 karma points c-trib
    Apr 30, 2015 @ 12:33
    Vincent Baaij
    0

    Thanks will do. In the meantime I'll just use the Umbraco package

  • ssougnez 93 posts 319 karma points c-trib
    Jul 23, 2018 @ 14:27
    ssougnez
    0

    Hi,

    a solution could be to use Powershell script such as described in here: https://everydaylifein.net/netframework/running-powershell-scripts-during-nuget-package-installation-and-removal.html

    I don't think it would be complicated to edit the configs file with this. I'm curious, I never created a Nuget Package. Maybe I'll give it a shot and if it works I'll give you the PowerShell script (even though I'm sure you'd be able to write it by yourself ;-))

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Jul 23, 2018 @ 19:48
    Dan Diplo
    0

    I'm not great with powershell, so any help would be appreciated!

    I'm currently adding a few new small features / fixes, so am gearing up for a new release soon.

  • ssougnez 93 posts 319 karma points c-trib
    Jul 23, 2018 @ 20:30
    ssougnez
    0

    Hehe, I heard about that (I did the last PR ;-)).

    It’s seems pretty hard to create a nuget package for umbraco so it might take some times but I guess, based on the date of this post, this is not urgent :-D

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Jul 23, 2018 @ 21:32
    Dan Diplo
    0

    Hah, yeah, of course:p

    Anyway, don't worry - I know how to create a NuGet package, and I think I can probably programatically add a dashboard. I'll just have to see if I can throw it all together :)

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Jul 24, 2018 @ 06:37
    Dave Woestenborghs
    2

    Hi Dan,

    You can add dashboard section from a nuget package using config transforms.

    Have a look at my build process for Nexu.

    https://github.com/dawoe/umbraco-nexu/tree/develop/Packaging

    Dave

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Jul 24, 2018 @ 11:40
    Dan Diplo
    0

    Cool, thanks, Dave!

  • ssougnez 93 posts 319 karma points c-trib
    Jul 24, 2018 @ 06:46
    ssougnez
    0

    Ah ah, no excuse then :-D

    Thanks Dave :-D

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Jul 25, 2018 @ 17:46
    Dan Diplo
    1

    OK, it's taken over 2 years, but now a NuGet version is available!

    https://www.nuget.org/packages/Diplo.LinkChecker/

    Thanks to Dave for his nuget package using config transform and to Sébastien for his contribution!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies