Git Product home page Git Product logo

Comments (5)

MiloszKrajewski avatar MiloszKrajewski commented on August 15, 2024

In general can be done as sources themselves do nt use any .NET 4.6 features, but I had problems with compatibility of dependencies: System.Memory and System.Buffers. There are some weird compilation errors when net 4.5 is added to the mix.

At the same time I remember having barriers like this myself: NET 3.5 compatibility as it was used by Unity (and using .NET 2.0 "engine"), NET 4.0 compatibility as this is last version supported by Windows XP. But .NET 4.5? Why it is a problem to upgrade?

from k4os.compression.lz4.

ivanjx avatar ivanjx commented on August 15, 2024

We have hundreds of users already. Impossible to tell them one by one. My boss wouldnt like it either. What errors?

from k4os.compression.lz4.

ivanjx avatar ivanjx commented on August 15, 2024

Net46 is also only preinstalled only with windows 10...

from k4os.compression.lz4.

MiloszKrajewski avatar MiloszKrajewski commented on August 15, 2024

Don't quote me on that, but:

I don't remember exactly, but it was something about using System.Runtime.CompilerServices.Unsafe (transient dependency of System.Memory?) which, when .NET 4.5 was added to the mix, was forced to use some version, which was causing run-time exceptions on .NET 4.6 (it was compiling just fine, it just didn't work).

I'll take another look.

from k4os.compression.lz4.

MiloszKrajewski avatar MiloszKrajewski commented on August 15, 2024

Buffer.MemoryCopy was the problem. You can try now. 1.1.11

from k4os.compression.lz4.

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.