Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Disable Uri type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
KowalskiPiotr98 committed Jun 4, 2023
1 parent 62e03f4 commit 9b67e97
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class LinkCreateDto
/// </summary>
[DataType(DataType.Url)]
[MaxLength(200)]
[SuppressMessage("Design", "CA1056:URI-like properties should not be strings")]
public string LinkUrl { get; set; } = null!;
/// <summary>
/// Title of the link
Expand Down

0 comments on commit 9b67e97

Please sign in to comment.