-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to automated compatibility testing (#716)
- Loading branch information
1 parent
b46fb64
commit 7971869
Showing
34 changed files
with
134 additions
and
5,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
387 changes: 0 additions & 387 deletions
387
Source/SuperLinq.Async/PublicAPI/net6.0/PublicAPI.Shipped.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
Source/SuperLinq.Async/PublicAPI/net6.0/PublicAPI.Unshipped.txt
This file was deleted.
Oops, something went wrong.
387 changes: 0 additions & 387 deletions
387
Source/SuperLinq.Async/PublicAPI/net7.0/PublicAPI.Shipped.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
Source/SuperLinq.Async/PublicAPI/net7.0/PublicAPI.Unshipped.txt
This file was deleted.
Oops, something went wrong.
387 changes: 0 additions & 387 deletions
387
Source/SuperLinq.Async/PublicAPI/net8.0/PublicAPI.Shipped.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
Source/SuperLinq.Async/PublicAPI/net8.0/PublicAPI.Unshipped.txt
This file was deleted.
Oops, something went wrong.
387 changes: 0 additions & 387 deletions
387
Source/SuperLinq.Async/PublicAPI/net9.0/PublicAPI.Shipped.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
Source/SuperLinq.Async/PublicAPI/net9.0/PublicAPI.Unshipped.txt
This file was deleted.
Oops, something went wrong.
387 changes: 0 additions & 387 deletions
387
Source/SuperLinq.Async/PublicAPI/netcoreapp3.1/PublicAPI.Shipped.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
Source/SuperLinq.Async/PublicAPI/netcoreapp3.1/PublicAPI.Unshipped.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
Source/SuperLinq.Async/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt
This file was deleted.
Oops, something went wrong.
366 changes: 0 additions & 366 deletions
366
Source/SuperLinq.Async/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- https://learn.microsoft.com/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>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IEqualityComparer{``0})</Target> | ||
<Left>lib/net6.0/SuperLinq.dll</Left> | ||
<Right>lib/net8.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})</Target> | ||
<Left>lib/net6.0/SuperLinq.dll</Left> | ||
<Right>lib/net8.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{System.ValueTuple{``0,``1}},System.Collections.Generic.IEqualityComparer{``0})</Target> | ||
<Left>lib/net6.0/SuperLinq.dll</Left> | ||
<Right>lib/net8.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{System.ValueTuple{``0,``1}})</Target> | ||
<Left>lib/net6.0/SuperLinq.dll</Left> | ||
<Right>lib/net8.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.AggregateBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},``2,System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})</Target> | ||
<Left>lib/net8.0/SuperLinq.dll</Left> | ||
<Right>lib/net9.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.AggregateBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``1,``2},System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})</Target> | ||
<Left>lib/net8.0/SuperLinq.dll</Left> | ||
<Right>lib/net9.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.CountBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})</Target> | ||
<Left>lib/net8.0/SuperLinq.dll</Left> | ||
<Right>lib/net9.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.CountBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})</Target> | ||
<Left>lib/net8.0/SuperLinq.dll</Left> | ||
<Right>lib/net9.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.Index``1(System.Collections.Generic.IEnumerable{``0})</Target> | ||
<Left>lib/net8.0/SuperLinq.dll</Left> | ||
<Right>lib/net9.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.DistinctBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})</Target> | ||
<Left>lib/netcoreapp3.1/SuperLinq.dll</Left> | ||
<Right>lib/net6.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.DistinctBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})</Target> | ||
<Left>lib/netcoreapp3.1/SuperLinq.dll</Left> | ||
<Right>lib/net6.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.ElementAt``1(System.Collections.Generic.IEnumerable{``0},System.Index)</Target> | ||
<Left>lib/netcoreapp3.1/SuperLinq.dll</Left> | ||
<Right>lib/net6.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.ElementAtOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Index)</Target> | ||
<Left>lib/netcoreapp3.1/SuperLinq.dll</Left> | ||
<Right>lib/net6.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0002</DiagnosticId> | ||
<Target>M:SuperLinq.SuperEnumerable.Take``1(System.Collections.Generic.IEnumerable{``0},System.Range)</Target> | ||
<Left>lib/netcoreapp3.1/SuperLinq.dll</Left> | ||
<Right>lib/net6.0/SuperLinq.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0008</DiagnosticId> | ||
<Target>T:SuperLinq.OrderByDirection</Target> | ||
<Left>lib/net7.0/SuperLinq.dll</Left> | ||
<Right>lib/net6.0/SuperLinq.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
</Suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.