Skip to content

Commit 6cca632

Browse files
committed
Attempt to silent the warning
1 parent 1899d2d commit 6cca632

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libraries/System.Runtime/src/MatchingRefApiCompatBaseline.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ CannotMakeMemberAbstract : Member 'public System.Boolean System.IO.FileSystemInf
2424
CannotMakeMemberAbstract : Member 'public System.String System.IO.FileSystemInfo.Name.get()' is abstract in the reference but is not abstract in the implementation.
2525
# C# generates backing fields for fixed buffers as public.
2626
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

Comments
 (0)