Sebastian Edelmeier
Sebastian Edelmeier

Reputation: 4167

Where can I get the latest FluentNHibernate build?

In my applications, I've used FluentNHibernate quite a lot. Unfortunately, a Visual Studio Bug has forced me to get a different FNH version, but ever since the project homepage has switched to GitHub, there is no working download link for compiled binaries anymore, so it's impossible to get a signed, strong-named version at this point.

What I've done is get the source and build my own version (using VS, not rake / albacore), which has - lacking the original .snk - no strong name / another strong name than the original. This creates some incompatibility between my assemblies, which in part use the vendor build and in part my own.

So, how the hell do you guys / gals deal with this issue? I can't be the only one looking for the latest FNH binaries, can I? Is there some continuous integration platform hosting it?

EDIT : The current source code also contains the SNK, so I can sign it like the original build and won't have any more trouble. Still, it would be great if there was a CI build available online...

Upvotes: 2

Views: 822

Answers (1)

Related Questions