You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/System.Linq.Dynamic.Core/Res.cs
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ internal static class Res
24
24
publicconststringFirstExprMustBeBool="The first expression must be of type 'Boolean'";
25
25
publicconststringFunctionRequiresOneArg="The '{0}' function requires one argument";
26
26
publicconststringFunctionRequiresOneNotNullArg="The '{0}' function requires one argument which is not null.";
27
+
publicconststringFunctionRequiresOneNotNullArgOfType="The '{0}' function requires one argument of type {1} which is not null.";
27
28
publicconststringHexCharExpected="Hexadecimal character expected";
28
29
publicconststringIQueryableProviderNotAsync="The provider for the source IQueryable doesn't implement IAsyncQueryProvider/IDbAsyncQueryProvider. Only providers that implement IAsyncQueryProvider/IDbAsyncQueryProvider can be used for Entity Framework asynchronous operations.";
0 commit comments