This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch ignite-27278
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-27278 by this push:
new b020688e20f wip PartitionManager
b020688e20f is described below
commit b020688e20f5053c64df896798d00f317d54e0f5
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Tue Dec 23 12:30:50 2025 +0200
wip PartitionManager
---
modules/platforms/dotnet/Apache.Ignite/Internal/Compute/Compute.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/platforms/dotnet/Apache.Ignite/Internal/Compute/Compute.cs
b/modules/platforms/dotnet/Apache.Ignite/Internal/Compute/Compute.cs
index 8167d42ea6f..863e0d57690 100644
--- a/modules/platforms/dotnet/Apache.Ignite/Internal/Compute/Compute.cs
+++ b/modules/platforms/dotnet/Apache.Ignite/Internal/Compute/Compute.cs
@@ -646,7 +646,7 @@ namespace Apache.Ignite.Internal.Compute
.ConfigureAwait(false);
[UnconditionalSuppressMessage("Trimming", "IL2026", Justification
= "Unreachable with IMapper.")]
- [UnconditionalSuppressMessage("Trimming", "IL3050", Justification
= "Unreachable with IMapper")]
+ [UnconditionalSuppressMessage("Trimming", "IL3050", Justification
= "Unreachable with IMapper.")]
static IRecordSerializerHandler<TKey> GetSerializerHandler(Table
table)
{
if (!RuntimeFeature.IsDynamicCodeSupported)