Skip to content

Commit 758bdf8

Browse files
author
Kolawole Alaba
committed
update xml
1 parent 0b94808 commit 758bdf8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/sdk/PnP.Core/Services/Builder/PnPCoreServiceCollectionExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class PnPCoreServiceCollectionExtensions
1515
/// </summary>
1616
/// <remarks>
1717
/// <para>
18-
/// Optionally additional configuration can be provided for <see cref="SharePointRestClient"/> and/or <see cref="MicrosoftGraphClient"/>
18+
/// Optional additional configuration can be provided for <see cref="SharePointRestClient"/> and/or <see cref="MicrosoftGraphClient"/>
1919
/// </para>
2020
/// </remarks>
2121
/// <param name="services">The collection of services in an <see cref="IServiceCollection" /></param>
@@ -34,7 +34,7 @@ public static IPnPCoreBuilder AddPnPCore(this IServiceCollection services,
3434
/// </summary>
3535
/// <remarks>
3636
/// <para>
37-
/// Optionally additional configuration can be provided for <see cref="SharePointRestClient"/> and/or <see cref="MicrosoftGraphClient"/>
37+
/// Optional additional configuration can be provided for <see cref="SharePointRestClient"/> and/or <see cref="MicrosoftGraphClient"/>
3838
/// </para>
3939
/// </remarks>
4040
/// <param name="services">The collection of services in an <see cref="IServiceCollection" /></param>

src/sdk/PnP.Core/Services/Core/PnPContextFactoryCollectionExtensions.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static class PnPContextFactoryCollectionExtensions
1919
/// </summary>
2020
/// <remarks>
2121
/// <para>
22-
/// Optionally additional configuration can be provided for <see cref="SharePointRestClient"/> and/or <see cref="MicrosoftGraphClient"/>
22+
/// Optional additional configuration can be provided for <see cref="SharePointRestClient"/> and/or <see cref="MicrosoftGraphClient"/>
2323
/// </para>
2424
/// </remarks>
2525
/// <param name="collection">Collection of loaded services</param>
@@ -47,7 +47,7 @@ public static IServiceCollection AddPnPContextFactory(this IServiceCollection co
4747
/// </summary>
4848
/// <remarks>
4949
/// <para>
50-
/// Optionally additional configuration can be provided for <see cref="SharePointRestClient"/> and/or <see cref="MicrosoftGraphClient"/>
50+
/// Optional additional configuration can be provided for <see cref="SharePointRestClient"/> and/or <see cref="MicrosoftGraphClient"/>
5151
/// </para>
5252
/// </remarks>
5353
/// <param name="collection">Collection of loaded services</param>
@@ -134,7 +134,6 @@ private static IServiceCollection AddHttpClients(this IServiceCollection collect
134134
});
135135
microsoftGraphBuilder = collection.AddHttpClient<MicrosoftGraphClient>()
136136
.AddHttpMessageHandler<MicrosoftGraphRetryHandler>()
137-
.
138137
.ConfigurePrimaryHttpMessageHandler(() => new HttpClientHandler()
139138
{
140139
AutomaticDecompression = DecompressionMethods.GZip

0 commit comments

Comments
 (0)