Skip to content

Commit

Permalink
chore: update unshipped.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMakkison committed Dec 7, 2023
1 parent 1654870 commit 978100f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/Riok.Mapperly.Abstractions/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,8 @@ Riok.Mapperly.Abstractions.FormatProviderAttribute.Default.set -> void
Riok.Mapperly.Abstractions.FormatProviderAttribute.FormatProviderAttribute() -> void
Riok.Mapperly.Abstractions.MapPropertyAttribute.FormatProvider.get -> string?
Riok.Mapperly.Abstractions.MapPropertyAttribute.FormatProvider.set -> void
Riok.Mapperly.Abstractions.MapperAttribute.MaxRecursionDepth.get -> int
Riok.Mapperly.Abstractions.MapperAttribute.MaxRecursionDepth.set -> void
Riok.Mapperly.Abstractions.MapperMaxRecursionDepthAttribute
Riok.Mapperly.Abstractions.MapperMaxRecursionDepthAttribute.MapperMaxRecursionDepthAttribute(int maxRecursionDepth) -> void
Riok.Mapperly.Abstractions.MapperMaxRecursionDepthAttribute.MaxRecursionDepth.get -> int
4 changes: 2 additions & 2 deletions src/Riok.Mapperly/Diagnostics/DiagnosticDescriptors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ public static class DiagnosticDescriptors

public static readonly DiagnosticDescriptor MaxRecursionDepthMustBeZeroOrMore = new DiagnosticDescriptor(
"RMG056",
$"The value {nameof(MapperAttribute.MaxRecursionDepth)} cannot be less than zero.",
$"The value {nameof(MapperAttribute.MaxRecursionDepth)} cannot be less than zero.",
$"The value of MaxRecursionDepth cannot be less than zero",
$"The value of MaxRecursionDepth cannot be less than zero",
DiagnosticCategories.Mapper,
DiagnosticSeverity.Error,
true
Expand Down

0 comments on commit 978100f

Please sign in to comment.