We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3667a2b commit 3c46449Copy full SHA for 3c46449
src/UnitTests/ForPath.cs
@@ -254,7 +254,7 @@ public void Should_throw_exception()
254
{
255
var cfg = new MapperConfiguration(config =>
256
257
- Assert.Throws<ArgumentNullException>(() =>
+ Assert.Throws<System.ArgumentNullException>(() =>
258
259
config.CreateMap<SourceModel, DestinationModel>()
260
.ForPath(sourceModel => sourceModel.Name, opts => opts.MapFrom<string>(null));
0 commit comments