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/Z.EntityFramework.Plus.EF5.NET40/ExceptionMessage.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ internal class ExceptionMessage
24
24
publicstaticstringBatchOperations_AssemblyNotFound="Oops! The assembly 'Microsoft.EntityFrameworkCore.SqlServer' could not be found. This feature is only supported for SQL Server for .NET Core. For more information, contact us: [email protected]";
25
25
#endif
26
26
#if FULL||QUERY_CACHE
27
-
publicstaticstringQueryCache_FirstTagNullOrEmpty="Oops! The option 'ForceFirstTagAsCacheKey' is enabled but we found no tag, an empty string, or a null string instead. Make sure a tag is provided, and it's not null or empty. For more information, contact us: [email protected]";
27
+
publicstaticstringQueryCache_FirstTagNullOrEmpty="Oops! The option 'UseFirstTagAsCacheKey' is enabled but we found no tag, an empty tag string, or a null tag string instead. Make sure a tag is provided, and it's not null or empty. For more information, contact us: [email protected]";
28
+
publicstaticstringQueryCache_UseTagsNullOrEmpty="Oops! The option 'UseTagsAsCacheKey' is enabled but we found no tag, an empty tag string, or a null tag string instead. Make sure a tag is provided, and it's not null or empty. For more information, contact us: [email protected]";
28
29
#endif
29
30
#if FULL||QUERY_INCLUDEFILTER
30
31
publicstaticstringQueryIncludeFilter_ArgumentExpression="Oops! immediate method with expression argument are not supported in EF+ Query IncludeFilter. For more information, contact us: [email protected]";
Copy file name to clipboardExpand all lines: src/Z.EntityFramework.Plus.EF5/ExceptionMessage.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ internal class ExceptionMessage
24
24
publicstaticstringBatchOperations_AssemblyNotFound="Oops! The assembly 'Microsoft.EntityFrameworkCore.SqlServer' could not be found. This feature is only supported for SQL Server for .NET Core. For more information, contact us: [email protected]";
25
25
#endif
26
26
#if FULL||QUERY_CACHE
27
-
publicstaticstringQueryCache_FirstTagNullOrEmpty="Oops! The option 'ForceFirstTagAsCacheKey' is enabled but we found no tag, an empty string, or a null string instead. Make sure a tag is provided, and it's not null or empty. For more information, contact us: [email protected]";
27
+
publicstaticstringQueryCache_FirstTagNullOrEmpty="Oops! The option 'UseFirstTagAsCacheKey' is enabled but we found no tag, an empty tag string, or a null tag string instead. Make sure a tag is provided, and it's not null or empty. For more information, contact us: [email protected]";
28
+
publicstaticstringQueryCache_UseTagsNullOrEmpty="Oops! The option 'UseTagsAsCacheKey' is enabled but we found no tag, an empty tag string, or a null tag string instead. Make sure a tag is provided, and it's not null or empty. For more information, contact us: [email protected]";
28
29
#endif
29
30
#if FULL||QUERY_INCLUDEFILTER
30
31
publicstaticstringQueryIncludeFilter_ArgumentExpression="Oops! immediate method with expression argument are not supported in EF+ Query IncludeFilter. For more information, contact us: [email protected]";
0 commit comments