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.
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 :-)
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.