Steven T. Cramer

Results 43 issues of Steven T. Cramer

Fix keybind documentation: use return instead of enter The keybind parser doesn't normalize enter to return, but the terminal sends key events as return. This causes keybinds using enter (like...

## Description Update the solution to use .NET 9, focusing on: - Updating global.json to target .NET 9 - Updating Directory.Build.props to reference .NET 9 - Resolving any breaking changes...

enhancement

# build.cmd fails on main due to IDE0055 formatting errors ## Repro ```pwsh git clone https://github.com/dotnet/razor.git cd razor ./restore.cmd ./build.cmd ``` ## Expected Build succeeds without analyzer failures. ## Actual...