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
@@ -133,7 +135,7 @@ public static Dictionary<string, string>.Enumerator GetEnumerator(Baggage baggag
133
135
/// <param name="baggage">Optional <see cref="Baggage"/>. <see cref="Current"/> is used if not specified.</param>
134
136
/// <returns>Baggage item or <see langword="null"/> if nothing was found.</returns>
135
137
[SuppressMessage("roslyn","RS0026",Justification="TODO: fix APIs that violate the backcompt requirement - multiple overloads with optional parameters: https://github.com/dotnet/roslyn/blob/main/docs/Adding%20Optional%20Parameters%20in%20Public%20API.md.")]
/// <returns>New <see cref="Baggage"/> containing the key/value pair.</returns>
146
148
/// <remarks>Note: The <see cref="Baggage"/> returned will be set as the new <see cref="Current"/> instance.</remarks>
147
149
[SuppressMessage("roslyn","RS0026",Justification="TODO: fix APIs that violate the backcompt requirement - multiple overloads with optional parameters: https://github.com/dotnet/roslyn/blob/main/docs/Adding%20Optional%20Parameters%20in%20Public%20API.md.")]
@@ -164,7 +166,7 @@ public static Baggage SetBaggage(string name, string value, Baggage baggage = de
164
166
/// <returns>New <see cref="Baggage"/> containing the new key/value pairs.</returns>
165
167
/// <remarks>Note: The <see cref="Baggage"/> returned will be set as the new <see cref="Current"/> instance.</remarks>
166
168
[SuppressMessage("roslyn","RS0026",Justification="TODO: fix APIs that violate the backcompt requirement - multiple overloads with optional parameters: https://github.com/dotnet/roslyn/blob/main/docs/Adding%20Optional%20Parameters%20in%20Public%20API.md.")]
0 commit comments