Sylvan.BuildTools.Resources icon indicating copy to clipboard operation
Sylvan.BuildTools.Resources copied to clipboard

Build-time resource file support in C# projects.

Results 4 Sylvan.BuildTools.Resources issues
Sort by recently updated
recently updated
newest added

JSON schemas can be used by software to understand the object Type of a JSON file. They can also be used via editor extensions to provide completion suggestions. A JSON...

Figure out if it is possible to add a resj item template via nuget package. Currently, when adding a new resj via new text file, the project system will `Remove`...

First, thanks for this package -- it's very useful. I have a hierarchy of SQL files that I am trying to process using the StaticResourceGenerator. When I ran it, it...

Build fails with the following project layout: ### my-project.csproj ```xml ... ... ``` ### Folder structure **project-root/data/Example/** - file.json - otherfile.json - Subfolder/ The json files simply have `{}` inside...