rappen / FetchXMLBuilder

FetchXML Builder for XrmToolBox and Microsoft Dynamics 365 / CRM
https://fetchxmlbuilder.com/
GNU General Public License v3.0
134 stars 55 forks source link

Broken dependency in Nuget package #947

Closed SebBoulet closed 4 months ago

SebBoulet commented 1 year ago

The NuGet package has a dependency on the XmrToolBox package but it is (no longer?) available:

image

This is preventing the download and installation of the package though the NuGet Package Manager.

Step to reproduce:

Installing package 'Cinteros.Xrm.FetchXMLBuilder' to 'C:\Temp\poi'. GET https://api.nuget.org/v3/registration5-gz-semver2/cinteros.xrm.fetchxmlbuilder/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/cinteros.xrm.fetchxmlbuilder/index.json 188ms

Attempting to gather dependency information for package 'Cinteros.Xrm.FetchXMLBuilder.1.2023.2.2' with respect to project 'C:\Temp\poi', targeting 'Any,Version=v0.0' Gathering dependency information took 233 ms Attempting to resolve dependencies for package 'Cinteros.Xrm.FetchXMLBuilder.1.2023.2.2' with DependencyBehavior 'Lowest'

Unable to resolve dependency 'XrmToolBox'. Source(s) used: 'nuget.org'.

rappen commented 1 year ago

I'm not really sure what you want to do... We publish our tool on NuGet, but it is only read/download within the XrmToolBox. The XrmToolBox is not published on NuGet, you can get that direct from https://www.xrmtoolbox.com

SebBoulet commented 1 year ago

Yes, essentially our proxy is blocking the XmrToolBox's tool library, but it allows access to the GitHub repository. Unfortunately, the broken reference is causing the import of the .nupkg into our local repo to fail. I was wondering if it would be worth removing the reference from the .nuspec ?

rappen commented 1 year ago

If you want to install FetchXML Builder, you can install it manually, see https://fetchxmlbuilder.com/manual-installation/ If it's from all tools, I refer you to https://github.com/MscrmTools/XrmToolBox/issues/