We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e7b85 commit 85ed809Copy full SHA for 85ed809
src/SJP.Schematic.Serialization/Mapping/AutoIncrementMapper.cs
@@ -18,8 +18,6 @@ public Option<IAutoIncrement> Map(Dto.AutoIncrement? source)
18
19
public Dto.AutoIncrement? Map(Option<IAutoIncrement> source)
20
{
21
- ArgumentNullException.ThrowIfNull(source);
22
-
23
return source.MatchUnsafe(
24
static incr => new Dto.AutoIncrement
25
0 commit comments