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/Smdn.Fundamental.MimeType/Smdn/MimeType.IParseable.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ out var ret
98
98
}
99
99
100
100
#if OBSOLETE_MEMBER
101
-
[Obsolete($"The return type of this method will be changed to MimeType in the future release. Use Use Smdn.Formats.Mime.{nameof(MimeTypeStringExtensions)}.{nameof(MimeTypeStringExtensions.Split)}() instead.")]
101
+
[Obsolete($"The return type of this method will be changed to MimeType in the future release. Use Smdn.Formats.Mime.{nameof(MimeTypeStringExtensions)}.{nameof(MimeTypeStringExtensions.Split)}() instead.")]
0 commit comments