You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Runtime/src/MatchingRefApiCompatBaseline.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,5 @@ CannotMakeMemberAbstract : Member 'public System.Boolean System.IO.FileSystemInf
24
24
CannotMakeMemberAbstract : Member 'public System.String System.IO.FileSystemInfo.Name.get()' is abstract in the reference but is not abstract in the implementation.
25
25
# C# generates backing fields for fixed buffers as public.
26
26
TypesMustExist : Type 'System.IO.Enumeration.FileSystemEntry.<_fileNameBuffer>e__FixedBuffer' does not exist in the reference but it does exist in the implementation.
27
-
27
+
# This API only exists on servicing builds after the commit that introduce it
28
+
MembersMustExist : Member 'public System.TimeSpan System.GC.GetTotalPauseDuration() does not exist in the reference but it does exist in the implementation.
0 commit comments