SnapDevelop 2019-R3
I am doing the 'Create a Web API' tutorial. I did the step 'Add a Service' which adds a "Service (.NET Datastore)" called DepartmentService.
In DepartmentService.cs there are two errors indicated in the generated code.
Line 7:
using DWNet.Data;
The type or namespace name 'DWNet' could not be found...
Line 34:
if (department.Count == 0)
Operator '==' cannot be applied to operands of type 'method group' and 'int'
How do I correct these errors?
Roland, yes, you will need to install the packages in every project.