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
// Following regex are not supported by GeneratedRegexAttribute. (Because it contains case-insensitive backreferences)
16
+
// When using GeneratedRegexAttribute. following message are shown as information leve.
17
+
// SYSLIB1044: The regex generator couldn't generate a complete source implementation for the specified regular expression due to an internal limitation. See the explanation in the generated source for more details.
18
+
// And Regex instance is created with following remarks comments.
19
+
// A custom Regex-derived type could not be generated because the expression contains case-insensitive backreferences which are not supported by the source generator.
0 commit comments