-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove more LINQ usage from various dotnet/runtime libraries (#44964)
* Remove unnecessary OrderBy / copy from MemoryCache.Compact * Replace First() in ILEmitResolverBuilder with [0] * Remove stale "using System.Linq;" from System.Text.Json * Remove stale "using System.Linq;" from System.Security.Cryptography.X509Certificates * Remove some LINQ usage from System.Security.Cryptography.Pkcs * Remove System.Linq reference from System.Private.Xml * Remove System.Linq reference from System.Net.WebHeaderCollection * Remove stale "using System.Linq;" from CookieContainer * Remove stale "using System.Linq;" from AltSvcHeaderParser * Remove Enumerable.Contains on a string from System.IO.Packaging * Remove System.Linq dependency from System.Diagnostics.Process * Remove LINQ usage from Microsoft.Extensions.Options * Remove LINQ usage from Microsoft.Extensions.Logging * Remove LINQ usage from Microsoft.Extensions.Logging.Console * Remove LINQ from CollectionExtensions.GetAssets/RuntimeFiles * Update src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs Co-authored-by: Jeremy Barton <jbarton@microsoft.com> Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
- Loading branch information
1 parent
8d38285
commit f9a8abc
Showing
27 changed files
with
150 additions
and
168 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
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
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
2 changes: 0 additions & 2 deletions
2
...braries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs
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
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.