Skip to content

Conversation

ngbrown
Copy link
Contributor

@ngbrown ngbrown commented May 17, 2017

Pull request for RMLNQFETCH-19.

@ngbrown ngbrown changed the title RMLNQFETCH-19 Support for net standard RMLNQFETCH-19 Support for .net standard May 17, 2017
@MichaelKetting MichaelKetting self-requested a review May 18, 2017 06:27
@MichaelKetting MichaelKetting self-assigned this May 18, 2017
Copy link
Member

@MichaelKetting MichaelKetting left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :) Thanks for the work!

I did find a couple of bits that weren't obivous to anyone not deep into this particular setup and pushed them into https://github.com/re-motion/Relinq-EagerFetching/commits/feature/RMLNQFETCH-19-Support-For-NetStandard. If you want, feel free to go head and rewrite the PR to integrate my updates to your commits :)

I've also uploaded a nightly build of the .NET Standard enabled package: https://www.re-motion.org/jira/secure/attachment/12900/Remotion.Linq.EagerFetching.2.1.0-x-001-25.nupkg
It would be great if you could give it a whirl to make sure everything works with .NET Standard. (I don't have a test setup for that ATM.) I'll do the release after that one.

@ngbrown ngbrown force-pushed the feature/RMLNQFETCH-19-Support-For-NetStandard branch from 9db7a46 to 6bd792d Compare May 22, 2017 16:45
@ngbrown
Copy link
Contributor Author

ngbrown commented May 28, 2017

@MichaelKetting I did re-write your improvements into my pull request. I've also used your attachment in a NHibernate pull request (nhibernate/nhibernate-core#633) and it seems to be working well enough. Any chance you could publish the NuGet package on a feed of some sort, even if only as an alpha or beta?

@MichaelKetting MichaelKetting merged commit 6bd792d into re-motion:develop May 29, 2017
@MichaelKetting
Copy link
Member

@ngbrown Thanks. I've published a beta-release on nuget.org.

@hazzik
Copy link

hazzik commented Jun 19, 2017

@MichaelKetting can this be released as a release version?

@MichaelKetting
Copy link
Member

Yes, hopefully. Mainly, I was waiting for feedback on the beta, but now I found an issue last week, too. (https://www.re-motion.org/jira/browse/RMLNQFETCH-20)

@hazzik
Copy link

hazzik commented Jun 19, 2017 via email

@MichaelKetting
Copy link
Member

Yes, it does. The guys at PostSharp found that one (https://www.re-motion.org/jira/browse/RMLNQ-113)

<package id="NUnit" version="2.6.3" targetFramework="net40" />
<package id="Remotion.Development.UnitTesting.PrivateInvoke.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.JetBrains.Annotations.Sources" version="1.15.23.0" targetFramework="net40" developmentDependency="true" />
<package id="Remotion.Linq" version="2.0.0" targetFramework="net40" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shall be 2.1.1

<package id="Remotion.Development.UnitTesting.PrivateInvoke.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.JetBrains.Annotations.Sources" version="1.15.23.0" targetFramework="net40" developmentDependency="true" />
<package id="Remotion.Linq" version="2.0.0" targetFramework="net40" />
<package id="Remotion.Linq.Development" version="2.0.0" targetFramework="net40" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Remotion.JetBrains.Annotations.Sources" version="1.15.23.0" targetFramework="portable-net45+win+wpa81+wp80" developmentDependency="true" />
<package id="Remotion.Linq" version="2.0.0" targetFramework="net40-Client" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shall be 2.1.1

@MichaelKetting
Copy link
Member

@hazzik
Okay, v2.1.0-beta.2 is out now. Would be great if you could give it a spin and let me know if there's any more issues.

@hazzik
Copy link

hazzik commented Jun 26, 2017

@MichaelKetting thanks. I've tested it, all looks good: nhibernate/nhibernate-core@b6c2e28

Also, RMLNQFETCH-21 shall be closed now

@MichaelKetting
Copy link
Member

@hazzik Great, thanks. RTM version is out now.

@ngbrown ngbrown deleted the feature/RMLNQFETCH-19-Support-For-NetStandard branch August 29, 2020 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants