No i our share we have our analyzer package which is in beta version and is changed very frequent so his version is 1.0.0-betaxxx. When we reference using packagereference like this:
nuget restore works properly. But when we want to restore latest version using wildcards we get this error:
Restoring packages for C:\Users\vagrant\MyProjects\enova\Soneta.BI\Soneta.BI.csproj...https://emailchecker.vip/
GET http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis'
GET https://api.nuget.org/v3-flatcontainer/soneta.analysis/index.json https://portchecker.pro/
NotFound https://api.nuget.org/v3-flatcontainer/soneta.analysis/index.json 732ms
OK http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis' 3697ms
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis''.
The content at 'http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis'' is not valid XML.
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
GET http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis'
OK http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis' 1344ms
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis''.
The content at 'http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis'' is not valid XML.
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
GET http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis'
OK http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis' 1705ms
Failed to retrieve information about 'Soneta.Analysis' from remote source 'http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis''.
The content at 'http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='Soneta.Analysis'' is not valid XML.
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
When syncfusion feed is removed nuget restore Soneta.Analysis properly for this project. We thought that maybe share is thre problem so we switch to local nuget serwer and in that case nuget restore package from local serwer and than try to restore it from syncfusion serwer which end with the same error like above (from local serwer when syncfusion feed is disabled restore works properly).
Humanjo.