ODataSamples
ODataSamples copied to clipboard
AdventureWorksLTSample not working with latest NuGet packages
Steps to duplicate:
- Download the AdventureWorksLTSample
- Build. Build works.
- Remove all previous NuGet packages
get-package | uninstall-package -force - Install updated NuGet packages
install-package Microsoft.Restier - Build. Build fails.
It looks like the issues are in the WebApiConfig.cs as some objects no longer exist.