summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/ValueTuple.cs
AgeCommit message (Collapse)AuthorFilesLines
2018-09-21Fix copy-paste error in xml doc comment (dotnet/corefx#32388)Andrew Arnott1-1/+1
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes ↵Santiago Fernandez Madero1-0/+9
from mscorlib in netfx" (#19784) This reverts commit 4fb001d431e0f44df15709f02f776e565fec14c7.
2018-08-29Remove not necessary type forwarded from attributes when type comes from ↵Santiago Fernandez Madero1-9/+0
mscorlib in netfx
2018-05-21Code cleanup and formatting for System.Memory files. (#17451)Ahson Khan1-7/+7
* Fix IDE0034 C# expression can be simplified (use of default) * Remove unnecessary using statements * IDE0012 C# Name can be simplified. String -> string * IDE0041 C# Null check can be simplified * Fix code formatting (limited to Span/System.Memory files). * Address PR feedback - IDE0012 Name can be simplified (String -> string) * Add back the necessary using statements and fix typo * Fix comment typo and add necessary using statements
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+2333
* diff from just renaming folder mscorlib to System.Private.CoreLib * Updating build.proj to reflect name change Fixes: #17905