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

Update "api" project template to use new methods on Random #46087

Closed
DamianEdwards opened this issue Jan 13, 2023 · 0 comments · Fixed by #46298
Closed

Update "api" project template to use new methods on Random #46087

DamianEdwards opened this issue Jan 13, 2023 · 0 comments · Fixed by #46298
Assignees
Labels
area-web-frameworks *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels feature-templates
Milestone

Comments

@DamianEdwards
Copy link
Member

DamianEdwards commented Jan 13, 2023

The new "api" project template includes code to generate todo titles that involves randomly selecting strings from an array. The Random class has been updated in .NET 8 to include APIs specifically designed for operations like this so we should update the template to use them once they're available.

@DamianEdwards DamianEdwards added feature-templates area-web-frameworks *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels labels Jan 13, 2023
@DamianEdwards DamianEdwards added this to the 8.0-preview2 milestone Jan 13, 2023
@DamianEdwards DamianEdwards self-assigned this Jan 13, 2023
@DamianEdwards DamianEdwards moved this to In Progress in [.NET 8] Web Frameworks Jan 27, 2023
@DamianEdwards DamianEdwards moved this from In Progress to Done in [.NET 8] Web Frameworks Jan 27, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Feb 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-web-frameworks *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels feature-templates
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants
@DamianEdwards and others