You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by mo...@apache.org on 2017/08/07 22:06:33 UTC

[2/2] reef git commit: [REEF-1584] Fix CoreCLR Issues in Org.Apache.REEF.IO

[REEF-1584] Fix CoreCLR Issues in Org.Apache.REEF.IO

This addressed the issue by
  * Targeting .NET Core 2.0 Framework
  * Rewriting the DirectoryInfo.Create(DirectorySecurity) and CreateSubdirectory(DirectorySecurity) commands to use the SetAccessControl APIs that are supported in .NET Core 2.0
    * See the Extension Methods section of the [.NET Standard 2.0 documentation](https://docs.microsoft.com/en-us/dotnet/api/system.io.directoryinfo?view=netstandard-2.0) for details on the supported APIs. (Note that these extensions are all .NET Core 2.0, not .NET Standard.)

JIRA:
  [REEF-1584](https://issues.apache.org/jira/browse/REEF-1584)

Pull request:
  This closes #1351


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/23d978d8
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/23d978d8
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/23d978d8

Branch: refs/heads/master
Commit: 23d978d895c5318ad9d5732b2634c3eec026483d
Parents: 55f11db
Author: roganc <ro...@microsoft.com>
Authored: Wed Aug 2 17:36:25 2017 -0700
Committer: Sergiy Matusevych <mo...@apache.org>
Committed: Mon Aug 7 15:05:54 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------