🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

immutableobjectgraph.t4

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

immutableobjectgraph.t4

0.1.0-beta4
Version published
Maintainers
0
Created

ImmutableObjectGraph

Getting started is just a few steps away, due to weird dependency issues with T4:

  • Clear the Custom Tool property from the YourImmutableTypeDefinition.tt file.
  • Set the Build Action on your YourImmutableTypeDefinition.cs file to None.
  • Build your project.
  • Set the Custom Tool on YourImmutableTypeDefinition.tt back to TextTemplatingFileGenerator.
  • Set the Build Action on YourImmutableTypeDefinition.cs back to Compile.

If you run into code generation issues again, make sure the ImmutableObjectGraph.dll file already exists in your bin$(Configuration) directory.

Now open the YourImmutableTypeDefinition.tt file and start making changes to it. You may want to start with:

  • Fix the namespace of the generated code by changing the YourImmutableTypeDefinition.tt line: this.Namespace = "YourNamespace"; Also fix the namespace in the YourImmutableTypeDefinition.cs file (partial class that you author).

Send issues to https://github.com/aarnott/immutableobjectgraph/issues

Keywords

FAQs

Package last updated on 10 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts