From 492717f29bcaf6c80a016beb4ffde9080e490388 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 27 Nov 2024 23:19:33 +1100 Subject: [PATCH 1/2] fix broken xml docs --- hosts/AspNetIdentity/Pages/Telemetry.cs | 2 +- hosts/Configuration/Pages/Telemetry.cs | 2 +- hosts/EntityFramework/Pages/Telemetry.cs | 2 +- hosts/main/Pages/Telemetry.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/AspNetIdentity/Pages/Telemetry.cs b/hosts/AspNetIdentity/Pages/Telemetry.cs index f94b8c363..eb5d474b8 100644 --- a/hosts/AspNetIdentity/Pages/Telemetry.cs +++ b/hosts/AspNetIdentity/Pages/Telemetry.cs @@ -90,7 +90,7 @@ public static void ConsentGranted(string clientId, IEnumerable scopes, b } /// - /// Helper method to increase counter. The scopes + /// Helper method to increase counter. The scopes /// are expanded and called one by one to not cause a combinatory explosion of scopes. /// /// Client id diff --git a/hosts/Configuration/Pages/Telemetry.cs b/hosts/Configuration/Pages/Telemetry.cs index f94b8c363..eb5d474b8 100644 --- a/hosts/Configuration/Pages/Telemetry.cs +++ b/hosts/Configuration/Pages/Telemetry.cs @@ -90,7 +90,7 @@ public static void ConsentGranted(string clientId, IEnumerable scopes, b } /// - /// Helper method to increase counter. The scopes + /// Helper method to increase counter. The scopes /// are expanded and called one by one to not cause a combinatory explosion of scopes. /// /// Client id diff --git a/hosts/EntityFramework/Pages/Telemetry.cs b/hosts/EntityFramework/Pages/Telemetry.cs index f94b8c363..eb5d474b8 100644 --- a/hosts/EntityFramework/Pages/Telemetry.cs +++ b/hosts/EntityFramework/Pages/Telemetry.cs @@ -90,7 +90,7 @@ public static void ConsentGranted(string clientId, IEnumerable scopes, b } /// - /// Helper method to increase counter. The scopes + /// Helper method to increase counter. The scopes /// are expanded and called one by one to not cause a combinatory explosion of scopes. /// /// Client id diff --git a/hosts/main/Pages/Telemetry.cs b/hosts/main/Pages/Telemetry.cs index 3bafe1bea..50fc494e9 100644 --- a/hosts/main/Pages/Telemetry.cs +++ b/hosts/main/Pages/Telemetry.cs @@ -90,7 +90,7 @@ public static void ConsentGranted(string clientId, IEnumerable scopes, b } /// - /// Helper method to increase counter. The scopes + /// Helper method to increase counter. The scopes /// are expanded and called one by one to not cause a combinatory explosion of scopes. /// /// Client id From 1c65bc1112d4404e8e7c624aec6f1d4a1a431b25 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 27 Nov 2024 23:20:46 +1100 Subject: [PATCH 2/2] Update Telemetry.cs --- hosts/EntityFramework/Pages/Telemetry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/EntityFramework/Pages/Telemetry.cs b/hosts/EntityFramework/Pages/Telemetry.cs index eb5d474b8..697c20cac 100644 --- a/hosts/EntityFramework/Pages/Telemetry.cs +++ b/hosts/EntityFramework/Pages/Telemetry.cs @@ -123,7 +123,7 @@ public static void UserLogin(string? clientId, string idp) => UserLoginCounter.Add(1, new(Tags.Client, clientId), new(Tags.Idp, idp)); /// - /// Helper method to increase counter on failure. /// /// Client Id, if available /// Error message