Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
[XmlAttribute] not recognized by resharper...
Permanently deleted user
Created
XmlAttribute's ( e.g [System.Xml.Serialization.XmlAttribute("foo")]) are not recognized by resharper for some reason. Resharper says it cannot be accessed and underlines it, however, other attributes like: are recognized.. what gives? -j
Have you imported System.Xml too? ReSharper had problems resolving between System.Xml.XmlAttribute and System.Xml.Serialization.XmlAttributeAttribute (http://www.intellij.net/tracker/resharper/viewSCR?publicId=1964). Perhaps, you are experiencing the same problem.
"jjooee" <jjooeeN_0_S_P_A_M@machak.com> wrote in message news:c7lero$6vc$1@is.intellij.net... XmlAttribute's ( e.g [System.Xml.Serialization.XmlAttribute("foo")]) are not recognized by resharper for some reason. Resharper says it cannot be accessed and underlines it, however, other attributes like: are recognized.. what gives? -j
Have you imported System.Xml too? ReSharper had problems resolving between
System.Xml.XmlAttribute and System.Xml.Serialization.XmlAttributeAttribute
(http://www.intellij.net/tracker/resharper/viewSCR?publicId=1964). Perhaps,
you are experiencing the same problem.
--
Andrey Simanovsky
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"jjooee" <jjooeeN_0_S_P_A_M@machak.com> wrote in message
news:c7lero$6vc$1@is.intellij.net...
XmlAttribute's ( e.g [System.Xml.Serialization.XmlAttribute("foo")])
are not recognized by resharper for some reason.
Resharper says it cannot be accessed and underlines it,
however, other attributes like:
are recognized..
what gives?
-j