aardvark-platform / aardvark.templates

.NET Core SDK templates for bootstrapping new Aardvark projects
MIT License
15 stars 1 forks source link

Update templates to Aardvark v5 #5

Closed gsomix closed 4 years ago

gsomix commented 4 years ago

Project files for Aardvark v5 look cleaner, but still have some weird explicit dependencies:

I have also experimented a little with Paket as dotnet tool and Paket-based templates. It works fine but need more work on projects structure (introduce solution + F# project + Paket files) and also complicated build process a bit (first need to restore tool, then install deps and so on). So I decided to not go this way for now.

cc @haraldsteinlechner @krauthaufen What do you think?

krauthaufen commented 4 years ago

Looking good, @haraldsteinlechner merge if you're also happy with it...

haraldsteinlechner commented 4 years ago

awesome thx

gsomix commented 4 years ago

Thank you for the review!