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
./
if i use -I my/path/*.fsproj ` works.
-I my/path/*.fsproj
using -I ./my/path/*.fsproj doesnt work, because generate an empty sln
-I ./my/path/*.fsproj
having a project src/common/Thor.Sif .Services.IndexInventory/Thor.Sif .Services.IndexInventory.fsproj
src/common/Thor.Sif .Services.IndexInventory/Thor.Sif .Services.IndexInventory.fsproj
this works
dotnet nosln --flatten --quiet -o the.sln -I "src/common/Thor.Sif .Services.IndexInventory/*.fsproj"
but this doesnt
dotnet nosln --flatten --quiet -o the.sln -I "./src/common/Thor.Sif .Services.IndexInventory/*.fsproj"
The text was updated successfully, but these errors were encountered:
i'll send a PR
Sorry, something went wrong.
No branches or pull requests
if i use
-I my/path/*.fsproj
` works.using
-I ./my/path/*.fsproj
doesnt work, because generate an empty slnHow to repro
having a project
src/common/Thor.Sif .Services.IndexInventory/Thor.Sif .Services.IndexInventory.fsproj
this works
but this doesnt
The text was updated successfully, but these errors were encountered: