You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the Microsoft.EntityFrameworkCore.SqlServer.HierarchyId package to the project
Add a property to a model that uses the type HierarchyId
Code generation fails with:
** Failure: Coalesce.TestProject.Data.Models.MyModel,MyModelHierarchyId: The target object for the property has no discernible display text. Add a [ListTextAttribute] to one of its properties.
Currently this behavior can be worked around by decorating the new property with the [InternalUse] property, but then the property will be ignored by Coalesce and not show up in generated DTOs or Typescript types.
The content you are editing has changed. Please copy your edits and refresh the page.
Current behavior:
Microsoft.EntityFrameworkCore.SqlServer.HierarchyId
package to the projectHierarchyId
Currently this behavior can be worked around by decorating the new property with the
[InternalUse]
property, but then the property will be ignored by Coalesce and not show up in generated DTOs or Typescript types.Tasks
The text was updated successfully, but these errors were encountered: