From cb5762d47a36e00e083754302ee7ba8d5ca739ef Mon Sep 17 00:00:00 2001 From: Marcel Koester Date: Thu, 29 Jun 2023 17:15:16 +0200 Subject: [PATCH] Adapted supressions. --- .../CompatibilitySuppressions.xml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Src/ILGPU.Algorithms/CompatibilitySuppressions.xml b/Src/ILGPU.Algorithms/CompatibilitySuppressions.xml index 2f7dfb841c..a55804db79 100644 --- a/Src/ILGPU.Algorithms/CompatibilitySuppressions.xml +++ b/Src/ILGPU.Algorithms/CompatibilitySuppressions.xml @@ -1,4 +1,39 @@  + + CP0006 + M:ILGPU.Algorithms.Random.IRandomProvider`1.CreateProvider(ILGPU.Algorithms.Random.XorShift128Plus) + lib/net471/ILGPU.Algorithms.dll + lib/net471/ILGPU.Algorithms.dll + true + + + CP0006 + M:ILGPU.Algorithms.Random.IRandomProvider`1.CreateProvider(ILGPU.Algorithms.Random.XorShift128Plus) + lib/net5.0/ILGPU.Algorithms.dll + lib/net5.0/ILGPU.Algorithms.dll + true + + + CP0006 + M:ILGPU.Algorithms.Random.IRandomProvider`1.CreateProvider(ILGPU.Algorithms.Random.XorShift128Plus) + lib/net6.0/ILGPU.Algorithms.dll + lib/net6.0/ILGPU.Algorithms.dll + true + + + CP0006 + M:ILGPU.Algorithms.Random.IRandomProvider`1.CreateProvider(ILGPU.Algorithms.Random.XorShift128Plus) + lib/net7.0/ILGPU.Algorithms.dll + lib/net7.0/ILGPU.Algorithms.dll + true + + + CP0006 + M:ILGPU.Algorithms.Random.IRandomProvider`1.CreateProvider(ILGPU.Algorithms.Random.XorShift128Plus) + lib/netstandard2.1/ILGPU.Algorithms.dll + lib/netstandard2.1/ILGPU.Algorithms.dll + true + \ No newline at end of file