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

I have hard time finding some examples of Scripty. If you have some links/Repos - please share.

Discussion/Question

This change makes a version of Scripty.MsBuild that is compatible with `dotnet build`. Any chance we can get this one pushed up to nuget? Would be a lifesaver - I'm...

We performed an automated audit of your Cake addin and found that it does not follow all the best practices. We encourage you to make the following modifications: - [...

I am using Scripty.MsBuild to generate TypeScript typings in a ASP.NET Core 2.0 project quite successfully, by referencing the output DLL in the bin folder. However, this doesn't work if...

MsBuild Enhancement

I have a T4 script which I've converted to Scripty so that it can run as part of an AspNetCore solution. The script builds test object factories by reflecting over...

Just added the the MSBuild task to a new project, and ran it with a simple test script (just outputs `"//Hello?"`). It all works fine, except the file was unexpectedly...

Discussion/Question

I'm not sure if this is a general issue with Roslyn, or whether there is anything the Scripty extension can do about it in the meantime, but it's significant discouragement...

Discussion/Question

Tried to add a .csx on a .net standard 1.4 project (.net fx 4.6 or .net core 1.0), but nothing works (nor any error message or dialog is displayed) A...

Scripty still tries to run the .csx file, even if it's excluded from project.