• @[email protected]
    link
    fedilink
    171 year ago

    Does Mono have any purpose any longer? What is the point now that dotnet core is so well-established?

    • Domi
      link
      fedilink
      211 year ago

      Yes, Mono is used by Wine to support Windows .NET applications since it’s a) open source and b) contains support for Windows Forms and other Windows-only APIs.

      They can’t ship the regular .NET framework by default for licensing reasons but it can be installed with winetricks to replace Mono, which is sometimes necessary for compatibility reasons.