Skip to content

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

Closed
@DamianEdwards

Description

@DamianEdwards

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.

Activity

added this to the 8.0-preview2 milestone on Jan 13, 2023
added a commit that references this issue on Jan 27, 2023
ea68368
moved this from In Progress to Done in [.NET 8] Web Frameworkson Jan 27, 2023
ghost locked as resolved and limited conversation to collaborators on Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Relationships

None yet

    Development

    Participants

    @DamianEdwards

    Issue actions

      Update "api" project template to use new methods on Random · Issue #46087 · dotnet/aspnetcore