We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried adding the following attribute to this line:
[Display(Name = "Data de Início")]
The rendered output is:
Upon investigation, I found this portion of code in file TagConventions.cs:
// Just assume a "Data." prefix for attributes. Labels .Always .ModifyWith(er => er.CurrentTag.Text(er.CurrentTag.Text().Replace("Data ", "")));
This really difficults things because 'Data' is Portuguese for 'Date'.
Most of all, I'm wondering what is the rationale behind that portion of code (introduced in ef7152a), and whether it can safely be removed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried adding the following attribute to this line:
[Display(Name = "Data de Início")]
The rendered output is:
Upon investigation, I found this portion of code in file TagConventions.cs:
This really difficults things because 'Data' is Portuguese for 'Date'.
Most of all, I'm wondering what is the rationale behind that portion of code (introduced in ef7152a), and whether it can safely be removed.
The text was updated successfully, but these errors were encountered: