mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 18:11:04 +09:00
Documentation: Purges two outdated known issues.
Unix build instruction has two outdated notes under Known Issues.
The first one is fixed by:
https://bugzilla.xamarin.com/show_bug.cgi?id=29679. (/cc @akoeplinger)
The last one was fixed by a series of organization-wide updates to
bash files by @dougbu via https://github.com/aspnet/Home/issues/695.
Commit migrated from 0c42646a32
This commit is contained in:
parent
fa92a61b90
commit
0ffea0e1c2
1 changed files with 0 additions and 4 deletions
|
@ -72,7 +72,3 @@ PDBs aren't generated by Roslyn on Unix. https://github.com/dotnet/roslyn/issues
|
|||
Test runs are currently disabled when building on Unix. https://github.com/dotnet/corefx/issues/1776
|
||||
|
||||
System.Diagnostics.Debug.Tests does not build on Unix. https://github.com/dotnet/corefx/issues/1609
|
||||
|
||||
Mono fails when trying to get custom attributes on CoreFx assemblies. https://bugzilla.xamarin.com/show_bug.cgi?id=29679
|
||||
|
||||
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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue