sergeybykov on master
CodeGen: fix ambiguous referenc… (compare)
sergeybykov on master
Make IFatalErrorHandler public … (compare)
CurrentOrleansImplementation
(I just made this up for the sake of this example). Regex currentImpl = new Regex(@"..."); var files = Directory.GetFiles(ysomePath, "*.dll").Where(path => reg.IsMatch(path))
and then feed this to the new implementation that works with a explicit list of files. This we we could have some predefined ones and one is free to supply ones own ones too. That "currentImpl" thing could, should, be wrapped so that if nothing is given, it works as currently. Or something like that