diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Internal.KafkaResources.html b/docs/api/MASES.EntityFrameworkCore.KNet.Internal.KafkaResources.html index fd8585b7..d264d73c 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Internal.KafkaResources.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Internal.KafkaResources.html @@ -87,7 +87,7 @@
Saved {count} entities to Kafka store.
@@ -195,7 +195,7 @@Transactions are not supported by the Kafka store. See http://go.microsoft.com/fwlink/?LinkId=800142
@@ -232,7 +232,7 @@There is no query string because the Kafka provider does not use a string-based query language.
@@ -250,11 +250,43 @@A 'GroupBy' operation which is not composed into aggregate or projection of elements is not supported.
+public static string NonComposedGroupByNotSupported { get; }
+ Unable to translate set operation after client projection has been applied. Consider moving the set operation before the last 'Select' call.
@@ -286,7 +318,7 @@Attempted to update or delete an entity that does not exist in the store.
@@ -361,7 +393,7 @@Required properties '{requiredProperties}' are missing for the instance of entity type '{entityType}'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the entity key value.
@@ -400,7 +432,7 @@Required properties '{requiredProperties}' are missing for the instance of entity type '{entityType}' with the key value '{keyValue}'.
@@ -441,7 +473,7 @@Unable to bind '{memberType}' '{member}' to entity projection of '{entityType}'.
@@ -482,7 +514,7 @@Conflicts were detected for instance of entity type '{entityType}' on the concurrency token properties {properties}. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting values.
@@ -521,7 +553,7 @@Conflicts were detected for instance of entity type '{entityType}' with the key value '{keyValue}' on the concurrency token property values {conflictingValues}, with corresponding database values {databaseValues}.
diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Query.Internal.KafkaQueryContext.html b/docs/api/MASES.EntityFrameworkCore.KNet.Query.Internal.KafkaQueryContext.html index 3f81376a..d9989fa9 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Query.Internal.KafkaQueryContext.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Query.Internal.KafkaQueryContext.html @@ -87,7 +87,7 @@Default initializer
@@ -248,7 +248,7 @@Retrieve ValueBuffer for the specified IEntityType
@@ -285,7 +285,7 @@Creates a ShapedQueryExpression for the given entity type.
@@ -407,7 +407,8 @@protected override ShapedQueryExpression CreateShapedQueryExpression(Type elementType)
+ [Obsolete]
+protected override ShapedQueryExpression CreateShapedQueryExpression(Type elementType)
Translates All<TSource>(IQueryable<TSource>, Expression<Func<TSource, bool>>) method over the given source.
@@ -513,7 +514,7 @@Translates Any<TSource>(IQueryable<TSource>) method and other overloads over the given source.
@@ -555,7 +556,7 @@Translates Average(IQueryable<decimal>) method and other overloads over the given source.
@@ -600,7 +601,7 @@Translates Cast<TResult>(IQueryable) method over the given source.
@@ -641,7 +642,7 @@Translates Concat<TSource>(IQueryable<TSource>, IEnumerable<TSource>) method over the given source.
@@ -683,7 +684,7 @@Translates Contains<TSource>(IQueryable<TSource>, TSource) method over the given source.
@@ -725,7 +726,7 @@Translates Count<TSource>(IQueryable<TSource>) method and other overloads over the given source.
@@ -767,7 +768,7 @@Translates DefaultIfEmpty<TSource>(IQueryable<TSource>) method and other overloads over the given source.
@@ -809,7 +810,7 @@Translates Distinct<TSource>(IQueryable<TSource>) method over the given source.
@@ -848,7 +849,7 @@Translates ElementAt<TSource>(IQueryable<TSource>, int) method or @@ -894,7 +895,7 @@
Translates Except<TSource>(IQueryable<TSource>, IEnumerable<TSource>) method over the given source.
@@ -936,7 +937,7 @@Translates First<TSource>(IQueryable<TSource>) method or @@ -985,7 +986,7 @@
Translates GroupBy<TSource, TKey>(IQueryable<TSource>, Expression<Func<TSource, TKey>>) method and @@ -1034,7 +1035,7 @@
Translates @@ -1087,7 +1088,7 @@
Translates Intersect<TSource>(IQueryable<TSource>, IEnumerable<TSource>) method over the given source.
@@ -1129,7 +1130,7 @@Translates @@ -1182,7 +1183,7 @@
Translates Last<TSource>(IQueryable<TSource>) method or @@ -1231,7 +1232,7 @@
@@ -1288,7 +1289,7 @@
Translates LongCount<TSource>(IQueryable<TSource>) method and other overloads over the given source.
@@ -1330,7 +1331,7 @@Translates Max<TSource>(IQueryable<TSource>) method and other overloads over the given source.
@@ -1375,7 +1376,7 @@Translates Min<TSource>(IQueryable<TSource>) method and other overloads over the given source.
@@ -1420,7 +1421,7 @@Translates OfType<TResult>(IQueryable) method over the given source.
@@ -1462,7 +1463,7 @@Translates OrderBy<TSource, TKey>(IQueryable<TSource>, Expression<Func<TSource, TKey>>) or @@ -1509,7 +1510,7 @@
Translates Reverse<TSource>(IQueryable<TSource>) method over the given source.
@@ -1548,7 +1549,7 @@Translates Select<TSource, TResult>(IQueryable<TSource>, Expression<Func<TSource, TResult>>) method over the @@ -1591,7 +1592,7 @@
Translates SelectMany<TSource, TResult>(IQueryable<TSource>, Expression<Func<TSource, IEnumerable<TResult>>>) @@ -1634,7 +1635,7 @@
Translates @@ -1681,7 +1682,7 @@
Translates Single<TSource>(IQueryable<TSource>) method or @@ -1731,7 +1732,7 @@
Translates Skip<TSource>(IQueryable<TSource>, int) method over the given source.
@@ -1773,7 +1774,7 @@Translates SkipWhile<TSource>(IQueryable<TSource>, Expression<Func<TSource, bool>>) method over the given @@ -1816,7 +1817,7 @@
Translates Sum(IQueryable<decimal>) method and other overloads over the given source.
@@ -1861,7 +1862,7 @@Translates Take<TSource>(IQueryable<TSource>, int) method over the given source.
@@ -1903,7 +1904,7 @@Translates TakeWhile<TSource>(IQueryable<TSource>, Expression<Func<TSource, bool>>) method over the given @@ -1946,7 +1947,7 @@
Translates ThenBy<TSource, TKey>(IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>) or @@ -1993,7 +1994,7 @@
Translates Union<TSource>(IQueryable<TSource>, IEnumerable<TSource>) method over the given source.
@@ -2035,7 +2036,7 @@Translates Where<TSource>(IQueryable<TSource>, Expression<Func<TSource, bool>>) method over the given source.
diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.EntityTypeProducer-4.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.EntityTypeProducer-4.html index 9008f288..93ccf431 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.EntityTypeProducer-4.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.EntityTypeProducer-4.html @@ -214,7 +214,7 @@Associated IEntityType
@@ -246,7 +246,7 @@The current ValueBuffers
@@ -282,7 +282,7 @@Stores an IEnumerable<T>
@@ -320,7 +320,7 @@Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html index 7e5882db..4962b0b2 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html @@ -271,7 +271,7 @@Creates a table for IEntityType on Apache Kafka cluster
@@ -335,7 +335,7 @@Execute the EnsureDatabaseConnected()
@@ -374,7 +374,7 @@Execute the EnsureDatabaseCreated()
@@ -415,7 +415,7 @@Execute the EnsureDatabaseDeleted()
@@ -456,7 +456,7 @@Executes a transaction
@@ -537,7 +537,7 @@Retrieve the ValueBuffer
diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTypeMapping.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTypeMapping.html index 56e6d9b9..f8f2e282 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTypeMapping.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTypeMapping.html @@ -87,7 +87,7 @@Default initializer
@@ -223,7 +223,7 @@Returns a new copy of this type mapping with the given ValueConverter @@ -263,7 +263,7 @@
Selects the appropriate value generator for a given property.
diff --git a/docs/articles/intro.html b/docs/articles/intro.html index a1ce62b4..d00cc0d5 100644 --- a/docs/articles/intro.html +++ b/docs/articles/intro.html @@ -131,7 +131,7 @@This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to coc_reporting@masesgroup.com.
+This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to coc_reporting@masesgroup.com.
diff --git a/docs/index.html b/docs/index.html index a7aa1ef1..4a9f38e5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,7 +128,7 @@This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to coc_reporting@masesgroup.com.
+This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to coc_reporting@masesgroup.com.