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 d7598b6 commit bb407d9Copy full SHA for bb407d9
src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/ApplicationFactory.h
@@ -32,7 +32,7 @@ class ApplicationFactory
32
HRESULT Execute(
33
_In_ IHttpServer *pServer,
34
_In_ IHttpContext *pHttpContext,
35
- _In_ std::wstring shadowCopyDirectory,
+ _In_ std::wstring& shadowCopyDirectory,
36
_Outptr_ IAPPLICATION **pApplication) const
37
{
38
// m_location.data() is const ptr copy to local to get mutable pointer
0 commit comments