Skip to content

Commit af1afd9

Browse files
committed
Fix System.Memory vendoring
1 parent 60bb871 commit af1afd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tracer/build/_build/UpdateVendors/VendoredDependency.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ private static string FixSystemMemory(string filePath, string contents)
759759
new("NotSupported_CannotCallGetHashCodeOnSpan", "GetHashCode() on Span and ReadOnlySpan is not supported."),
760760
new("OutstandingReferences", "Release all references before disposing this instance."),
761761
new("UnexpectedSegmentType", "Unexpected segment type."),
762+
new("Argument_GWithPrecisionNotSupported", "The 'G' format combined with a precision is not supported.")
762763
};
763764

764765
foreach (var kvp in resourceReplacements)

0 commit comments

Comments
 (0)