You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Subcommands that take `<PROJECT-DIR>` as positional argument also support `-p`/`--project-dir` option instead.
259
+
- That's to match behavior with `dotnet run`.
260
+
-`--release` and `--target-dir`
261
+
-`check` and `compile` subcommands accept these flags but ignore. (So that you can replace `build` subcommand with `check` without changing other args.)
262
+
-`--debug` (inversion of `--release`) is accepted but ignored.
263
+
251
264
## Misc notes
252
265
253
266
- I'm NOT familiar with external tools; please teach me.
0 commit comments