dotnet icon indicating copy to clipboard operation
dotnet copied to clipboard

[MIRROR] Newer mono, .NET languages, and libraries

Results 106 dotnet issues
Sort by recently updated
recently updated
newest added

www-servers/xsp-4.4_p2016022603 fails to compile. Needed to emerge mod_mono and monodevelop. It is complaining about NUnit - this [bug](https://bugzilla.xamarin.com/show_bug.cgi?id=52774) looks relevant. Relevant parts of build.log: ``` Errors: /var/tmp/portage/www-servers/xsp-4.4_p2016022603/work/xsp-c98e068f5647fb06ff2fbef7cd5f1b35417362b1/xsp.sln (default targets) ->...

For missing dependencies in clean environment? I know, that it is used to run 'repoman -d', but what about individual packages?

Got a fetch failure when trying to install nant. ``` * nant-nant-0.93.5019_p201511150-19bec6eca205af145e3c176669bbd57e1712be2a.zip SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>> Downloading 'http://distfiles.gentoo.org/distfiles/mono.snk.bz2' --2016-12-18 19:52:55-- http://distfiles.gentoo.org/distfiles/mono.snk.bz2 Resolving distfiles.gentoo.org... 64.50.233.100,...

https://github.com/gentoo/dotnet/issues/111 "the entire .NET runtime along with class libraries is not fully supported on Linux yet. One need the PCL reference assemblies to bootstrap the build of corefx." "the goal...

dotnet-cli fails with error: ``` /var/tmp/portage/dev-dotnet/dotnet-cli-1.1.1-r1/work/coreclr-1.0.6/src/pal/src/cruntime/mbstring.cpp:182:20: error: use of undeclared identifier 'min' ret += min(count, strlen((const char*)string)); ^ 1 error generated. ``` Build log: https://gist.github.com/Nexion/0d23b51ab350f72fe9dbd2965ed00a42 clang 3.9.1 gcc 6.3.0

emerge nuget failed with this: ``` * ACCESS DENIED: mkdir: /usr/share/.mono/keypairs Error getting response stream (Write: The authentication or decryption has failed.): SendFailure /var/tmp/portage/dev-dotnet/nuget-2013.07/work/Build/NuGet.Restore.targets: error : Command 'mono /var/tmp/portage/dev-dotnet/nuget-2013.07/work/Build/../src/CommandLine/bin/Release/NuGet.exe install...

bug

Hi, xsp fails to install on mono-4.0.1.34 because the gmcs script does not exist in /usr/bin. The workaround is to add a GMCS-variable to the configure script (see patch below)....

bug

http://tirania.org/blog/archive/2015/Jul-21.html "we now have a Roslyn-powered branch:" https://github.com/mono/monodevelop/tree/roslyn "Mono's master release contains now support for using PPDB files as its debug information. " "Roslyn can produce debug information that Mono...

mono-tls is a purely managed implementation of TLS 1.0, 1.1 and 1.2 (a regular Mono checkout will default to the existing Mono SSL/TLS implementation which supports a number of ciphers...

Hi, I've encountered the problem with installing System.Security.Claims >= 4.0.0 because it requires Nuget >= 3.0. So, I'm wondering why there is no the latest (3.4.4.1321 - the latest for...