We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version Used: VS 17.13 P5
Steps to Reproduce:
public class HttpProxyException(HttpStatusCode statusCode, string? reasonPhrase) : HttpRequestException( httpRequestError: HttpRequestError.ProxyTunnelError, message: $"Proxy tunnel error: {$$} {reasonPhrase}", statusCode: statusCode );
Diagnostic Id: Not applicable.
Expected Behavior: statusCode parameter is listed among completions just like reasonPhrase, or in the argument expression below.
statusCode
reasonPhrase
Actual Behavior: statusCode parameter is missing from completions.
The text was updated successfully, but these errors were encountered:
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Sorry, something went wrong.
No branches or pull requests
Version Used: VS 17.13 P5
Steps to Reproduce:
20250206-1009-12.5615177.mp4
Diagnostic Id:
Not applicable.
Expected Behavior:
statusCode
parameter is listed among completions just likereasonPhrase
, or in the argument expression below.Actual Behavior:
statusCode
parameter is missing from completions.The text was updated successfully, but these errors were encountered: