-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule Enumerations
updated
from 5962a1 to baac1f
Submodule Extensions
updated
from 26d698 to c8ca62
Submodule InterfaceGenerator
updated
3 files
+2 −1 | InterfaceGenerator/src/Dgmjr.InterfaceGenerator.csproj | |
+1 −1 | InterfaceGenerator/src/InterfaceGeneratorConstants.cs | |
+15 −15 | InterfaceGenerator/src/LICENSE.md |
Submodule Primitives
updated
26 files
+0 −6 | .vscode/settings.json | |
+ − | All/icon.png | |
+3 −0 | EntityFrameworkCore/Dgmjr.Primitives.EntityFrameworkCore.csproj | |
+23 −2 | EntityFrameworkCore/EmailAddressEfCoreExtensions.cs | |
+15 −15 | EntityFrameworkCore/LICENSE.md | |
+2 −1 | EntityFrameworkCore/ObjectIdEfCoreExtensions.cs | |
+3 −2 | EntityFrameworkCore/PhoneNumberEfCoreExtensions.cs | |
+67 −2 | EntityFrameworkCore/RegexValueObjectEfCoreConverter.cs | |
+2 −1 | EntityFrameworkCore/UriEfCoreExtensions.cs | |
+2 −1 | EntityFrameworkCore/UrlEfCoreExtensions.cs | |
+2 −1 | EntityFrameworkCore/UrnEfCoreExtensions.cs | |
+ − | EntityFrameworkCore/icon.png | |
+1 −1 | Tests/iriTests.cs | |
+2 −2 | src/Abstractions/IRegexValueObject.cs | |
+70 −0 | src/ConstrainedDouble.cs | |
+70 −0 | src/ConstrainedFloat.cs | |
+1 −0 | src/Dgmjr.Primitives.props | |
+290 −292 | src/Int24.cs | |
+14 −14 | src/LICENSE.md | |
+3 −3 | src/OpenApiRegistrations.cs | |
+6 −6 | src/PhoneNumber.cs | |
+3 −3 | src/iri.cs | |
+3 −3 | src/uri.cs | |
+3 −3 | src/url.cs | |
+3 −3 | src/urn.cs | |
+3 −3 | src/xri.cs |
Submodule RegexDtoGenerator
updated
6 files
+1 −0 | Samples/Dgmjr.RegexDtoGenerator.Samples.csproj | |
+35 −0 | Samples/LICENSE.md | |
+1 −1 | src/Constants.cs | |
+1 −0 | src/Dgmjr.RegexDtoGenerator.csproj | |
+1 −1 | src/Dgmjr.RegexDtoGenerator.props | |
+14 −14 | src/LICENSE.md |