That was the inner exception message, the outer is "Error while compiling rule unittestrule2: Method 'SomeMethod' on type 'SomeType' is not accessible."
Can someone please point me to where RuleParameters have changed so drastically?
var rp = new RuleParameter("utils", new SomeType());
var resultList = await bre.ExecuteAllRulesAsync("Default", rp);
And of course the bre included the call to utils.SomeMethod.