Droppers / HexEditorControl

13 stars 2 forks source link

DevExpress Dependencies Causing Nuget Installation Failure (WinForms) #8

Closed vector-man closed 2 years ago

vector-man commented 2 years ago

I get the following errors, when installing version v1.5.0.4 for WinForms on Nuget:

Severity    Code    Description Project File    Line    Suppression State
Error   NU1101  Unable to find package DevExpress.Win.Design. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, nuget.org
Severity    Code    Description Project File    Line    Suppression State
Error   NU1101  Unable to find package DevExpress.Win.Dialogs. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages
Droppers commented 2 years ago

That's another package (not mine), I wouldn't dare to touch DevExpress 😄. Currently only 'alpha' packages are available on MyGet.

You have to add the following NuGet feed (include prerelease versions):

https://www.myget.org/F/joery/api/v3/index.json

For WinForms the package is named HexControl.WinForms.

Over the past few days, I have made a lot of changes which should make it a lot more stable.