Skip to content
New issue

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

Dotnet 3x #400

Closed
shargon opened this issue Oct 22, 2019 · 1 comment
Closed

Dotnet 3x #400

shargon opened this issue Oct 22, 2019 · 1 comment
Labels
Question This issue is requesting information about dotnet-format

Comments

@shargon
Copy link

shargon commented Oct 22, 2019

Using the command line

dotnet tool install -g dotnet-format --version 4.0.40103 --add-source https://dotnet.myget.org/F/format/api/v3/index.json

Under travis (Mac), we obtains this error:

Welcome to .NET Core 3.0!
---------------------
SDK Version: 3.0.100
----------------
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Find out what's new: https://aka.ms/dotnet-whats-new
Learn about the installed HTTPS developer cert: https://aka.ms/aspnet-core-https
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
Write your first app: https://aka.ms/first-net-core-app
--------------------------------------------------------------------------------------
dyld: lazy symbol binding failed: Symbol not found: _utimensat
  Referenced from: /usr/local/share/dotnet/shared/Microsoft.NETCore.App/3.0.0/System.Native.dylib
  Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _utimensat
  Referenced from: /usr/local/share/dotnet/shared/Microsoft.NETCore.App/3.0.0/System.Native.dylib
  Expected in: /usr/lib/libSystem.B.dylib
The tool package could not be restored.
Tool 'dotnet-format' failed to install. This failure may have been caused by:
* You are attempting to install a preview release and did not use the --version option to specify the version.
* A package by this name was found, but it was not a .NET Core tool.
* The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
* You mistyped the name of the tool.

In linux it works perfect

@JoeRobich JoeRobich added the Question This issue is requesting information about dotnet-format label Nov 6, 2019
@JoeRobich
Copy link
Member

Hi @shargon,

Sorry you are having issues. Version 4.0.40103 is unlisted in our myget and we don't recommend running it. That being said, I was unable to reproduce this issue on my MacBook that is running 3.0.100.

I did find this issue which seems to indicate issues with Travis and 3.0.100 - https://github.com/dotnet/corefx/issues/39701

-Joey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question This issue is requesting information about dotnet-format
Projects
None yet
Development

No branches or pull requests

2 participants