FAQ update

This commit is contained in:
2026-02-06 21:02:10 +01:00
parent 1214c2f5a8
commit e7e24dd774
4 changed files with 591 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ Also see the other related files: API.md, IIS.md, SPEC.md
## Rules
- This is a Windows environment, WSL is not installed (i.e. sed is not available). You're running under PowerShell 7.5.4. Due to platform restrictions, file deletions are not possible. Replacing the entire file content via a context diff is a viable alternative.
- This is a Windows environment, WSL is not installed (i.e. sed is not available). You're running under PowerShell 7.5.4. Due to platform restrictions, file deletions are not possible. Replacing the entire file content via a context diff is a viable alternative. PowerShell doesn't support bash-style heredocs, run Python code using python -c with inline commands instead of python - <<'PY'.
- If complex scripts need to be executed, consider using python. It's installed.
- web.config in the server is different than locally, it must be exluded from deployment.
- After every iteration, evaluate if the test coverage would fall below 100%, and write tests if necessary.