Scripty
Scripty copied to clipboard
Tools to let you use Roslyn-powered C# scripts for code generation
Consider loading the references that the host project uses and making them available in the script. Maybe there should be a preprocessor directive to opt-in to this behavior.
Related to #36. It would be nice if there would not be a truckload of dependencies (Roslyn and friends) when you only need the `ScriptContext` type. An issue would be...
I recently tried using scripty to create compressed files that can be embedded into an assembly. Right now I am just using File.WriteAllBytes but would like to know if scripty...
It should be noted somewhere, that Scripty requires .Net 4.6 and (Microsoft Build Tools 2015 or Visual Studio 2015). Probably it worth create better error messages if requirements are not...
I have a script which requires Newtonsoft.Json - In my case it is also used by the project that contains the script but this should not be a pre-requisite. At...
Hi, I have a warning about a .cs file that is included twice in the project when compiling and I think it is related to the ScriptyGenerator custom tool. Here...
Is there a way to get this working with the new RTM version of dotnet CLI and ASP.NET Core (MVC)? Or is the .xproj model not supporter?
I'd love to use Scripty for some generation that i'm currently using T4 for however i'm currently hitting a DB to generate some Enumerations using the connection string pulled from...
Given the following graphic:  It would be nice to know more about the "black magic" in the middle. - Where are my *.csx files coming in? - What...
This would create a `.csx` file and would pre-populate the custom tool property and would include a sample script with some boilerplate as initial content.