Scripty icon indicating copy to clipboard operation
Scripty copied to clipboard

Tools to let you use Roslyn-powered C# scripts for code generation

Results 53 Scripty issues
Sort by recently updated
recently updated
newest added

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.

General Enhancement

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...

Discussion/Question

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...

General Enhancement

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...

Documentation

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...

General Enhancement

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...

MsBuild Enhancement
VS Extension Enhancement

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?

Discussion/Question

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...

MsBuild Enhancement

Given the following graphic: ![black magic](https://cloud.githubusercontent.com/assets/651191/16154301/75e814bc-34aa-11e6-92ce-d8f37bb03400.png) It would be nice to know more about the "black magic" in the middle. - Where are my *.csx files coming in? - What...

Documentation

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.

VS Extension Enhancement