diff --git a/src/Workleap.ComponentModel.DataAnnotations/PublicAPI.Shipped.txt b/src/Workleap.ComponentModel.DataAnnotations/PublicAPI.Shipped.txt index 93b3cde..d56f1fc 100644 --- a/src/Workleap.ComponentModel.DataAnnotations/PublicAPI.Shipped.txt +++ b/src/Workleap.ComponentModel.DataAnnotations/PublicAPI.Shipped.txt @@ -63,4 +63,10 @@ Workleap.ComponentModel.DataAnnotations.MaxValueAttribute.MaxValueAttribute(long Workleap.ComponentModel.DataAnnotations.MinValueAttribute Workleap.ComponentModel.DataAnnotations.MinValueAttribute.MinValueAttribute(double minimum) -> void Workleap.ComponentModel.DataAnnotations.MinValueAttribute.MinValueAttribute(int minimum) -> void -Workleap.ComponentModel.DataAnnotations.MinValueAttribute.MinValueAttribute(long minimum) -> void \ No newline at end of file +Workleap.ComponentModel.DataAnnotations.MinValueAttribute.MinValueAttribute(long minimum) -> void +Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyGuidsAttribute +Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyGuidsAttribute.ContainsOnlyNonEmptyGuidsAttribute() -> void +override Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyGuidsAttribute.IsValid(object? value) -> bool +Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyStringsAttribute +Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyStringsAttribute.ContainsOnlyNonEmptyStringsAttribute() -> void +override Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyStringsAttribute.IsValid(object? value) -> bool \ No newline at end of file diff --git a/src/Workleap.ComponentModel.DataAnnotations/PublicAPI.Unshipped.txt b/src/Workleap.ComponentModel.DataAnnotations/PublicAPI.Unshipped.txt index 5f70bae..815c920 100644 --- a/src/Workleap.ComponentModel.DataAnnotations/PublicAPI.Unshipped.txt +++ b/src/Workleap.ComponentModel.DataAnnotations/PublicAPI.Unshipped.txt @@ -1,7 +1 @@ -#nullable enable -Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyGuidsAttribute -Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyGuidsAttribute.ContainsOnlyNonEmptyGuidsAttribute() -> void -override Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyGuidsAttribute.IsValid(object? value) -> bool -Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyStringsAttribute -Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyStringsAttribute.ContainsOnlyNonEmptyStringsAttribute() -> void -override Workleap.ComponentModel.DataAnnotations.ContainsOnlyNonEmptyStringsAttribute.IsValid(object? value) -> bool \ No newline at end of file +#nullable enable \ No newline at end of file