Skip to content
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

StatusCodes passed to StatusCodeResult's ctor should be cast to ints #672

Closed
Tracked by #60
mjrousos opened this issue Jun 30, 2021 · 1 comment
Closed
Tracked by #60
Labels
area:ASPNET enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed roslyn-fixable Issues that can probably be addressed with Roslyn analyzers/code fixers

Comments

@mjrousos
Copy link
Member

mjrousos commented Jun 30, 2021

new StatusCodeResult(HttpStatusCode.BadRequest); needs updated to new StatusCodeResult((int)HttpStatusCode.BadRequest);

@mjrousos mjrousos added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jun 30, 2021
@vijaya-lakshmi-venkatraman

Hello,
I would like to give it a try if this one's available.

@mjrousos mjrousos added the roslyn-fixable Issues that can probably be addressed with Roslyn analyzers/code fixers label Jun 2, 2022
@brandonh-msft brandonh-msft mentioned this issue Jul 14, 2022
46 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ASPNET enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed roslyn-fixable Issues that can probably be addressed with Roslyn analyzers/code fixers
Projects
None yet
Development

No branches or pull requests

4 participants