-
Notifications
You must be signed in to change notification settings - Fork 65
Feedback from initial API Review #112
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
Comments
/cc @mjrousos the namespace changes may make sense in your current PR (it at least can't be done until you merge your changes) |
Yea, I can make the namespace chances in #110. I'll get that updated tomorrow. |
For the .NET Core namespace for the extension methods, should it be |
|
Hm... ok. It seems like a lot of the other builders are using MED ( |
cc @mjrousos for "NetworkTimeout could probably be made an HttpClient" |
Looks like the only one remaining is
|
Which APIs are we talking about obsoleting? Are we talking about APIs in the System.Web Adapters? We haven't shipped a stable release of the System.Web Adapters package yet, so if we need to make an API change we can just do so without obsoleting anything. |
@danroth27 this is about providing a pathway for users using APIs that are currently doing sync over async due to the shape of System.Web APIs. We would need to keep the APIs themselves, but the obsolete would identify what they should use instead. This was an item that was not necessary initially (and does not block us from releasing). I've created a separate issue to discuss what we should do here: #164 |
Found a type we missed to update. Reopening until #165 is merged |
Summary
We had an API review and here are the list of changes we need to make:
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 #164System.Web
namespace for framework helpers andMicrosoft.AspNetCore.Builders
for the core helpersOriginal feedback:
The text was updated successfully, but these errors were encountered: