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
// [Obsolete("This type must manually implement ISpanFormattable, since the wrapped underlying type does not implement ISpanFormattable.", error: true)]
110
-
// [OverloadResolutionPriority(Int32.MinValue)]
111
-
// public bool TryFormat(Span<char> destination, out int charsWritten, ReadOnlySpan<char> format, IFormatProvider? provider,
112
-
// [CallerLineNumber] int callerLineNumber = -1)
113
-
// {
114
-
// throw new NotSupportedException($"Type {typeof(TWrapper).Name} does not support span formatting.");
// [Obsolete("This type must manually implement IUtf8SpanFormattable, since the wrapped underlying type does not implement IUtf8SpanFormattable.", error: true)]
155
-
// [OverloadResolutionPriority(Int32.MinValue)]
156
-
// public bool TryFormat(Span<byte> utf8Destination, out int bytesWritten, ReadOnlySpan<char> format, IFormatProvider? provider,
157
-
// [CallerLineNumber] int callerLineNumber = -1)
158
-
// {
159
-
// throw new NotSupportedException($"Type {typeof(TWrapper).Name} does not support UTF-8 span formatting.");
// [Obsolete("This type must manually implement ISpanParsable<T>, since the wrapped underlying type does not implement ISpanParsable<T>.", error: true)]
75
-
// [OverloadResolutionPriority(Int32.MinValue)]
76
-
// public static bool TryParse(ReadOnlySpan<char> s, IFormatProvider? provider, [MaybeNullWhen(false)] out TWrapper result,
77
-
// [CallerLineNumber] int callerLineNumber = -1)
78
-
// {
79
-
// throw new NotSupportedException($"Type {typeof(TWrapper).Name} does not support span parsing.");
80
-
// }
81
-
82
-
// [Obsolete("ISpanParsable<T> was not properly implemented on this type.", error: true)]
83
-
// [OverloadResolutionPriority(Int32.MinValue)]
84
-
// public static TWrapper Parse(ReadOnlySpan<char> s, IFormatProvider? provider,
85
-
// [CallerLineNumber] int callerLineNumber = -1)
86
-
// {
87
-
// throw new NotSupportedException($"Type {typeof(TWrapper).Name} does not support span parsing.");
// [Obsolete("This type must manually implement IUtf8SpanParsable<T>, since the wrapped underlying type does not implement IUtf8SpanParsable<T>.", error: true)]
139
-
// [OverloadResolutionPriority(Int32.MinValue)]
140
-
// public static bool TryParse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider, [MaybeNullWhen(false)] out TWrapper result,
141
-
// [CallerLineNumber] int callerLineNumber = -1)
142
-
// {
143
-
// throw new NotSupportedException($"Type {typeof(TWrapper).Name} does not support UTF-8 span parsing.");
144
-
// }
145
-
146
-
// [Obsolete("This type must manually implement IUtf8SpanParsable<T>, since the wrapped underlying type does not implement IUtf8SpanParsable<T>.", error: true)]
147
-
// [OverloadResolutionPriority(Int32.MinValue)]
148
-
// public static TWrapper Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider,
149
-
// [CallerLineNumber] int callerLineNumber = -1)
150
-
// {
151
-
// throw new NotSupportedException($"Type {typeof(TWrapper).Name} does not support UTF-8 span parsing.");
0 commit comments