Skip to content

Commit 64b2ffb

Browse files
Daniel Mirapalhetajagregory
Daniel Mirapalheta
authored andcommitted
Workaround Mono compiler "bug" that doesnt find extensions if the namespace isnt referenced even when its a "upper" namespace.
1 parent 3100cf5 commit 64b2ffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FluentNHibernate/Utils/Reflection/ReflectionHelper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
using System.Linq.Expressions;
44
using System.Reflection;
55

6+
using FluentNHibernate;
7+
68
namespace FluentNHibernate.Utils.Reflection
79
{
810
public static class ReflectionHelper

0 commit comments

Comments
 (0)