From c0c0cdca4b35a268996733de1e2e9e7f6ca155e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sat, 3 Jun 2023 17:31:52 +0200 Subject: [PATCH] Update OpenIddictClientSystemIntegrationOptions.ApplicationDiscriminator's documentation to clarify it is not used when PipeName is explicitly set --- .../OpenIddictClientSystemIntegrationOptions.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationOptions.cs b/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationOptions.cs index fdd775d5..24211293 100644 --- a/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationOptions.cs +++ b/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationOptions.cs @@ -81,6 +81,9 @@ public sealed class OpenIddictClientSystemIntegrationOptions /// Gets or sets the application discriminator used to define a static /// pipe name that will be shared by all the instances of the application. /// + /// + /// Note: this property is not used when is explicitly set. + /// public string? ApplicationDiscriminator { get; set; } ///