Re: Lucene.Net 3.0.3 and medium trust

2012-08-18 Thread Christopher Currens
Nick, " All you have to do is create a new AppDomain properly and marshal the call into that app domain." Ah yes, the "properly" part of creating the AppDomain was the root of my issue. Running code in a different app domain was the easy part, especially since manyobjects we use inherit from MBRO

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 co

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: 3.0.3 Pre-Release Nuget Packages

2012-08-18 Thread Itamar Syn-Hershko
Actively working on it as we speak, should be ready by Tuesday. Up to you :) On Sat, Aug 18, 2012 at 10:43 PM, Prescott Nasser wrote: > > > > 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

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 want