Namespace written twice on ONVIF service reference
Open
Backlog
bug
priority 3
tooling
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 576
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
After #3103 has been closed, I'm trying to add the reference to the ONVIF service using this command line:
```
dotnet svcutil https://www.onvif.org/ver10/events/wsdl/event.wsdl -n "*,MyNamespace"
```
Without the `-n` option, the service is correctly generated, but with that command, it generates:
```
public MyNamespace.MyNamespace.CreatePullPoint CreatePullPoint;
```
which is wrong.
Contributor guide
Assessment
This issue has not been assessed yet.