EntityFramework-Effort icon indicating copy to clipboard operation
EntityFramework-Effort copied to clipboard

Wrong number of string.Format Arguments in CanonicalFunctions.cs Line 475

Open wertzui opened this issue 10 years ago • 0 comments

The File CanonicalFunctions.cs in the nameSpace Effort.Internal.DbCommandTreeTransformation has an invalid Format string in Line 475.

throw new NotSupportedException(
    string.Format("Type '{2}' is not supported for '{0}' date function ",
        function.FullName, 
        firstArg.Name));

wertzui avatar Nov 23 '15 13:11 wertzui