erik4711
erik4711
That's great news! I have now updated the PCAP-over-IP blog post to include a link to the plugin.
I trust you know best where to move netstandard. But I wanna stress that pretty much any new .NET application, such as .NET Core, WinForms, ASP.NET or Xamarin, might reference...
I generally have no problems running Windows .NET Console or WinForm apps in Ubuntu with Mono. The big issue has been when referencing .NET Standard from the project. Installing these...
I was talking about applications built for the .NET Framework. .NET Core is a different ballgame.
With .NET Core you typically do separate releases for each platform (win-x64 / linux-x64 / osx-x64 / linux-arm). More details here: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog In these situations Mono isn't needed to run...
Sure, here are two .NET Framework applications that you should be able to run in Linux with Mono: - NetworkMiner : https://netresec.com/?b=142AA47 - KeyPass : https://keepass.info/help/v2/setup.html#mono
Oh sorry, those don't use netstandard. They are .NET WinForm applications that run fine with Mono but don't use .NET Standard, yet. As I said in my initial post, having...
See issue #14902 for one example where mono-devel or mono-complete is required to run a basic .NET application. I did a quick search for .NET projects using netstandard and found...
A separate package sounds reasonable. Would this package also include other classes in the "[Facades](https://github.com/mono/mono/tree/master/mcs/class/Facades)" structure, like System.ValueTuple, System.Collections.Concurrent etc?
Fair enough. Nevertheless having netstandard in a package of its own is definitely a good thing.