We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4061460 commit 587b6bfCopy full SHA for 587b6bf
src/sdk/CHANGELOG.md
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
11
### Added
12
13
- Support for reading Alerts [jansenbe - Bert Jansen]
14
+- Allow optional configuration of used SharePointRestClient and MicrosoftGraphClient #1659 [kola-tm]
15
16
### Changed
17
src/sdk/PnP.Core.Test/Base/SetupTests.cs
@@ -93,7 +93,7 @@ public void PnPContextFactory()
93
Assert.ThrowsException<ArgumentNullException>(() =>
94
{
95
ServiceCollection services = new ServiceCollection();
96
- services.AddPnPContextFactory(null);
+ services.AddPnPContextFactory(null, null, null);
97
});
98
}
99
0 commit comments