Skip to content

Commit

Permalink
Update Constants.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Mar 31, 2024
1 parent c692c8b commit c00c33c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ internal static partial class Constants
[AttributeUsage(@Class | @Struct, Inherited = false, AllowMultiple = false)]
{{{GeneratedCodeAttributesList}}}
internal sealed class RegexDtoAttribute(
#if NET7_0_OR_GREATER
[@StringSyntax(StringSyntax.Regex)]
#endif
string Regex, System.Type? BaseType = null, RegexOptions RegexOptions = Compiled | CultureInvariant | ExplicitCapture | IgnoreCase | IgnorePatternWhitespace | Singleline) : System.Attribute
{
public string Regex { get; } = Regex;
Expand Down

0 comments on commit c00c33c

Please sign in to comment.