В моем проекте у меня много html-файлов.Для каждого файла IntelliSense сообщает об ошибках о неправильном вводе ResX (не всегда, например, когда я переключаю ветви. После повторного открытия решения все ошибки исчезают)
Пример ошибок:
ResX input is not valid. Cannot find valid "resheader" tags for the ResX reader and writer type names.
ResX file Unexpected end of file has occurred. The following elements are not closed: input. Line 2, position 1. cannot be parsed.
ResX file There are multiple root elements. Line 9, position 2. cannot be parsed.
ResX file The 'input' start tag on line 31 position 12 does not match the end tag of 'form-control'. Line 36, position 11. cannot be parsed.
Файлы неустановили Custom Tool
ни Custom Tool Namespace
, а весь каталог установил Build Action
= None
и Copy to output Directory
= Do not copy
Возможно ли игнорировать HTML-файлы для валидатора ResX?
- Visual Studio Enterprise 15.8.4