RicoSuter/NJsonSchema

The DisplayAttribute does not support localization

Open

#796 opened on Oct 23, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (550 forks)github user discovery
help wantedtype: bug

Repository metrics

Stars
 (1,578 stars)
PR merge metrics
 (Avg merge 39d 6h) (1 merged PR in 30d)

Description

the code like [DisplayAttribute(ResourceType=typeof(SR), Name=nameof(SR.DisplayName), Description=nameof(SR.DescriptionName) can't generate Localized string(title,description).

Contributor guide