Tweet
Writing an integration test for an #aspnetcore app. `dotnet run --urls=http://*:0` tells it to use a dynamic port. Using Uri to programmatically determine the assigned port, gotta replace the `*` to make it "valid". #programmingishard #buildinpublic