EFCore.CheckConstraints
An Entity Framework Core plugin to automatically add check constraints in various situations
File Explorer
Download Latest Version (.zip)- build.yml
- dependabot-auto-merge.yml
- dependabot.yml
- .editorconfig
- CheckConstraintsConventionSetPlugin.cs
- CheckConstraintsOptionsExtension.cs
- DiscriminatorCheckConstraintConvention.cs
- EnumCheckConstraintConvention.cs
- IConventionEntityTypeExtensions.cs
- ValidationCheckConstraintConvention.cs
- ValidationCheckConstraintOptions.cs
- Check.cs
- CheckConstraintsExtensions.cs
- CheckConstraintsServiceCollectionExtensions.cs
- CodeAnnotations.cs
- EFCore.CheckConstraints.csproj
- MemberInfoExtensions.cs
- ValidationCheckConstraintOptionsBuilder.cs
- AzureSqlTestHelpers.cs
- ConstraintsErrorExample.zip
- SqlServerTestHelpers.cs
- DiscriminatorCheckConstraintTest.cs
- EFCore.CheckConstraints.Test.csproj
- EnumCheckConstraintTest.cs
- OptionsBuilderTest.cs
- ValidationCheckConstraintTest.cs
- ValidationRegexTest.cs
- .editorconfig
- .gitattributes
- .gitignore
- Directory.Build.props
- Directory.Packages.props
- EFCore.CheckConstraints.slnx
- EFCore.CheckConstraints.slnx.DotSettings
- EFCore.CheckConstraints.snk
- global.json
- LICENSE.txt
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/efcore/EFCore.CheckConstraints
Downloads the entire project code from GitHub to your computer.
cd EFCore.CheckConstraints
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd EFCore.CheckConstraints.Test
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
