Closed AllanMorris closed 9 years ago
Hi @AllanMorris,
Ok, at the moment as there is no released NuGet packages you have to manually install the packages. That is a bit complicated until I release proper NuGet packages for GenericServices, which should be within the next month when I have finished the next stage of the documentation and samples.
If you want to play with SampleMvcWebApp now I think there are two ways to do this:
This one I know will work as this is how I develop, but its a lot of work.
After that you will be able to build SampleMvcWebApp.
I haven't tried this but it should work.
If that is too much then do a watch on GenericServices and when I release the package on NuGet you can pick it up.
Hi @AllanMorris,
Just realised that SampleMvcWebApp is at GenericService 1.0.0 so the first method would not have worked. I have committed a change to SampleMvcWebApp with it using GenericService 1.0.1. You will need to update your local copy if you want to try approach 1.
Hi Jon, Many thanks for the quick feedback I will try your suggestions. Allan
Hi Jon,
I have now picked up the sample of your complex sample which is an excellent view of the features available...One question I have is how do you normally create the Crud DTO's manually and via an automated process?
Hi @AllanMorris,
Firstly, I had a big push and got a NuGet release of GenericServices out. Please see this issue which describes all the changes to GenericServices, including the new example web site you picked up.
Secondly, on creating a DTO I do it manually. The steps are:
SupportedFunctions
property.I hope that helps.
Hi Jon,
I just downloaded the sample and attempted a build and Nuget was unable to find 1.0.0 version of GenericLibsBase from VS2013 Premium edition. I noticed there was a change a day or so ago maybe this caused it somehow?
Thanks Allan