Update "api" project template to use new methods on Random #46087
Labels
area-web-frameworks
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
feature-templates
Milestone
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.The text was updated successfully, but these errors were encountered: