dotnet/systemweb-adapters

1.2.0 => 1.3.X `ISessionStateFeature` is not available

tbertenshaw opened this issue · 1 comments

After upgrading to 1.3.0 all my tests based on WebApplicationFactory fail with the following error ISessionStateFeature is not available
I can see recently an issue WRT to this #455, and PR #463. However I am not using SessionState

image

To clarify I get the same error with 1.3.0 and 1.3.2

Can you share a repro of how you are setting things up? The service registration/middleware setup is probably sufficient