Probably bad form to overload the LinqKit namespace since it's not mine and it may one day become a dependency here.

pull/2/head
Sean McArde 2023-03-17 10:09:35 -07:00
parent 5ae2e46eda
commit 5ae57ade04
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@

using System.Linq.Expressions;
using System.Text.RegularExpressions;
using LinqKit;
namespace McRule;

View File

@ -1,6 +1,6 @@
using System.Linq.Expressions;
namespace LinqKit;
namespace McRule;
// Taken from LinqKit, Joseph Albahari. Man is a legend.
// LINQKit Copyright (c) 2007-2009 Joseph Albahari, Tomas Petricek