circles-arrows / blueprint41

An Object Graph Mapper for CSharp to connect to Neo4j or Memgraph.
http://www.blueprint41.com/
MIT License
31 stars 8 forks source link

Missing "Generate.tt" file #64

Open chrisk414 opened 5 months ago

chrisk414 commented 5 months ago

Hi, I just tried to Blueprint41 to generate source code. I first installed the extension and generated a new project. Everything looks correct except that "Generate.tt" file is missing from the generated project. Do you know what's going on? I'm on VS 2022 Community. Thanks.

ca-link commented 5 months ago

Hi @chrisk414 ,

The latest version excluded the file "Generate.tt". You may refer to this wiki documentation. Generate Typesafe Model.

chrisk414 commented 5 months ago

Got it! I guess the doc needs be updated. thanks.