You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[7.2. Windows Command Equivalents](#72-windows-command-equivalents)
43
-
-[7.3. References](#73-references)
40
+
-[7. Host Workflow](#7-host-workflow)
41
+
-[8. Additional Notes](#8-additional-notes)
42
+
-[8.1. Troubleshooting](#81-troubleshooting)
43
+
-[8.2. Windows Command Equivalents](#82-windows-command-equivalents)
44
+
-[8.3. References](#83-references)
44
45
45
46
## 1. Prerequisites
46
47
@@ -54,6 +55,7 @@ Identify which components will be impacted by the changes. If in doubt, analyze
54
55
-**Mono Runtime:** Changes in `src/mono/`
55
56
-**Libraries:** Changes in `src/libraries/`
56
57
-**WASM/WASI Libraries:** Changes in `src/libraries/`*and* the affected library targets WASM or WASI *and* the changes are included for the target (see below for details).
58
+
-**Host:** Changes in `src/native/corehost/`, `src/installer/managed/`, or `src/installer/tests/`
57
59
- If none above apply, it is most possibly an infra-only or a docs-only change. Skip build and test steps.
58
60
59
61
**WASM/WASI Library Change Detection**
@@ -76,6 +78,7 @@ Before applying any changes, ensure you have a full successful build of the need
0 commit comments