mirror of
https://github.com/drorgl/MSDNSWebAdmin.git
synced 2026-04-24 21:05:52 +03:00
[GH-ISSUE #1] StackOverflowException #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mehranrezaei on GitHub (Jul 1, 2015).
Original GitHub issue: https://github.com/drorgl/MSDNSWebAdmin/issues/1
I created WebApi project using DNSManagement. I have the following API method:
But i get the following error:
in the following line:
I can watch zone.GetRecords() but i get error when i use it in return clause of API method.