From 1e6f165bd7b7c553dfd4c84347d9ea32bd2b256a Mon Sep 17 00:00:00 2001 From: westey <164392973+westey-m@users.noreply.github.com> Date: Thu, 6 Mar 2025 14:02:48 +0000 Subject: [PATCH] Fix suppression issue --- .../CompatibilitySuppressions.xml | 74 ------------------- 1 file changed, 74 deletions(-) delete mode 100644 dotnet/src/SemanticKernel.Core/CompatibilitySuppressions.xml diff --git a/dotnet/src/SemanticKernel.Core/CompatibilitySuppressions.xml b/dotnet/src/SemanticKernel.Core/CompatibilitySuppressions.xml deleted file mode 100644 index 6c9084abb2ce..000000000000 --- a/dotnet/src/SemanticKernel.Core/CompatibilitySuppressions.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - CP0002 - M:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2.DeleteAsync(`0,Microsoft.Extensions.VectorData.DeleteRecordOptions,System.Threading.CancellationToken) - lib/net8.0/Microsoft.SemanticKernel.Core.dll - lib/net8.0/Microsoft.SemanticKernel.Core.dll - true - - - CP0002 - M:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2.DeleteBatchAsync(System.Collections.Generic.IEnumerable{`0},Microsoft.Extensions.VectorData.DeleteRecordOptions,System.Threading.CancellationToken) - lib/net8.0/Microsoft.SemanticKernel.Core.dll - lib/net8.0/Microsoft.SemanticKernel.Core.dll - true - - - CP0002 - M:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2.UpsertAsync(`1,Microsoft.Extensions.VectorData.UpsertRecordOptions,System.Threading.CancellationToken) - lib/net8.0/Microsoft.SemanticKernel.Core.dll - lib/net8.0/Microsoft.SemanticKernel.Core.dll - true - - - CP0002 - M:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2.UpsertBatchAsync(System.Collections.Generic.IEnumerable{`1},Microsoft.Extensions.VectorData.UpsertRecordOptions,System.Threading.CancellationToken) - lib/net8.0/Microsoft.SemanticKernel.Core.dll - lib/net8.0/Microsoft.SemanticKernel.Core.dll - true - - - CP0002 - M:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2.VectorizedSearchAsync``1(``0,Microsoft.Extensions.VectorData.VectorSearchOptions,System.Threading.CancellationToken) - lib/net8.0/Microsoft.SemanticKernel.Core.dll - lib/net8.0/Microsoft.SemanticKernel.Core.dll - true - - - CP0002 - M:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2.DeleteAsync(`0,Microsoft.Extensions.VectorData.DeleteRecordOptions,System.Threading.CancellationToken) - lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll - lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll - true - - - CP0002 - M:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2.DeleteBatchAsync(System.Collections.Generic.IEnumerable{`0},Microsoft.Extensions.VectorData.DeleteRecordOptions,System.Threading.CancellationToken) - lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll - lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll - true - - - CP0002 - M:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2.UpsertAsync(`1,Microsoft.Extensions.VectorData.UpsertRecordOptions,System.Threading.CancellationToken) - lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll - lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll - true - - - CP0002 - M:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2.UpsertBatchAsync(System.Collections.Generic.IEnumerable{`1},Microsoft.Extensions.VectorData.UpsertRecordOptions,System.Threading.CancellationToken) - lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll - lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll - true - - - CP0002 - M:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2.VectorizedSearchAsync``1(``0,Microsoft.Extensions.VectorData.VectorSearchOptions,System.Threading.CancellationToken) - lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll - lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll - true - - \ No newline at end of file