More on xs:any
Fumiaki Yoshimatsu points out on a comment to my xs:any post that skip seems to work on .NET 1.1.
I just tried it, and indeed it works and shows no error. Lax still gives me an error, though, which I think should not, either.
Fumiaki Yoshimatsu points out on a comment to my xs:any post that skip seems to work on .NET 1.1.
I just tried it, and indeed it works and shows no error. Lax still gives me an error, though, which I think should not, either.
Lax shouldn’t give you an error it should give you a warning. What version of the .NET Framework are you using?
Dare: That was it. You are right in that it gives a warning instead of an error (at least in v1.1). The problem was my code wasn’t checking ValidationEventArgs.Severity.
Thanks!