Skip to content

Wrong Symbol in one example #1744

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

Closed
nwatley3 opened this issue Sep 9, 2016 · 1 comment
Closed

Wrong Symbol in one example #1744

nwatley3 opened this issue Sep 9, 2016 · 1 comment

Comments

@nwatley3
Copy link

nwatley3 commented Sep 9, 2016

On this page: http://www.asp.net/web-api/overview/advanced/calling-a-web-api-from-a-net-client

In the section titled: Getting a Resource (HTTP GET)
There is the line: Product product = await response.Content.ReadAsAsync>Product>();
It should instead be the line: Product product = await response.Content.ReadAsAsync();

The greater than sign should be a less than sign before Product.

@aspnet-hello
Copy link

This issue is being closed because it has not been updated in 3 months.

We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate.

natemcmaster pushed a commit that referenced this issue Nov 14, 2018
* Clean up LibuvOutputConsumer
- Added UvShutdownReq.ShutdownAsync
- Added Debug.Assert in LibuvAwaitable since it should never race.
ryanbrandenburg pushed a commit that referenced this issue Nov 27, 2018
Check for Websockets to fix flaky tests (#1740)
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants