diff --git a/src/Libraries/Microsoft.Extensions.AI.Abstractions/AdditionalPropertiesDictionary{TValue}.cs b/src/Libraries/Microsoft.Extensions.AI.Abstractions/AdditionalPropertiesDictionary{TValue}.cs index 0c8afb3ce06..21d1daf2820 100644 --- a/src/Libraries/Microsoft.Extensions.AI.Abstractions/AdditionalPropertiesDictionary{TValue}.cs +++ b/src/Libraries/Microsoft.Extensions.AI.Abstractions/AdditionalPropertiesDictionary{TValue}.cs @@ -143,10 +143,10 @@ void ICollection>.CopyTo(KeyValuePair>.Remove(KeyValuePair item) => ((ICollection>)_dictionary).Remove(item); /// Attempts to extract a typed value from the dictionary. - /// Specifies the type of the value to be retrieved. + /// The type of the value to be retrieved. /// The key to locate. /// - /// The value retrieved from the dictionary, if found and successfully converted to the requested type; + /// When this method returns, contains the value retrieved from the dictionary, if found and successfully converted to the requested type; /// otherwise, the default value of . /// /// diff --git a/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs b/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs index 345d604f5cd..7080cae5bea 100644 --- a/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs +++ b/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs @@ -43,10 +43,10 @@ public class FakeHostOptions /// public bool FakeLogging { get; set; } = true; - /// + /// public bool ValidateScopes { get; set; } = true; - /// + /// public bool ValidateOnBuild { get; set; } = true; ///