-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add a .NET Core 2.0 Hello World sample #377
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
MattHodge
left a comment
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.
Apart from the Reflexive edges in graph are not allowed. issue, this runs perfectly on MacOS. 👍
|
|
||
| Task("Default") | ||
| .Description("This is the default task which will run if no specific target is passed in.") | ||
| .IsDependentOn("Default"); |
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 causes a Reflexive edges in graph are not allowed exception (the task being dependant on itself).
|
@MattHodge thanks for pointing it out. New commit fixing the issue. |
MattHodge
left a comment
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.
Works perfectly on MacOS too 👍
|
The refresh messed up this PR now though. :\ |
|
Yes, it messes up the PR but for a good reason :) We added a dotnet sample consumable by
|
|
@sanathkr will do. Thanks |
|
@sanathkr Ah, I see, all the samples are now cookiecutter templates for |
|
Precisely! |
|
Closing this PR, in order to preserve the history. |
This PR adds a simple
HelloWorldsample.It uses Cake as build platform for the AWS Lambda.
It also updates the documentation to reflect the changes.