Open svdHero opened 4 years ago
Hi @svdHero,
It's a four-year-old project, and the fake & paket version that was used is outdated.
I am currently held up, and I am not sure how much time I can spend on this.
I'd suggest, create a new F# project and copy this codebase over to have an executable version.
If you'd like to understand this codebase, you may find my functional conference talk based on this Cafe App useful.
Ah ok. I didn't know there was a talk to it. Thanks or the link. I will try to compile it with a new project. If sucessful, I can open a PR if you like.
Hi @tamizhvendan ,
I am using your project for learning good DDD architecture of F# projects. However, when I try to run
build.cmd
I get the errorin the
CafeApp.Web.fsproj
during the build stage.I have no experience with FAKE and Paket so far. Do you mind fixing the build scripts so that they build with the latest .NET or even with .NET Core 3.1?
That would be really great. Thank you so much.