-
Notifications
You must be signed in to change notification settings - Fork 8
blog post about @EntryPoint() #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @filipw 💖 This is an excellent post which I think highlights a feature that is both interesting, and as you say makes it easier for folks to get into Q#. I left a few minor comments, mostly questions on my part about how stuff worked 😄 I think some of them would be good to clarify before going live.
dotnet MyProgram.dll --number 100 --text foo --flag true | ||
``` | ||
|
||
By convention, each argument is mandatory, and the program won't execute without all three of them being passed in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Side note, we should file a bug that this be noted in the docs for EntryPoint
.
Co-authored-by: Sarah Kasier <sckaiser@sckaiser.com>
Co-authored-by: Sarah Kasier <sckaiser@sckaiser.com>
thanks a lot for the comments - I rephrased and change stuff as suggested 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a really nice blog post! Thanks for writing it :)
Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>
thanks for doing all the work 😀 |
I'll get a bunch of social media queued up for tomorrow morning to announce this! Thanks again for a great post! |
cc @crazy4pi314 👋