File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/Servers/IIS/AspNetCoreModuleV2
OutOfProcessRequestHandler Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 248248 <Rule Id =" C28290" Action =" Error" />
249249 <Rule Id =" C28291" Action =" Error" />
250250 <Rule Id =" C28300" Action =" Error" />
251- <Rule Id =" C28301" Action =" None " /> <!-- No annotations for first declaration -- >
251+ <Rule Id =" C28301" Action =" Error " />
252252 <Rule Id =" C28302" Action =" Error" />
253253 <Rule Id =" C28303" Action =" Error" />
254254 <Rule Id =" C28304" Action =" Error" />
427427 <Rule Id =" C6540" Action =" Error" />
428428 <Rule Id =" C6551" Action =" Error" />
429429 <Rule Id =" C6552" Action =" Error" />
430- <Rule Id =" C6553" Action =" None" /> <!-- Annotation does not apply to a value type -->
431430 <Rule Id =" C6701" Action =" Error" />
432431 <Rule Id =" C6702" Action =" Error" />
433432 <Rule Id =" C6703" Action =" Error" />
Original file line number Diff line number Diff line change 77HINTERNET
88(WINAPI * PFN_WINHTTP_WEBSOCKET_COMPLETE_UPGRADE)(
99 _In_ HINTERNET hRequest,
10- _In_opt_ DWORD_PTR pContext
10+ DWORD_PTR pContext
1111);
1212
1313
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class FILE_WATCHER{
5050
5151 static DWORD WINAPI CopyAndShutdown (FILE_WATCHER* watcher);
5252
53- HRESULT HandleChangeCompletion (DWORD cbCompletion );
53+ HRESULT HandleChangeCompletion (_In_ DWORD bytesTransferred );
5454
5555 HRESULT Monitor ();
5656 void StopMonitor ();
You can’t perform that action at this time.
0 commit comments