dotnet/runtime

ScaffoldTableAttribute not found

Open

#56,418 opened on Jul 27, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (5,445 forks)batch import
area-System.ComponentModel.DataAnnotationshelp wanted

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (Avg merge 12d 11h) (661 merged PRs in 30d)

Description

Description

The System.ComponentModel.DataAnnotations.ScaffoldTableAttribute type is missing in .NET Core. However, ScaffoldColumnAttribute is present. 🤷

It looks like this was previously discussed in #20200.

Regression?

Yes, from .NET Framework.

Contributor guide