RickStrahl / Westwind.Globalization

Database driven resource localization for .NET applications
543 stars 135 forks source link

Stop Highlighting ResourceItems Sharing a Prefix as an Error #161

Open bliles opened 5 years ago

bliles commented 5 years ago

In DbResourceDataManager.cs GetAllResourceIdListItems(), a style that seems to indicate an error is set on any resource items that share a prefix followed by a '.', for example:

Login.CreateAccount Login.FailureMessage

I'm not certain what purpose this style serves other than making the user thing there is a problem with these ResourceItems.

RickStrahl commented 5 years ago

Those are invalid resource IDs in various environments (WebForms in particular). This may not matter to you. I guess we can get rid of that since WebForms is obviously fading and they can fend for themselves now :-)