NET-SDK-8.0.422
Determine whether a stackalloc expression is target-typed when it is bound (not later). (#40457)
Spelling fixes
Add docs on editorconfig external file support (#25008)
Clarify guidelines in Parser.md (#56987)
Regularize how we handle "impossible" conditions in internal APIs. In a switch's default clause that is unexpected, for example, we should throw ExceptionUtilities.UnexpectedValue(value); Long ago this was a standard but we've drifted from it. Closes #3495
Add additional information when we throw an 'unreachable' exception