dotnet / systemweb-adapters

MIT License
335 stars 61 forks source link

Use AddWrappedAspNetCoreSession to better fit standard naming #424

Closed twsouthwick closed 10 months ago

twsouthwick commented 10 months ago

We have a method (WrapAsnnetCoreSession) that wraps the ASP.NET Core session for use with System.Web.SessionState APIs, but this name is not in line with the standard service collection extensions of (Add...). This change obsoletes the old one and applies the normal convention.