зеркало из https://github.com/dotnet/razor.git
Fix argument check
This commit is contained in:
Родитель
eb07c84987
Коммит
e34270682d
|
@ -30,7 +30,7 @@ internal sealed class DefaultInterceptorManager : InterceptorManager
|
|||
_lazyInterceptors = lazyInterceptors.ToList().AsReadOnly();
|
||||
#pragma warning restore CS0612 // Type or member is obsolete
|
||||
|
||||
_ = lazyGenericInterceptors ?? throw new ArgumentNullException(nameof(lazyInterceptors));
|
||||
_ = lazyGenericInterceptors ?? throw new ArgumentNullException(nameof(lazyGenericInterceptors));
|
||||
_lazyGenericInterceptors = lazyGenericInterceptors.ToList().AsReadOnly();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче