I have a few projects that use MySQL Connector for .NET, either directly or through NHibernate.
Very simple question: in order to avoid maintaining the Mysql.Data.dll
assembly on every project and for keeping up-to-date with the upstream development, does anyone provide a maintained MySQL Connector for .NET/Mono package for openSUSE?
It would go through YaST just fine.
If "no one yet" is the answer, I'll simply do gacutil -i Mysql.Data.dll
as root. But an RPM could be finer :)