urfnet / URF.Core

Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight.
https://github.com/urfnet
MIT License
309 stars 62 forks source link

Delete Action #17

Closed sreul closed 6 years ago

sreul commented 6 years ago

Hi, I'm new to URF/URF.Core and I used your Northwind example to get started. The Delete Action seems not to work. I run a DELETE http://localhost:2791/odata/Products(77)' via Postman, but that did not delete key 77 from the database (SQLSERVER). Hope you can reproduce the issue or tell me how to execute the Delete Action correctly. Thanks in advance! urf delete

lelong37 commented 6 years ago

Yes, we're tracking this issue (https://github.com/urfnet/URF.Core/issues/15), should have a fix released tomorrow, will update this issue, once this is completed.

lelong37 commented 6 years ago

Please see https://github.com/urfnet/URF.Core/issues/15#issuecomment-369136557, thanks!

sreul commented 6 years ago

Hi @lelong37, the Delete Action now works. Thank you!

lelong37 commented 6 years ago

Your very welcome :)

sreul commented 6 years ago

Please have a look at namespace "URF.Core.Abstractions". Sometimes you write "URF..." and sometimes "Urf...". Maybe this is not what you want? :) urfnamespace