Skip to content

Commit 1def322

Browse files
committed
add .NET Framework snapshots
1 parent 6cf0169 commit 1def322

6 files changed

Lines changed: 50 additions & 0 deletions
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"ExtraMembers": [],
3+
"MissingMembers": [
4+
"System.IO.Abstractions.IDirectoryInfo CreateSubdirectory(System.String, System.Security.AccessControl.DirectorySecurity)",
5+
"System.Object GetLifetimeService()",
6+
"System.Object InitializeLifetimeService()",
7+
"System.Runtime.Remoting.ObjRef CreateObjRef(System.Type)",
8+
"Void .ctor(System.String)",
9+
"Void GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)"
10+
]
11+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ExtraMembers": [],
3+
"MissingMembers": [
4+
"System.String[] GetFileSystemEntries(System.String, System.String, System.IO.SearchOption)"
5+
]
6+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ExtraMembers": [],
3+
"MissingMembers": [
4+
"System.IO.Abstractions.IDriveInfo[] GetDrives()",
5+
"Void .ctor(System.String)"
6+
]
7+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ExtraMembers": [],
3+
"MissingMembers": [
4+
"System.Object GetLifetimeService()",
5+
"System.Object InitializeLifetimeService()",
6+
"System.Runtime.Remoting.ObjRef CreateObjRef(System.Type)",
7+
"Void .ctor(System.String)",
8+
"Void GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)"
9+
]
10+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ExtraMembers": [],
3+
"MissingMembers": [
4+
"System.IO.Stream Create(System.String, Int32, System.IO.FileOptions, System.Security.AccessControl.FileSecurity)"
5+
]
6+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ExtraMembers": [
3+
"Char get_AltDirectorySeparatorChar()",
4+
"Char get_DirectorySeparatorChar()",
5+
"Char get_PathSeparator()",
6+
"Char get_VolumeSeparatorChar()",
7+
"Char[] get_InvalidPathChars()"
8+
],
9+
"MissingMembers": []
10+
}

0 commit comments

Comments
 (0)