Skip to content

Instantly share code, notes, and snippets.

@renatogroffe
Created September 17, 2024 16:57
Show Gist options
  • Save renatogroffe/9b3225518935cf924917aa42f39a7476 to your computer and use it in GitHub Desktop.
Save renatogroffe/9b3225518935cf924917aa42f39a7476 to your computer and use it in GitHub Desktop.
using System.Text.RegularExpressions;
namespace ConsoleAppPartialMethod.Helpers;
public static partial class ValidationHelpers
{
[GeneratedRegex("sqlserver|postgres|mysql")]
public static partial Regex IsRelationalDatabase();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment