Hubert-Rybak / dotnet-warp

.NET Core global tool for producing single executable using Warp
MIT License
249 stars 23 forks source link

Folder with multiple .csproj files #27

Closed ztl8702 closed 5 years ago

ztl8702 commented 5 years ago

Is this a supported scenario?

I can see the following line in code:

https://github.com/Hubert-Rybak/dotnet-warp/blob/3a8a590be9fc944dddea8038b8dfdd8aab476a9b/src/dotnet-warp/Program.cs#L79

But it seems I can't pass in a --project parameter:

> dotnet-warp --project .\Foo.csproj --verbose
Specify --help for a list of available options and commands.
Unrecognized option '--project'

Did you mean this?
    property
Hubert-Rybak commented 5 years ago

Project is first parameter, try dotnet-warp .\Foo.csproj