horn

What is a real-world application for HORN?

為{幸葍}努か 提交于 2019-12-21 20:44:55
问题 I've been hearing a bit about HORN lately, and wonder what problems it can solve or how a real life situation of using it is beneficial. http://code.google.com/p/hornget/ 回答1: I have written most of the code for horn and the objective is to be a package manager with an analogy with rubygems. We want to up OSS adoption by making it ridiculously obvious to get and use OSS packages. For example if I want Nhibernate we can simply command: horn -install:nhibernate etc. We also want to smooth the

Signing an unsigned assembly

我只是一个虾纸丫 提交于 2019-12-04 17:45:59
问题 The recent upgrade of NHibernate 2.1 has brought a mega headache situation to the surface. It seems most of the projects build by default as signed assemblies. For example fluentnhibernate references the keyfile fluent.snk. Nhibernate.search builds unsigned from what I can gather and will not build signed that is if you reference a generated keyfile, you get the error: Referenced assembly 'Lucene.Net' does not have a strong name This means projects like castle.activerecord that have

What is a real-world application for HORN?

对着背影说爱祢 提交于 2019-12-04 13:15:51
I've been hearing a bit about HORN lately, and wonder what problems it can solve or how a real life situation of using it is beneficial. http://code.google.com/p/hornget/ I have written most of the code for horn and the objective is to be a package manager with an analogy with rubygems. We want to up OSS adoption by making it ridiculously obvious to get and use OSS packages. For example if I want Nhibernate we can simply command: horn -install:nhibernate etc. We also want to smooth the upgrade path. A lot of .NET OSS uses other OSS and they generally all have differing version of oss. For