Adam Ralph

Results 214 comments of Adam Ralph

@glennblock in reply to https://github.com/adamralph/scriptcs-nancy/issues/13#issuecomment-17782967 Ultimately what I need is, given a path to a script or assembly, I want to call something in scriptcs which does a `#load` or...

So I tried this: ``` C# > var x= 20; > x 20 > #load "foo.csx" > new Foo().Speak() Foo speaks > x 20 > ``` The value of `x`...

@glennblock OK, I thought at bit more about what you are saying above and I get it now. You're concerned with the difference between scriptcs code doing stuff to the...

Thanks for putting effort into this one. If this works out it could make for a truly rails-like deployment scenario. I'm starting to envisage actually running production sites with this....

Very cool! Have you tried getting it to work with assemblies yet?

Did I ever say how much I hate named parameters? :grin: Given that it's such a low risk breaking change, I vote to do it too. XML docs are well...

Thanks, I'll do that. The problem is that when I click the `Contribute` button in `about:addons` in Firefox, I am taken to a different page — https://www.patreon.com/sienori — which does...

I given this some time stew in my mind and I believe there is no point putting further effort into StyleCop. Roslyn based analysers will dominate the future and I...

> The project based NuGet approach requires installation (web access) for clean project checkouts This is no different to any other NuGet package. I'd hazard a guess that the number...

I'm a firm believer in static analysis living with source code and being part of the native build script (csproj). ### Less to set up Install once in source and...