Scripty
Scripty copied to clipboard
Tools to let you use Roslyn-powered C# scripts for code generation
Component cache doesn't get reset after installing Scripty extension in Visual Studio 2017 update 2
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....
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...
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...
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...
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...
 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...