JasperFx / alba

Easy integration testing for ASP.NET Core applications
https://jasperfx.github.io/alba
Apache License 2.0
405 stars 39 forks source link

Adjust IAlbaExtension signature to use IWebHostBuilder instead of IHostBuilder #141

Closed Hawxy closed 4 months ago

Hawxy commented 1 year ago

Aligns configuration with the Action<IWebHostBuilder> equivalent & prevents accidentally replacing the test server.

Hawxy commented 4 months ago

This is painful and breaks too many things.