RE: 3.0.3 Pre-Release Nuget Packages

2012-08-18 Thread Prescott Nasser
Itamar - can you provide a status update on what work you've done on the Geometry stuff? If it's something that you're close on, could we commit it to the trunk and 3.0.3 branch so that the community could try their hand at finishing it? If not, I think we should move without it. I don't

RE: 3.0.3 Pre-Release Nuget Packages

2012-08-18 Thread Prescott Nasser
Alright, that's reasonable. Shoot us an email when you've got it complete, I will cut another lucene.net.contrib pre-release package for nuget, and give the community until next weekend to vet it. Meanwhile - Does anyone know how to run RAT against the 3.0.3 branch? I'd like to get a report on

RE: Lucene.Net 3.0.3 and medium trust

2012-08-18 Thread Nicholas Paldino [.NET/C# MVP]
Chris, All you have to do is create a new AppDomain properly and marshal the call into that app domain. You'll need a wrapper that derives from MarshalByRefObject so the call is marshaled; it's in the marshaled call that you do your test work and then marshal the results for