scriptcs / scriptcs-samples

Sample usages of scriptcs
Other
111 stars 26 forks source link

There was a couple of missing using's. #6

Closed Jonesie closed 11 years ago

Jonesie commented 11 years ago

Added System, System.Linq and System.Collections.Generic.

glennblock commented 11 years ago

We add those now by default. They don't need to be there

-----Original Message----- From: "Peter G Jones" notifications@github.com Sent: ‎4/‎2/‎2013 12:32 AM To: "scriptcs/scriptcs-samples" scriptcs-samples@noreply.github.com Subject: [scriptcs-samples] There was a couple of missing using's. (#6)

Added System, System.Linq and System.Collections.Generic.

You can merge this Pull Request by running git pull https://github.com/Jonesie/scriptcs-samples patch-1Or view, comment on, or merge it at: https://github.com/scriptcs/scriptcs-samples/pull/6 Commit Summary There was a couple of missing using's. File Changes M webapihost/start.csx (7) Patch Links: https://github.com/scriptcs/scriptcs-samples/pull/6.patch https://github.com/scriptcs/scriptcs-samples/pull/6.diff

Jonesie commented 11 years ago

It didnt work for me, but I wasnt using the Dev branch - am now.

Cheers

glennblock commented 11 years ago

Thanks but in the dev branch of scripts we added code that adds a few namespaces including these by default.

glennblock commented 11 years ago

That's why I pointed out dev :-)

We are planning to do a first release shortly and will merge to master. Dev is well over 200 commits ahead :-)

-----Original Message----- From: "Peter G Jones" notifications@github.com Sent: ‎4/‎2/‎2013 12:49 AM To: "scriptcs/scriptcs-samples" scriptcs-samples@noreply.github.com Cc: "Glenn Block" glenn.block@gmail.com Subject: Re: [scriptcs-samples] There was a couple of missing using's. (#6)

It didnt work for me, but I wasnt using the Dev branch - am now. Cheers — Reply to this email directly or view it on GitHub.

Jonesie commented 11 years ago

Coolness