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

``` /usr/lib64/mono/4.5/resgen.exe ... bash: /usr/lib64/mono/4.5/resgen.exe: cannot execute binary file: Exec format error ```

They have different search paths. xbuild: ``` SearchPaths: {CandidateAssemblyFiles} {HintPathFromItem} {TargetFrameworkDirectory} {PkgConfig} {GAC} {RawFileName} ./bin/ ``` msbuild: ``` AssemblySearchPaths = {CandidateAssemblyFiles}; ; {HintPathFromItem}; {TargetFrameworkDirectory}; {Registry:Software\Microsoft\.NETFramework,v4.0,AssemblyFoldersEx}; {AssemblyFolders}; {GAC}; {RawFileName}; ./bin/ ```...

Monodevelop is packaged not in gentoo way https://gist.githubusercontent.com/ArsenShnurkov/087186792d8dd155c7c3/raw/bed2360aa4c4aea0ba583440f11a93809ac871c0/stdin Unable to find version '6.0.8' of package 'Newtonsoft.Json'. Unable to find version '2.6.4' of package 'NUnit.Runners'. Unable to find version '5.2.2' of...

`!!! Fetched file: coreclr-1.0.6.tar.gz VERIFY FAILED! !!! Reason: Filesize does not match recorded size !!! Got: 34307210 !!! Expected: 34307149 Refetching... File renamed to '/usr/portage/distfiles/coreclr-1.0.6.tar.gz._checksum_failure_.ppcd_idz' `

Apparently this ebuild tries to make directories in the /etc directory during compilation, which of course is a sandbox violation and causes the build to fail. Here's the sandbox log...

Some networks only allow certain ports like 80 and 443. Trying to emerge dev-util/monodevelop-9999 or some other \*/\*-9999 causes errors, when traffic to port 9418 is administratively filtered. Using the...

dev-dotnet/dotnet-cli-1.1.1-r2 includes pkg_pretend() { # If FEATURES="-sandbox -usersandbox" are not set dotnet will hang while compiling. if has sandbox $FEATURES || has usersandbox $FEATURES ; then die ".NET core command-line...

* https://github.com/dotnet/source-build - would source-build simplify things for this repo and leave behind just the Portage packaging bits? * Secondly, can we just use generic Linux binaries on Gentoo https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-download.md#net-core-200?...

Building dev-dotnet/buildtool-1.0.27 failed because it can't find `MSBuild.Community.Tasks.Targets`: ``` /var/tmp/portage/dev-dotnet/buildtools-1.0.27/work/buildtools-a177c85d78799e6c2407ce88e857546e490d83c2/src/Microsoft.DotNet.Build.Tasks/mono-Microsoft.DotNet.Build.Tasks.csproj: error : /var/tmp/portage/dev-dotnet/buildtools-1.0.27/work/buildtools-a177c85d78799e6c2407ce8 8e857546e490d83c2/src/Microsoft.DotNet.Build.Tasks/mono-Microsoft.DotNet.Build.Tasks.csproj: /var/tmp/portage/dev-dotnet/buildtools-1.0.27/work/buildtools-a177c85d78799e6c2407ce88e857546e490d83c2/src/Microsoft.DotNet.Build.Tasks/mono-Microsoft.DotNet.Build.Tasks.csproj c ould not import "$(MSBuildExtensionsPath)\MSBuild.Community.Tasks.Targets" ``` `dev-dotnet/msbuildtasks-1.5.0.240-r3` is installed, and has that file: ``` #...

Many packages currently exhibit digest verification failures when downloaded from github. These are likely related to https://github.com/libgit2/libgit2/issues/4343