Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
int_19h
3 months ago
|
parent
|
context
|
favorite
| on:
Run a C# file directly using dotnet run app.cs
Thing is, for quick and dirty throwaway scripts, an assembly reference is sometimes exactly what one wants.
E.g. let's say I have a compiled app and I just want to reach inside of it and invoke some method.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
E.g. let's say I have a compiled app and I just want to reach inside of it and invoke some method.