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

Should docfx work with netcoreapp2.0 projects? #2244

Closed
evil-shrike opened this issue Nov 29, 2017 · 6 comments
Closed

Should docfx work with netcoreapp2.0 projects? #2244

evil-shrike opened this issue Nov 29, 2017 · 6 comments
Milestone

Comments

@evil-shrike
Copy link

DocFX Version Used: 2.27.0

I haven't found any notes about flavors of .NET that supported so I'm assuming that docfx support .net core projects. But I can't get it working.
When I run docfx metadata against some *.csproj I'm getting the following:

[17-11-29 01:34:11.693]Warning:[ExtractMetadata]Workspace failed with: [Failure] Msbuild failed when processing the file 'D:\Work\R-n-D\XFW3_WebClient\Server.NetCore\WebServer\WebServer.csproj' with message: The SDK 'Microsoft.NET.Sdk.Web' specified could not be found.  D:\Work\R-n-D\XFW3_WebClient\Server.NetCore\WebServer\WebServer.csproj
[17-11-29 01:34:11.903]Warning:[ExtractMetadata]Project 'D:\Work\R-n-D\XFW3_WebClient\Server.NetCore\WebServer\WebServer.csproj' does not contain any documents.

While there's a xmldoc file in the project ('Server.NetCore\WebServer\bin\Debug\netcoreapp2.0\Croc.XFW3.Web.xml')
D:\Work\R-n-D\XFW3_WebClient\Server.NetCore\WebServer\WebServer.csproj:

<Project Sdk="Microsoft.NET.Sdk.Web">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.0</TargetFramework>
...
    <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
  </PropertyGroup>
@vicancy
Copy link
Contributor

vicancy commented Nov 30, 2017

Tracking by #1752, we are working on resolving it.

@evil-shrike
Copy link
Author

6 months? 😕

@vicancy
Copy link
Contributor

vicancy commented Nov 30, 2017

@evil-shrike On-hold for a long time for lack of resource..... Have time working on that now... 😄

@evil-shrike
Copy link
Author

It's a good news ) . Feel free to close as a dup then. Thnx.

@vicancy vicancy added this to the v2.28 milestone Dec 1, 2017
@vicancy
Copy link
Contributor

vicancy commented Dec 1, 2017

Should be fixed in 2.28.1

@vicancy vicancy closed this as completed Dec 1, 2017
@evil-shrike
Copy link
Author

It's not seem to work, please see #2304 #2303

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

No branches or pull requests

2 participants