Giter Club home page Giter Club logo

Comments (3)

knocte avatar knocte commented on June 6, 2024 1

@Danrancan hey, what Alex is saying is true, it works for me.

That being said, I would recommend to start to avoid relying on this repository, because the fact that it hasn't been updated to 22.04 in an "official way" could mean that it might go away soon.

The way to migrate out of this is to, of course, migrate to the new versions of .NET (e.g. .NET7, .NET8, etc). If you can't really migrate to that yet, you could still install mono from official Ubuntu repositories. The only disadvantage of the latter approach is that the version of mono is older and the msbuild package is not there (instead, you have xbuild). The disadvantage of using xbuild compared to msbuild is that it's a bit ancient and has some bugs and limitations, for example, it cannot build .NETStandard projects. However, Ubuntu is now shipping dotnet repositories out of the box (without the need to add apt repositories from Microsoft), so technically you could use dotnet build to build .NETStandard projects before using xbuild for your old .NET4.x mono-based projects. It's what we use in my company. If you want to know more, just ask away.

from mono.

akoeplinger avatar akoeplinger commented on June 6, 2024

Yes you can use the 20.04 repository on 22.04, so far I don't think I've seen any issues reported regarding that.

from mono.

neclimdul avatar neclimdul commented on June 6, 2024

Time to start asking the same question for 24.04 too i guess.

I have a external tool relying on the "official" repo and so doesn't work on these versions of ubuntu.

from mono.

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.