giacomelli / GeneticSharp

GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
MIT License
1.26k stars 330 forks source link

Reference to defective, outdated chocolatery GTKSharp package prevents contributions #103

Closed oduis closed 1 year ago

oduis commented 1 year ago

The AppVeyor calls chocolatery to install the GTKSharp package. That outdated package was last updated 5 years ago, and seems to contain links to Xamarin that do not exist any more:

Downloading gtksharp from 'https://dl.xamarin.com/GTKforWindows/Windows/gtk-sharp-2.12.45.msi' ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://dl.xamarin.com/GTKforWindows/Windows/gtk-sharp-2.12.45.msi'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."

That stucks four contributing pull request. Maybe upgrade to GTK3.0 or simply remove the chocolatery call till that packages is fixed again.