You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Rogan Carr (JIRA)" <ji...@apache.org> on 2017/07/21 00:00:45 UTC

[jira] [Comment Edited] (REEF-1584) Fix CoreCLR issues in Org.Apache.REEF.IO

    [ https://issues.apache.org/jira/browse/REEF-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16095585#comment-16095585 ] 

Rogan Carr edited comment on REEF-1584 at 7/21/17 12:00 AM:
------------------------------------------------------------

The compatibility analyzer using {{.NET Standard,Version=v2.0}} shows a bunch of errors related to {{System.IO.FileInfo}} and {{System.IO.DirectoryInfo}}. It says these are not supported by .NET Standard 2.0.

These APIs do seem to be supported according to the documentation: https://docs.microsoft.com/en-us/dotnet/api/system.io.directoryinfo?view=netstandard-2.0

However, it appears that they do not support the methods using {{DirectorySecurity}}.

To close this issue, we'll have to work around the use of {{DirectorySecurity}}.



was (Author: rogan):
The compatibility analyzer using {{.NET Standard,Version=v2.0}} shows a bunch of errors related to {{System.IO.FileInfo}} and {{System.IO.DirectoryInfo}}. It says these are not supported by .NET Standard 2.0.

However, these APIs do seem to be supported according to the documentation: https://docs.microsoft.com/en-us/dotnet/api/system.io.directoryinfo?view=netstandard-2.0


> Fix CoreCLR issues in Org.Apache.REEF.IO
> ----------------------------------------
>
>                 Key: REEF-1584
>                 URL: https://issues.apache.org/jira/browse/REEF-1584
>             Project: REEF
>          Issue Type: Sub-task
>          Components: REEF.NET
>            Reporter: Doug Service
>            Assignee: Saikat Kanjilal
>            Priority: Blocker
>              Labels: CoreCLR
>         Attachments: PortabilityAnalysis.html
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)