You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On second look at this, I think this could have been a candidate for the errata. The SDK issues cited in this tracking item relate to problems in the C# object model generated by that repository. i.e., there is no proposal/fix required in the standard itself - merely the clarifications that Larry suggested.
The last step in the algorithm in §3.27.10 for calculating
result.level
is:IF
level
has not yet been set THENSET
level
to"warning"
This is incomplete for two reasons:
It doesn't say that you should only set level to
"warning"
ifresult.level
is absent.It doesn't say that if
result.level
is present, you should honor it, no matter what the rule metadata says.The text was updated successfully, but these errors were encountered: