-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove more LINQ usage from various dotnet/runtime libraries #44964
Conversation
src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs
Show resolved
Hide resolved
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessManager.Linux.cs
Show resolved
Hide resolved
cf7bee4
to
bb22107
Compare
bb22107
to
3d81cb8
Compare
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessManager.Linux.cs
Show resolved
Hide resolved
....Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs
Show resolved
Hide resolved
...em.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs
Show resolved
Hide resolved
…urity/Cryptography/Pkcs/Rfc3161TimestampToken.cs Co-authored-by: Jeremy Barton <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extensions diff LGTM with a question.
src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The System.Diagnostics.Process
part LGTM
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessManager.Linux.cs
Show resolved
Hide resolved
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessManager.Linux.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Microsoft.Extensions changes LGTM
No description provided.