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

After installing the Scripty extension in VS 2017.2, the VS package responsible for project loading and management fails to load, as the VS component cache is not reset or updated....

Bug

We are seeing this problem in some of our projects: `Scripty.MsBuild.targets(31,5): Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: �. Path '', line 0, position 0.` So far we've only seen...

If you try and reference #r reference a x64 dll inside of a scripty csx script you get a "Bad Image Format" error as scripty.exe is a x86 exe. I've...

General Enhancement

I had originally thought that we could just output generated files to the source directory for the new SDK-style projects and they'd get picked up by the default globbing patterns...

I'm running the custom tool version of Scripty and I have a problem when accessing the Context.Project.Build property. The first time this is working well but when I run the...

Bug

I would like to use Scripty to generate TypeScript file from C# file. In other words, I need to generate a file with `.ts` extension with build action set to...

General Enhancement

For anyone watching, I've been thinking about this project a lot lately. Specifically, how I can refactor it so it becomes more maintainable while addressing some of the outstanding issues...

Thank you for mentioning a great tool. Can you provide settings for automatically running the custom tool when the document is saved (*. cs or can be set) in the...

![image](https://user-images.githubusercontent.com/17650/31266554-9b0da6da-aa74-11e7-962d-5e8aba3091a4.png) This is a .NetStandard project completely fresh from New Project.

I'm trying to figure out if Scripty does what I need - but I can't even get beyond the simplest starter samples... I tried this one: **MyScript.csx** ``` foreach (Document...

Discussion/Question