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 e366fd5 commit fc90e57Copy full SHA for fc90e57
src/Microsoft.FeatureManagement/FilterAliasAttribute.cs
@@ -18,7 +18,7 @@ public FilterAliasAttribute(string alias)
18
{
19
if (string.IsNullOrEmpty(alias))
20
21
- throw new ArgumentNullException(alias);
+ throw new ArgumentNullException(nameof(alias));
22
}
23
24
Alias = alias;
0 commit comments