Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add optional "codeTypeReferenceOptions" options to support type reference generation with "global::" prefix #15

Merged
merged 2 commits into from
Jul 13, 2016

Conversation

dafanasiev
Copy link
Contributor

Optional argument was added to avoid C# type resolution problems if user project already have SomeProject.SomeNamespace.System (ends with .System) namespace and target generated namespace set as SomeProject.SomeNamespace.SomeSubNamespace.XsdGeneratedNamespaceBase (via --namespace argument).

@codecov-io
Copy link

Current coverage is 89.47%

Merging #15 into master will decrease coverage by 0.23%

@@             master        #15   diff @@
==========================================
  Files            11         11          
  Lines          1449       1454     +5   
  Methods           0        246   +246   
  Messages          0          0          
  Branches        226        320    +94   
==========================================
+ Hits           1300       1301     +1   
- Misses           54         56     +2   
- Partials         95         97     +2   

Powered by Codecov. Last updated by 38c2ceb...a840e58

@mganss mganss merged commit 9f2fd42 into mganss:master Jul 13, 2016
@mganss
Copy link
Owner

mganss commented Jul 13, 2016

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants