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

tool searches only for .csproj, other project file types need to specified explicitly #8

Closed
ma3yta opened this issue Aug 6, 2019 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@ma3yta
Copy link

ma3yta commented Aug 6, 2019

image

@bjorkstromm
Copy link
Owner

Sorry, cli searches explicitly for .csproj

https://github.com/mholo65/depends/blob/df748370034b1858e711652e5304859bceb41dc5/src/Depends/Program.cs#L55

A workaround is to specify the path to your project file, e.g:

dotnet depends MyFunc.fsproj

I tested quickly, and it seems to work with F# projects as well. You would probably also encounter same issue with a VB.NET project as well.

@bjorkstromm bjorkstromm added the help wanted Extra attention is needed label Aug 7, 2019
@bjorkstromm bjorkstromm changed the title tool doesn't work with .fsproj tool searches only for .csproj, other project file types need to specified explicitly Aug 7, 2019
@bjorkstromm
Copy link
Owner

Fixed by 5a49e64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants