dotnet / wpf-test

WPF is a .NET Core UI framework for building Windows desktop applications. wpf-test contains test infrastructure and test collateral for the WPF framework.
MIT License
64 stars 23 forks source link

Fixing Drt PackagingAPIs #166

Closed rchauhan18 closed 1 year ago

rchauhan18 commented 1 year ago

Fixing Drt PackagingAPIs

Description

ArgumentNullException Class An ArgumentNullException exception is thrown when a method is invoked and at least one of the passed arguments is null.

ArgumentException is thrown when a method is invoked and at least one of the passed arguments does not meet the parameter specification of the called method. The ParamName property identifies the invalid argument.

In this case the argument is not NULL, it is an empty string.

Microsoft Reviewers: Open in CodeFlow
Kuldeep-MS commented 1 year ago

@rchauhan18 - can you please check why your changed file failed to show the diff.