-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Milestone
Description
Summary
We had an API review and here are the list of changes we need to make:
- Remove constructors from HttpContext, HttpRequest, HttpResponse Address some feedback from API review #113
-
Add [Obsolete] to APIs that will cause sync over async and expose async counterparts on the ASP.NET Core build Add async APIs to push users aways from sync over async patterns #164 - Move builders to
System.Webnamespace for framework helpers andMicrosoft.AspNetCore.Buildersfor the core helpers - Remove interfaces from attributes Address some feedback from API review #113
- Rename IsEnabled to IsDisabled from metadata attributes Address some feedback from API review #113
- Rename PreLoad to Preload Address some feedback from API review #113
- Make DelegatingSessionState internal (Relayer packages to remove dependencies for adapters #134)
- Make DefaultRequestHeadersToForward and DefaultResponseHeadersToForward internal (Update remote app builder pattern #120)
- NetworkTimeout could probably be made an HttpClient #138
- AuthenticationEndpointPath should be a PathString on ASP.NET Core. (Update remote app builder pattern #120)
- Avoid using the same name for types that are at all structurally different and will not ever have shared code calling it from top (Update remote app builder pattern #120)
- Rethink builder pattern for remote app functionality (Update remote app builder pattern #120 Separate client/server remote options #165)
Original feedback:
Metadata
Metadata
Assignees
Labels
No labels