chriseldredge / Lucene.Net.Linq

LINQ provider to run native queries on a Lucene.Net index
Other
151 stars 66 forks source link

Dependancy update to Remotion.Linq #86

Closed Ph47 closed 9 years ago

Ph47 commented 9 years ago

Good day!

I am pleased to report about new version of Remotion.Linq 2.0.0-beta-002. New Entity Framework 7 beta 5 already depends on it. It is a good time to Lucene.Net.Linq too because where is no way now to use Lucene.Net.Linq with Entity Framework 7.

chriseldredge commented 9 years ago

A beta version of Lucene.Net.Linq that changes this dependency could be released, but since the Remotion.Linq version is beta we can't release a stable version of this package that depends on it.

Remotion.Linq tends to include quite a few breaking changes in their updates. I don't think this will be a trivial drop-in upgrade.

chriseldredge commented 9 years ago

This turned out to be only an hour or two of work. Mostly namespaces and types being renamed and that kind of thing.

You can grab a beta package from AppVeyor by adding https://ci.appveyor.com/nuget/lucene-net-linq-xb3x4js9jalt to your project's package sources.

The package is a beta, so you'll need the -Pre flag to install or upgrade.

Ph47 commented 9 years ago

Excellent! Thanks! I ll try you beta tomorrow.

bbqchickenrobot commented 7 years ago

Would be great to update this to use remotion 2.1!!!