-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure the generic math interfaces are implemented implicitly where p…
…ossible (#66748) * Updating generic math interfaces to be implicitly implemented where possible * Resolve a build error in OdbcConnection caused by new Parse APIs * Revert "Resolve a build error in OdbcConnection caused by new Parse APIs" This reverts commit 6fd7ec7. * Suppress CA1846 for System.Data.Odbc * Updating the xml doc comments for exposed constants
- Loading branch information
1 parent
a1bc0f3
commit 7f2cdc5
Showing
23 changed files
with
3,292 additions
and
4,067 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
244 changes: 126 additions & 118 deletions
244
src/libraries/System.Private.CoreLib/src/System/Byte.cs
Large diffs are not rendered by default.
Oops, something went wrong.
233 changes: 120 additions & 113 deletions
233
src/libraries/System.Private.CoreLib/src/System/Char.cs
Large diffs are not rendered by default.
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
Oops, something went wrong.