dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.98k stars 4.66k forks source link

ScaffoldTableAttribute not found #56418

Open bricelam opened 3 years ago

bricelam commented 3 years ago

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.

ghost commented 3 years ago

Tagging subscribers to this area: @ajcvickers See info in area-owners.md if you want to be subscribed.

Issue Details
### 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.
Author: bricelam
Assignees: -
Labels: `area-System.ComponentModel.DataAnnotations`
Milestone: -