Skip to content

Commit 94c5e8d

Browse files
authored
Docs: correct typos and harmonize capitalization for AppDomain.Unload (microsoft#4763)
1 parent a86e108 commit 94c5e8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/RFCs/0019-Disable-Appdomain-While-Running-Tests.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ The RFC outlines why
88
2. Running of tests with disable appdomain is important for resiliency
99

1010
## Motivation
11-
In past we have seen customer hitting issue with Appdomain.Unload. There are two main issues with Appdoamin.Unload call
11+
In past we have seen customer hitting issue with AppDomain.Unload. There are two main issues with AppDomain.Unload call
1212

13-
1. Hang in Appdoamin.Unload (Tracking issue https://github.com/Microsoft/testfx/issues/225)
13+
1. Hang in AppDomain.Unload (Tracking issue https://github.com/Microsoft/testfx/issues/225)
1414

1515
2. AppDomain.Unload call can crash the process even if you have an exception handler in code (check next section for details)
1616

1717

1818
## Details of one such crash during Appdomain.Unload
1919

20-
Below is one of the analysis done for one of the crash dump while calling Appdomain.Unload
20+
Below is one of the analysis done for one of the crash dump while calling AppDomain.Unload
2121

2222
1. An HWND (call it X) has a WndProc that is implemented in managed code.
2323
2. The app domain that owns the WndProc code shuts down.

0 commit comments

Comments
 (0)