Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

DocFxInitSettings could not be found #63

Closed
boebeng opened this issue Jun 21, 2018 · 1 comment
Closed

DocFxInitSettings could not be found #63

boebeng opened this issue Jun 21, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@boebeng
Copy link

boebeng commented Jun 21, 2018

I am using Cake.DocFx 0.6.0 and it seems the the namespace 'Cake.DocFx.Init' is not be initialized by Cake
I need to give the whole namespace for DocFxInit otherwise I get a compilation error

This works:
DocFxInit(new Cake.DocFx.Init.DocFxInitSettings()
{
OutputPath = "tmp"
});

@pascalberger pascalberger self-assigned this Jun 21, 2018
@pascalberger
Copy link
Member

Thanks for reporting this. This is a bug in the namespace import for the DocFxInit alias

@pascalberger pascalberger added this to the 0.7.0 milestone Jun 21, 2018
pascalberger added a commit that referenced this issue Jun 21, 2018
pascalberger added a commit that referenced this issue Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants