|
|
|
|
|
by tree_of_item
3707 days ago
|
|
Quick question for .NET developers: is there a solution for totally command line driven workflows yet? I really don't want to mess around with .SLN files and IDEs like Visual Studio and MonoDevelop. I'm sure VS is fine for people who like it, but I really want something like `cargo build` or `go build`. |
|
'dotnet build' to build it.