[Mono-list] I need a NuGet target for Mono

Daniel Hughes trampster at gmail.com
Wed Aug 3 09:35:08 UTC 2016


Why do you think you need a separate nuget package/target for mono/linux?

You can create a single assembly that will run on windows and linux on
.net and mono.

If there are any differences that you need to work around you can
actually detect the OS at runtime. I havn't come across a case yet
that actually required what you are asking for.

On Wed, Aug 3, 2016 at 7:33 PM, Tiago Freitas Leal
<tfreitasleal at gmail.com> wrote:
> Hi all,
>
> I'm a developer in several open source libraries:
> -  CSLA .NET <https://github.com/MarimerLLC/csla>
> -  CSLA .NET Contrib <https://github.com/MarimerLLC/cslacontrib>
> -  MvvmFx for Windows Forms <https://github.com/MvvmFx/MvvmFx>
>
> Some libraries are UI agnostic while others include Windows Forms control
> libraries. All this projects target .NET Windows Forms. Since Mono is
> gaining momentum, I think it would be useful to port the libraries to Mono
> and enable applications that use the library to run on non-Windows OSes.
>
> We need a NuGet target for Mono or else we must release separate NuGet
> packages for Mono and that for each package.
>
>
>
> -----
> ---
> Tiago Freitas Leal
> --
> View this message in context: http://mono.1490590.n4.nabble.com/I-need-a-NuGet-target-for-Mono-tp4668302.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.dot.net
> http://lists.dot.net/mailman/listinfo/mono-list


More information about the Mono-list mailing list