Skip to content

Commit

Permalink
Adapted supressions.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rs-mt committed Jun 29, 2023
1 parent a7337c0 commit cb5762d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Src/ILGPU.Algorithms/CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Suppression>
<DiagnosticId>CP0006</DiagnosticId>
<Target>M:ILGPU.Algorithms.Random.IRandomProvider`1.CreateProvider(ILGPU.Algorithms.Random.XorShift128Plus)</Target>
<Left>lib/net471/ILGPU.Algorithms.dll</Left>
<Right>lib/net471/ILGPU.Algorithms.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0006</DiagnosticId>
<Target>M:ILGPU.Algorithms.Random.IRandomProvider`1.CreateProvider(ILGPU.Algorithms.Random.XorShift128Plus)</Target>
<Left>lib/net5.0/ILGPU.Algorithms.dll</Left>
<Right>lib/net5.0/ILGPU.Algorithms.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0006</DiagnosticId>
<Target>M:ILGPU.Algorithms.Random.IRandomProvider`1.CreateProvider(ILGPU.Algorithms.Random.XorShift128Plus)</Target>
<Left>lib/net6.0/ILGPU.Algorithms.dll</Left>
<Right>lib/net6.0/ILGPU.Algorithms.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0006</DiagnosticId>
<Target>M:ILGPU.Algorithms.Random.IRandomProvider`1.CreateProvider(ILGPU.Algorithms.Random.XorShift128Plus)</Target>
<Left>lib/net7.0/ILGPU.Algorithms.dll</Left>
<Right>lib/net7.0/ILGPU.Algorithms.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0006</DiagnosticId>
<Target>M:ILGPU.Algorithms.Random.IRandomProvider`1.CreateProvider(ILGPU.Algorithms.Random.XorShift128Plus)</Target>
<Left>lib/netstandard2.1/ILGPU.Algorithms.dll</Left>
<Right>lib/netstandard2.1/ILGPU.Algorithms.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>

0 comments on commit cb5762d

Please sign in to comment.