Zaid-Ajaj / Snowflaqe

A dotnet CLI to generate type-safe GraphQL clients for F# and Fable with automatic deserialization, static query verification and type checking
MIT License
157 stars 26 forks source link

Add option to include CopyLocalLockFileAssemblies in generated project #19

Closed Zaid-Ajaj closed 4 years ago

Zaid-Ajaj commented 4 years ago

Specifically to fsharp/dotnet code generation target:

<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

Maybe a nice generic way to include multiple project items would be nice too

Zaid-Ajaj commented 4 years ago

Fixed as of Snowflaqe v1.10