Y
Hacker News
new
|
ask
|
show
|
jobs
by
metaltyphoon
77 days ago
Curious… why not a single app.cs instead of slnx + csproj boilerplate? The moment you `dotnet app.cs` it will be a cached and fast to start
1 comments
johanvts
77 days ago
I think the app.cs approach is mainly for single file apps/scripts. While this is small there are two projects and several files so a solution + project files seems totally standard.
link