BasicExpressionVisitor in the core EF code is now public. However, the providers are still using copies of this class that were made when it was internal. It should be possible to update them to use the common public class.
↧