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

[jira] [Resolved] (REEF-1832) Duplicated Newtonsoft.Json entry in Org.Apache.REEF.Bridge.CLR causing errors in VS

     [ https://issues.apache.org/jira/browse/REEF-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julia resolved REEF-1832.
-------------------------
       Resolution: Fixed
    Fix Version/s: 0.16

Resolved via https://github.com/apache/reef/pull/1333

> Duplicated Newtonsoft.Json entry in Org.Apache.REEF.Bridge.CLR causing errors in VS
> -----------------------------------------------------------------------------------
>
>                 Key: REEF-1832
>                 URL: https://issues.apache.org/jira/browse/REEF-1832
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF Bridge
>            Reporter: Julia
>            Assignee: Julia
>            Priority: Minor
>             Fix For: 0.16
>
>
> Both   <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net451" developmentDependency="true" />
> and 
> <package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
>   are in the package.config file in Bridge.CLR folder, VS build has error that prevent it from discovering tests. 



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

Re: [jira] [Resolved] (REEF-1832) Duplicated Newtonsoft.Json entry in Org.Apache.REEF.Bridge.CLR causing errors in VS

Posted by Douglas Service <ds...@gmail.com>.
This change breaks Avro code generation but the error is not fatal since
the generated cs files are checked in. It appears that visual studio
improperly handles nuget downloads during test detection as the error does
not occur when building or testing from the command line.

On Mon, Jul 17, 2017 at 5:45 PM, Julia (JIRA) <ji...@apache.org> wrote:

>
>      [ https://issues.apache.org/jira/browse/REEF-1832?page=
> com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Julia resolved REEF-1832.
> -------------------------
>        Resolution: Fixed
>     Fix Version/s: 0.16
>
> Resolved via https://github.com/apache/reef/pull/1333
>
> > Duplicated Newtonsoft.Json entry in Org.Apache.REEF.Bridge.CLR causing
> errors in VS
> > ------------------------------------------------------------
> -----------------------
> >
> >                 Key: REEF-1832
> >                 URL: https://issues.apache.org/jira/browse/REEF-1832
> >             Project: REEF
> >          Issue Type: Bug
> >          Components: REEF Bridge
> >            Reporter: Julia
> >            Assignee: Julia
> >            Priority: Minor
> >             Fix For: 0.16
> >
> >
> > Both   <package id="Newtonsoft.Json" version="10.0.3"
> targetFramework="net451" developmentDependency="true" />
> > and
> > <package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
> >   are in the package.config file in Bridge.CLR folder, VS build has
> error that prevent it from discovering tests.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.4.14#64029)
>