Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 52c7af6

Browse files
committed
Merge pull request #2530 from jasonwilliams200OK/patch-1
Documentation: Purges two outdated known issues
2 parents 17a9de2 + 0c42646 commit 52c7af6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Documentation/building/unix-instructions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,3 @@ PDBs aren't generated by Roslyn on Unix. https://github.com/dotnet/roslyn/issues
7272
Test runs are currently disabled when building on Unix. https://github.com/dotnet/corefx/issues/1776
7373

7474
System.Diagnostics.Debug.Tests does not build on Unix. https://github.com/dotnet/corefx/issues/1609
75-
76-
Mono fails when trying to get custom attributes on CoreFx assemblies. https://bugzilla.xamarin.com/show_bug.cgi?id=29679
77-
78-
Some third party dependencies may incorrectly assume that `bash` is always installed in `/bin/`. This can manifest itself in errors like `corefx/packages/dnx-mono.1.0.0-beta5-11760/bin/dnu: not found`. The simplest way to get around this until fixed upstream is simply making the assumption correct: `sudo ln -s /usr/local/bin/bash /bin/bash`.

0 commit comments

Comments
 (0)