The :: operator doesn't seem to work in this case. You can't specify
an assembly::whateveronly global::whatever. What about using
System.Runtime.CompilerServices.InternalsVisibleToAttribute to handle
the test project while keeping IInvocation internal?
Thanks,
Ryan
On Jun 30, 7:14 pm, "Ayende Rahien" <
aye...@ayende.com> wrote:
> You can use assembly names to handle that.
> global::Foo.Bar
> rhino::Foo.Bar
>
> On Tue, Jul 1, 2008 at 12:10 AM, Roelof Blom <
roelof.b...@gmail.com> wrote:
> > The tests won't compile without that line.
>