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