Verified the null checking in the extension methods. (#316)
authorErhan Atesoglu <47518605+eanova@users.noreply.github.com>
Wed, 11 Dec 2019 18:27:44 +0000 (10:27 -0800)
committerCarlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com>
Wed, 11 Dec 2019 18:27:44 +0000 (10:27 -0800)
commit071da4c41aa808c949a773b92dca6f88de9d11f3
treeb31d6a2aebf69765214b8dd19d152667023afbdd
parent91a717450bf5faa44d9295c01f4204dc5010e95c
Verified the null checking in the extension methods. (#316)

* Verified the null checking in the extension methods.

* Apply suggestions from code review

Co-Authored-By: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com>
* Updated Test to check for named parameters.  Removed additional braces

* This fixes null checks in NetFX.

Adds equivalent null checks to NetFX.
Adds back Allman style braces.
src/libraries/System.IO.FileSystem.AccessControl/src/System/IO/FileSystemAclExtensions.cs
src/libraries/System.IO.FileSystem.AccessControl/src/System/IO/FileSystemAclExtensions.net46.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAclExtensionsTests.cs