efcore / EFCore.CheckConstraints

An Entity Framework Core plugin to automatically add check constraints in various situations
Apache License 2.0
316 stars 14 forks source link

Add additional URL protocols to Common Url pattern #147

Closed ErikEJ closed 9 months ago

ErikEJ commented 9 months ago

sftp:// ftps:// file://

(Happy to create a PR)

roji commented 9 months ago

Hey @ErikEJ, the intent here was to mimic exactly the .NET validation behavior of that attribute, which doesn't support those schemes - see https://github.com/efcore/EFCore.CheckConstraints/issues/104#issuecomment-1860704262. What do you think?

ErikEJ commented 9 months ago

Makes sense to keep it as is then