-
Crossposting from SO I just stumbled across the
I'm interested in the second option, so I made a simple console application with two files,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
StartupObject is a build property, not a runtime property. When |
Beta Was this translation helpful? Give feedback.
StartupObject is a build property, not a runtime property. When
dotnet run
sees that a build is required (such as a source file is newer than the build output, or there's no build output) then it cascades todotnet build
first, and passes through all the-p
arguments to the build.