belav / csharpier

CSharpier is an opinionated code formatter for c#.
https://csharpier.com
MIT License
1.41k stars 98 forks source link

Let kestrel pick the open port #1276

Closed belav closed 5 months ago

belav commented 5 months ago

See this for why there are problems with trying to find a free port on our own. Letting kestrel pick the port seems like a much better option.

references #1249