Skip to content

Use AddWrappedAspNetCoreSession to better fit standard naming #424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

twsouthwick
Copy link
Member

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.

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.
@twsouthwick twsouthwick requested a review from Tratcher October 24, 2023 15:33
@twsouthwick twsouthwick merged commit 6120b56 into main Oct 24, 2023
@twsouthwick twsouthwick deleted the tasou/add-wrapped branch October 24, 2023 17:54
NSHenry added a commit to NSHenry/AspNetCore.Docs that referenced this pull request Feb 21, 2025
WrapAspNetCoreSession was changed to AddWrappedAspNetCoreSession in version 1.3.0 of SystemWebAdapters
Pull Request: dotnet/systemweb-adapters#424
1.3.0 Version Notes: https://github.com/dotnet/systemweb-adapters/releases/tag/v1.3.0
Rick-Anderson pushed a commit to dotnet/AspNetCore.Docs that referenced this pull request Feb 25, 2025
WrapAspNetCoreSession was changed to AddWrappedAspNetCoreSession in version 1.3.0 of SystemWebAdapters
Pull Request: dotnet/systemweb-adapters#424
1.3.0 Version Notes: https://github.com/dotnet/systemweb-adapters/releases/tag/v1.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants