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
NU1902: Package 'xxx' X.Y.Z has a known moderate severity vulnerability, https://URI
NU1903: Package 'xxx' X.Y.Z has a known high severity vulnerability, https://URI
NU1904: Package 'xxx' X.Y.Z has a known critical severity vulnerability, https://URI
FS0086: The '>' operator should not normally be redefined. To define overloaded comparison semantics for a particular type, implement the 'System.IComparable' interface in the definition of that type.
FS0040: This and other recursive references to the object(s) being defined will be checked for initialization-soundness at runtime through the use of a delayed reference. This is because you are defining one or more recursive objects, rather than recursive functions.