Code Monkey home page Code Monkey logo

Comments (9)

ststeiger avatar ststeiger commented on September 1, 2024

Mobius depends on this libary.
If it isn't .net core ready, then Mobius can't be ported to .NET Core.
https://github.com/Microsoft/Mobius
When Mobius can't be ported to .NET Core, Apache Spark-SQL can't be used in .NET Core.

from pyrolite.

irmen avatar irmen commented on September 1, 2024

Actually, I think we should focus on the .NET Standard to target... https://docs.microsoft.com/en-us/dotnet/standard/net-standard
Target should likely be .NET STandard v1.1 or v1.2

from pyrolite.

ststeiger avatar ststeiger commented on September 1, 2024

Yes, this is correct.
However, I'd focus on Netstandard 2.0 instead.
Otherwise, you'll have to make too many (pointless) changes.
Nothing against NetStandard 1.1/1.2 however, if you have the time for that.
But there's no point in starting a project.json project, when this has already been deprecated.

from pyrolite.

irmen avatar irmen commented on September 1, 2024

When targeting NetStandard 2.0 I'll have problems with building it with Mono on my Linux box: Debian stretch, which is shipped with mono 4.6. So NetStandard 1.6 is the highest, and I really wonder what shall have to be changed when aiming for 1.2? I guess I'll find out once I get around to this.
I suppose I have to use Visual Studio for this

from pyrolite.

ststeiger avatar ststeiger commented on September 1, 2024

No, actually JetBrains Rider will work fine on Linux.
Just need to install the .NET Core SDK on the machine.

https://www.microsoft.com/net/learn/get-started/linuxubuntu
sudo apt-get update
sudo apt-get install dotnet-sdk-2.0.2

Other distros - choose dropdown on site.
Well, with NetStandard 1.6 you stand a chance, since it contains reflection.
But if you need, for example [Serializable], then you require .NET-Core 2.0+

See https://github.com/davidfowl/NetStandard/blob/master/platforms.cs

As shown here
https://docs.microsoft.com/en-us/dotnet/standard/net-standard
for NetStandard 2.0, you'll need mono 5.4, if you want to do it with mono (which isn't required), while you probably have mono 4.6.

from pyrolite.

irmen avatar irmen commented on September 1, 2024

Seems Rider creates .net standard 2.0 solutions, so that will likely be the target

from pyrolite.

ststeiger avatar ststeiger commented on September 1, 2024

I'd also go with 2.0.
Seems to be the most reasonable at the moment.
Lower will die out anyway.

from pyrolite.

irmen avatar irmen commented on September 1, 2024

migrated to dotnet core and netstandard 2
moved to xunit, a few tests still fail but the rest seems to be working fine already

from pyrolite.

irmen avatar irmen commented on September 1, 2024

Fixed all tests and published a 4.20 release to nuget.org @ststeiger could you have a look if this version works for you?
Thanks for pointing Rider out to me btw, it's a very nice tool

from pyrolite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.