You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by Markus Weimer <ma...@weimo.de> on 2017/09/12 16:08:14 UTC

Re: Dependency on protobuf-net seems inconsistent

This turns out to be an issue for downstream consumers of REEF. I
filled [REEF-1883] for it.

Markus

[REEF-1883]: https://issues.apache.org/jira/browse/REEF-1883

Re: Dependency on protobuf-net seems inconsistent

Posted by Scott Inglis <ms...@gmail.com>.
It definitely reduces the many "truths" of the version for a package since
it puts everything into the csproj file. But there is still a chance for
two projects to use two different versions. For that, we try to reduce it
to one "truth" by declaring a version variable in the  build.DotNet.props
that projects should use.


On Tue, Sep 12, 2017 at 3:35 PM, Markus Weimer <ma...@weimo.de> wrote:

> On Tue, Sep 12, 2017 at 10:05 AM, Scott Inglis <ms...@gmail.com> wrote:
> > Apologies -  I updated the project to Protobuf 2.1.0. Let me know if I
> can
> > help out with this.
>
> I think we are good. Julia is merging my PR as we speak.
>
> > I am not aware of any tooling for this, but I will take a look.
>
> In the new build format, this can't happen, right? We ran into this
> issue because packages.config and the .nuspec files disagreed on the
> version of the dependency. In the new format, that information would
> only be recorded once, in the .csproj file. Hence, we might just wait
> it out till we move over to .NET Core :)
>
> Markus
>

Re: Dependency on protobuf-net seems inconsistent

Posted by Markus Weimer <ma...@weimo.de>.
On Tue, Sep 12, 2017 at 10:05 AM, Scott Inglis <ms...@gmail.com> wrote:
> Apologies -  I updated the project to Protobuf 2.1.0. Let me know if I can
> help out with this.

I think we are good. Julia is merging my PR as we speak.

> I am not aware of any tooling for this, but I will take a look.

In the new build format, this can't happen, right? We ran into this
issue because packages.config and the .nuspec files disagreed on the
version of the dependency. In the new format, that information would
only be recorded once, in the .csproj file. Hence, we might just wait
it out till we move over to .NET Core :)

Markus

Re: Dependency on protobuf-net seems inconsistent

Posted by Scott Inglis <ms...@gmail.com>.
Markus -

Apologies -  I updated the project to Protobuf 2.1.0. Let me know if I can
help out with this.

I am not aware of any tooling for this, but I will take a look.

Scott


On Tue, Sep 12, 2017 at 9:08 AM, Markus Weimer <ma...@weimo.de> wrote:

> This turns out to be an issue for downstream consumers of REEF. I
> filled [REEF-1883] for it.
>
> Markus
>
> [REEF-1883]: https://issues.apache.org/jira/browse/REEF-1883
>