We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get the following build error:
Errors:
/Users/jongalloway/.atom/packages/atom-sharper/server/OmniSharp.sln (default targets) -> (Build target) -> /Users/jongalloway/.atom/packages/atom-sharper/server/Microsoft.Build.Evaluation/Microsoft.Build.Evaluation.csproj (default targets) -> /usr/local/Cellar/kmono/3.6.1-10002/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
/usr/local/Cellar/kmono/3.6.1-10002/lib/mono/4.5/Microsoft.CSharp.targets: error : Error executing tool '/usr/local/Cellar/kmono/3.6.1-10002/lib/mono/4.5/mcs.exe': ApplicationName='/usr/local/Cellar/kmono/3.6.1-10002/lib/mono/4.5/mcs.exe', CommandLine='/noconfig @/var/folders/8l/llxlwtjs5295sfv5p8zpr2m00000gn/T/tmpc281249.tmp', CurrentDirectory='/Users/jongalloway/.atom/packages/atom-sharper/server/Microsoft.Build.Evaluation', Native error= Cannot find the specified file
/Users/jongalloway/.atom/packages/atom-sharper/server/OmniSharp.sln (default targets) -> (Build target) -> /Users/jongalloway/.atom/packages/atom-sharper/server/NRefactory/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj (default targets) -> /usr/local/Cellar/kmono/3.6.1-10002/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
/usr/local/Cellar/kmono/3.6.1-10002/lib/mono/4.5/Microsoft.CSharp.targets: error : Error executing tool '/usr/local/Cellar/kmono/3.6.1-10002/lib/mono/4.5/mcs.exe': ApplicationName='/usr/local/Cellar/kmono/3.6.1-10002/lib/mono/4.5/mcs.exe', CommandLine='/noconfig @/var/folders/8l/llxlwtjs5295sfv5p8zpr2m00000gn/T/tmp1e852d7f.tmp', CurrentDirectory='/Users/jongalloway/.atom/packages/atom-sharper/server/NRefactory/ICSharpCode.NRefactory', Native error= Cannot find the specified file
After this, when I start atom it doesn't load files or folders.
The text was updated successfully, but these errors were encountered:
Odd. It's building ok on CI (although that's mono 3.0.12). It builds for me on Mono 3.8
There have been known issues with homebrew mono though. Maybe try official mono or update your mono install with homebrew?
Sorry, something went wrong.
Ok to close this?
No branches or pull requests
I get the following build error:
Errors:
/Users/jongalloway/.atom/packages/atom-sharper/server/OmniSharp.sln (default targets) ->
(Build target) ->
/Users/jongalloway/.atom/packages/atom-sharper/server/Microsoft.Build.Evaluation/Microsoft.Build.Evaluation.csproj (default targets) ->
/usr/local/Cellar/kmono/3.6.1-10002/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
/Users/jongalloway/.atom/packages/atom-sharper/server/OmniSharp.sln (default targets) ->
(Build target) ->
/Users/jongalloway/.atom/packages/atom-sharper/server/NRefactory/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj (default targets) ->
/usr/local/Cellar/kmono/3.6.1-10002/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
After this, when I start atom it doesn't load files or folders.
The text was updated successfully, but these errors were encountered: