dotnet / HttpRepl

The HTTP Read-Eval-Print Loop (REPL) is a lightweight, cross-platform command-line tool that's supported everywhere .NET Core is supported and is used for making HTTP requests to test ASP.NET Core web APIs and view their results.
MIT License
698 stars 68 forks source link

HttpRepl does not support .NET 8 #630

Closed simonjha closed 1 month ago

tlmii commented 10 months ago

The first preview of HttpRepl 8.0 (w/ support for .NET 8) is now live: https://www.nuget.org/packages/Microsoft.dotnet-httprepl/8.0.0-preview.23564.1

sliekens commented 2 months ago

@tlmii I tested and it works with .NET 8.0.7 (sdk 8.0.303)

Can you promote this to stable? As you are aware, .NET 7 has reached end of support, so I would like to remove it from my dev machine.

tlmii commented 1 month ago

@sliekens Would you mind validating the latest build published today? 8.0.0-preview.24366.2? For various internal infrastructure reasons I can no longer promote the last one to stable. There shouldn't be any functional changes between that build and this one - just some build tool updates. I can promote this one to stable quickly.

sliekens commented 1 month ago

@tlmii works on my machine

image

tlmii commented 1 month ago

Here you go: https://www.nuget.org/packages/Microsoft.dotnet-httprepl/8.0.0