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

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Update Libraries to newest versions.

hi! i would like to keep my existing csx files BUT using source generator to make them work do you think you could provide us such a source generator please?...

Scripty works with Visual studio code (.NET Core) as T4 cross platform alternative or not ?

General Enhancement

Taking a simple script and trying to run the custom tool via the extension in 15.8 Preview 3 fails. The error is: System.TypeLoadException: Could not load type 'Microsoft.CodeAnalysis.MSBuild.MSBuildWorkspace' from assembly...

Hi Guys, When I click on the "Scripty Visual Studio extension URL" I get 404, Is Scripty still a thing? Being supported and developed? Thanks Regards

When the project is in the new .NET Core csproj format ("SDK-style" project), the custom tool doesn't work. There's no error, but nothing is generated. The Scripty.MSBuild package doesn't work...

On my local Windows workstation, Scripty works as expected (and is great!). In my build pipeline (in a Docker container / Linux), I get this error: ```text /root/.nuget/packages/scripty.msbuild/0.7.4/build/Scripty.MsBuild.targets(31,5): error MSB4062:...

Scripty could be fantastic replacement of T4 since T4 in .net core is not able to handle references but it does not work and seems abandoned for years. First I...