main
Merge release/2.2 into master
Enable CA for CommonLib and address additional errors.
Contributing: Fixed some typos (#18331)
Make startup timeout recycle worker process (#25321)
Merge branch 'release/2.1' into release/2.2
Implement MaxRequestBodySize feature for IIS inprocess (#9475)
Fix shadow copy CheckUpToDate to detect subdirectory DLL changes (#65109)
Fix runtime architecture detection logic in ANCM. (#63652)
Add better error message when someone does single file publish in ANCM (#10871)
Remove bulk disables of CA warnings. (#58428)
Use libnethost to find hostfxr (#39810)
Clean up some code in ANCM (#49718)
[3.1.x] Allow external startup hooks (#17116)
Migrate IIS in-process handler from DEFAULT_STACK_SIZE to System.Threading.DefaultStackSize (#65737)
Fix typos in code. (#67428)
Use hostfxr error callback support (#6043)
Find and Replace Apache License -> MIT
Remove \r\n for \n when writing to ostream (#24980)
Fix StartupTests.StartsWithDotnetInstallLocation (#6589)
Write Premain errors to the response and write different status codes (#10282)
Fix constexpr warnings and constant std::move warnings C26478 C26497.
Address variable initialization warnings in ANCM (C26494) (#58904)
Make stdout/stderr redirection thread timeout configurable. (#49942)
Harden "chunked" handling in ANCM (#67512)
Fix HRESULT <-> bool conversion warnings (#54988)
Implements shadow copying for ASP.NET Core + IIS (#28357)
Start using runtime properties to set StartupHook and EntrypointFilter (#10121)
Improve IIS error when wrong application path (#46249)