rbwhitaker / CSharpPlayersGuideEarlyAccess

A place to track issues with the C# Player's Guide for patches and future editions
19 stars 0 forks source link

[CX55] The `dotnet` command doesn't work as described in the book #638

Closed rbwhitaker closed 2 years ago

rbwhitaker commented 2 years ago

If you publish a framework-dependent deployment with a portable architecture, the result will be a .dll file containing your program. You can launch a program like this with a command like dotnet run Program.dll.

The comment on Discord was, "I can't use dotnet run Program.dll but I can use dotnet Program.dll.

This was likely fixed before 5.0.0, so may already be solved, but the Discord server status doesn't reflect that.

rbwhitaker commented 2 years ago

I added this to the list because I was unsure if it had been accounted for. Turns out, it was accounted for in 5th Edition (5.0.0). So I'm closing this out and calling it done, as well as removing it from the 5.0.1 milestone.