-
Notifications
You must be signed in to change notification settings - Fork 867
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
Failing on AppVeyor #1078
Comments
|
Yes, my code compiled on Appveyor, see
https://ci.appveyor.com/project/richardschneider/net-ipfs-core#L44
…On 29 December 2016 at 18:53, vwxyzh ***@***.***> wrote:
!:System.String that means Roslyn cannot find the string type, please
check your environment can build code correctly.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1078 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAmhFQPUAr2PCJThRB55YD3dmQMpUtQZks5rM0rzgaJpZM4LXNuC>
.
|
From the description, it seems that there's something wrong within AppVeyor environment. Maybe you could try to modify some configuration in |
@qinezh I've just enabled package caching, after reporting the issue. All NuGet and choco packages and up to date. I also changed appyeyor.yml to use VS 2015. I'm using dotfx v2.9.3 from choco. What config changes do you want me to make? I'm happy to try anything! |
What are the requirements for docfx? Do I need a specific .Net framework? ...? |
.NET 452 is enough... |
I changed the target framework version from 4.5 to 4.5.2 and still no love! |
Richard, how did you resolve this? |
No I haven't, I'm still getting I will take a look at what you did with LimeVideoSdk, tomorrow (I'm .UTC+1300) and see if it helps. Your comment on #1097 is greatly appreciated. |
I've been looking at Roslyn, and have determined that invalid cref of Could my problem be that the assembly references from the project are not being used? In particular |
When running on appveyor the assembly references are MISSING! I modified @vicancy @qinezh I need some help here. The whole generation of metadata and use of Roslyn is very complex and frankly I can't understand it. Hopefully I'v given you guys enough hints to find a fix. |
The issue was solved by @vicancy Do NOT use |
When building the documentation on AppVeyor, I get a warning. On my machine, there is no warning.
The docfx.json has
"xref": [ "msdn.4.5.2.zip" ]
. And the zip file is in the repo.The text was updated successfully, but these errors were encountered: