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
This workaround requires dual lookup if the key is missing, which suggests to me that a JsonObject.TryAddmethod similar to the one in #107947 might be necessary.
eiriktsarpalis
changed the title
This workaround requires dual lookup if the key is missing, which suggests to me that a JsonObject.TryAddmethod similar to the one in https://github.com/dotnet/runtime/issues/107947 might be necessary.
Add a JsonObject.TryAdd method.
Nov 28, 2024
Originally posted by @eiriktsarpalis in dotnet/aspire#6312 (comment)
API Proposal
Exposing the APIs as approved for
OrderedDictionary
toJsonObject
:The text was updated successfully, but these errors were encountered: