Skip to content

Commit

Permalink
Update documentation after commit 4e6c330 (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Mar 1, 2024
1 parent 4e6c330 commit 6812e66
Show file tree
Hide file tree
Showing 118 changed files with 1,134 additions and 835 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h3 id="MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_IKafkaSingletonOp

<div class="markdown level1 summary"><p>The optional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> to use for key serialization</p>
<p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.Key.Json-1.html">DefaultKEFCoreSerDes.Key.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.IKNetSerDes-1.html">IKNetSerDes&lt;T&gt;</a></p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.Key.Json-1.html">DefaultKEFCoreSerDes.Key.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.ISerDes-1.html">ISerDes&lt;T&gt;</a></p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -770,7 +770,7 @@ <h3 id="MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_IKafkaSingletonOp

<div class="markdown level1 summary"><p>The optional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> to use for value serialization</p>
<p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.ValueContainer.Json-1.html">DefaultKEFCoreSerDes.ValueContainer.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.IKNetSerDes-1.html">IKNetSerDes&lt;T&gt;</a></p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.ValueContainer.Json-1.html">DefaultKEFCoreSerDes.ValueContainer.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.ISerDes-1.html">ISerDes&lt;T&gt;</a></p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ <h3 id="MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExten

<div class="markdown level1 summary"><p>The optional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> to use for key serialization</p>
<p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.Key.Json-1.html">DefaultKEFCoreSerDes.Key.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.IKNetSerDes-1.html">IKNetSerDes&lt;T&gt;</a></p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.Key.Json-1.html">DefaultKEFCoreSerDes.Key.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.ISerDes-1.html">ISerDes&lt;T&gt;</a></p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -912,7 +912,7 @@ <h3 id="MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExten

<div class="markdown level1 summary"><p>The optional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> to use for value serialization</p>
<p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.ValueContainer.Json-1.html">DefaultKEFCoreSerDes.ValueContainer.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.IKNetSerDes-1.html">IKNetSerDes&lt;T&gt;</a></p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.ValueContainer.Json-1.html">DefaultKEFCoreSerDes.ValueContainer.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.ISerDes-1.html">ISerDes&lt;T&gt;</a></p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -1518,7 +1518,7 @@ <h3 id="MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExten

<div class="markdown level1 summary"><p>The optional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> to use for key serialization</p>
<p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.Key.Json-1.html">DefaultKEFCoreSerDes.Key.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.IKNetSerDes-1.html">IKNetSerDes&lt;T&gt;</a></p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.Key.Json-1.html">DefaultKEFCoreSerDes.Key.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.ISerDes-1.html">ISerDes&lt;T&gt;</a></p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -1938,7 +1938,7 @@ <h3 id="MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExten

<div class="markdown level1 summary"><p>The optional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> to use for value serialization</p>
<p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.ValueContainer.Json-1.html">DefaultKEFCoreSerDes.ValueContainer.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.IKNetSerDes-1.html">IKNetSerDes&lt;T&gt;</a></p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.ValueContainer.Json-1.html">DefaultKEFCoreSerDes.ValueContainer.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.ISerDes-1.html">ISerDes&lt;T&gt;</a></p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ <h3 id="MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaSingletonOpt

<div class="markdown level1 summary"><p>The optional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> to use for key serialization</p>
<p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.Key.Json-1.html">DefaultKEFCoreSerDes.Key.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.IKNetSerDes-1.html">IKNetSerDes&lt;T&gt;</a></p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.Key.Json-1.html">DefaultKEFCoreSerDes.Key.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.ISerDes-1.html">ISerDes&lt;T&gt;</a></p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -799,7 +799,7 @@ <h3 id="MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaSingletonOpt

<div class="markdown level1 summary"><p>The optional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> to use for value serialization</p>
<p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.ValueContainer.Json-1.html">DefaultKEFCoreSerDes.ValueContainer.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.IKNetSerDes-1.html">IKNetSerDes&lt;T&gt;</a></p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.ValueContainer.Json-1.html">DefaultKEFCoreSerDes.ValueContainer.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.ISerDes-1.html">ISerDes&lt;T&gt;</a></p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ <h3 id="MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_KeySerializ

<div class="markdown level1 summary"><p>The optional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> to use for key serialization</p>
<p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.Key.Json-1.html">DefaultKEFCoreSerDes.Key.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.IKNetSerDes-1.html">IKNetSerDes&lt;T&gt;</a>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.Key.Json-1.html">DefaultKEFCoreSerDes.Key.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.ISerDes-1.html">ISerDes&lt;T&gt;</a>
</p>
</div>
<div class="markdown level1 conceptual"></div>
Expand Down Expand Up @@ -1251,7 +1251,7 @@ <h3 id="MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_ValueSerial

<div class="markdown level1 summary"><p>The optional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> to use for value serialization</p>
<p>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.ValueContainer.Json-1.html">DefaultKEFCoreSerDes.ValueContainer.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.IKNetSerDes-1.html">IKNetSerDes&lt;T&gt;</a>
Default value is <a class="xref" href="MASES.EntityFrameworkCore.KNet.Serialization.Json.DefaultKEFCoreSerDes.ValueContainer.Json-1.html">DefaultKEFCoreSerDes.ValueContainer.Json&lt;T&gt;</a>, any custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> shall implement <a class="xref" href="https://knet.masesgroup.com/api/MASES.KNet.Serialization.ISerDes-1.html">ISerDes&lt;T&gt;</a>
</p>
</div>
<div class="markdown level1 conceptual"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ <h4 class="section">Returns</h4>


<h4 class="section" id="MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContextOptionsBuilder_WithUseEnumeratorWithPrefetch_System_Boolean__remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>Used only if UseCompactedReplicator is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> and UseKNetStreams is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, not available in EFCore 6
<div class="markdown level1 remarks"><p>Used only if <a class="xref" href="MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_UseCompactedReplicator">UseCompactedReplicator</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> and <a class="xref" href="MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_UseKNetStreams">UseKNetStreams</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, not available in EFCore 6
See <a href="https://aka.ms/efcore-docs-dbcontext-options">Using DbContextOptions</a>, and
<a href="https://github.com/masesgroup/KEFCore">The EF Core Kafka database provider</a> for more information and examples.</p>
</div>
Expand Down
12 changes: 12 additions & 0 deletions docs/api/MASES.EntityFrameworkCore.KNet.KEFCore.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,18 @@ <h1 id="MASES_EntityFrameworkCore_KNet_KEFCore" data-uid="MASES.EntityFrameworkC
<div>
<span class="xref">SetupJVMWrapper.EnableCriticalMethods</span>
</div>
<div>
<span class="xref">SetupJVMWrapper.EnableCriticalMethodsOnGetThreshold</span>
</div>
<div>
<span class="xref">SetupJVMWrapper.EnableCriticalMethodsOnGet</span>
</div>
<div>
<span class="xref">SetupJVMWrapper.EnableCriticalMethodsOnSetThreshold</span>
</div>
<div>
<span class="xref">SetupJVMWrapper.EnableCriticalMethodsOnSet</span>
</div>
<div>
<span class="xref">SetupJVMWrapper.JVM</span>
</div>
Expand Down
Loading

0 comments on commit 6812e66

Please sign in to comment.