Commit 0d197e1
* Fix #2208: Add handler configuration documentation
- Add Handler Configuration section to AspNetCoreServer.Hosting README
- Document executable vs class library handler modes
- Explain Main(string[] args) pitfall causing JsonSerializerException
- Provide clear code examples for correct handler setup
- Address community confusion about Lambda handler configuration
* Added change file
* Applied code review feedback
* Applied code review feedback.
* Delete .autover/changes/issue-2208-handler-configuration-docs.json
* Fix: Add missing closing backticks to code block
---------
Co-authored-by: Garrett Beatty <gcbeatty@amazon.com>
1 parent 01e3419 commit 0d197e1
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| |||
0 commit comments