dotnet / dotnet/wcf

Namespace written twice on ONVIF service reference

Open
#3,158 2 comments 1 reaction 1 assignee Claimed by @dasetser View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.