8 packages tagged with “cheetah”
Allows for configuration based XML and JSON transformations at build time.
Allows for configuration based XML transformations at build time.
This package contains extensions for XDT (XML Document Transforms). Included here is an MSBuild task as well as other extensions.
A generic Repository Pattern Abstraction for .Net.
The fastest multithreading 2D parametric constraints solver for CAD applications. Examples: https://github.com/CloudInvent/Cheetah.Examples Full documentation will be available on our site: www.cloud-invent.com, or by request on support@cloud-invent.com If you want to see CheetahSolver in action you can download Cheetah Solver Plugin fo AutoCAD from Autodesk Exchange Apps store: https://apps.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3acheetahsolver_windows32and64%3aen, or from our site: http://www.cloud-invent.com/download. Cheetah Solver Plugin replaces built-in AutoCAD parametric solver by our CheetahSolver For technical questions and support please contact us by e-mail: support@cloud-invent.com. For the purpose of commercial usage of CheetahSolver .Net API please contact us by e-mail: info@cloud-invent.com
Fork of SlowCheetah with additional per-user (and configuration) transformations. For per-user transform, name your transform-file like {file}.{configuration}.{username}.{extension}. For example: App.Debug.urbanhusky.config. Per-user transformations are applied after per-configuration transformations (i.e. "App.Debug.config" is applied before "App.Debug.urbanhusky.config"). You can use this NuGet package to install the SlowCheetah MSBuild targets/tasks into your solution. This can be useful for command line build scenarios as well as cases where not all your team members have installed the SlowCheetah add in. To enable transform, you must either install the SlowCheetah Visual Studio extension (there are two versions: a preview for VS 2015 and one for older versions) and enable the transformation on the desired configuration file, or you'll have to define <TransformOnBuild>true</TransformOnBuild> in the project file for the desired file, such as: <ItemGroup> <None Include="App.config"> <TransformOnBuild>true</TransformOnBuild> </None> </ItemGroup>
A generic Repository Pattern Entity Framework implementation for .Net.
A tool for comparing two .config files and generating an XDT transform (Microsoft XML Document Transform). Useful for creating transforms for existing production web.config or app.config files. Can also be used for unordered XML comparison, as an alternative to Microsoft's XML Diff tool.