• @[email protected]
    link
    fedilink
    173 months ago

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

    • Domi
      link
      fedilink
      213 months 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.