-
Notifications
You must be signed in to change notification settings - Fork 263
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
Build inside VS does not work #300
Comments
That nuget package is on an internal myget feed : https://dotnet.myget.org/feed/vstest/package/nuget/Microsoft.Internal.TestPlatform.ObjectModel . Are you running into access issues for some reason? The feed is public. Also what version of UWP tooling do you have installed? (Help->About) |
Thanks @kant2002 . I'm not able to repro this on my end. Could you also share your verbose build logs? We generate an msbuild.log in the root directory of the repo on |
- Add missing Microsoft.Internal.TestPlatform.ObjectModel - Fix path to make it work with latest NuGet Related work items: microsoft#300
@AbhitejJohn I actually manage to error mentioned here, but I get another one now when run
It is appear that file "D:\d\user\GitHub\testfx\src\Adapter\PlatformServices.Universal......\packages\MSTest.Internal.TestFx.Localized.Documentation.1.0.0-build-20170420-1\contentFiles\any\any\Extensions\Desktop\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFra And I have "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled" |
We usually just run |
I actually try that out of curiosity, and just since I already run that on clean PC I just want to report that, I not really care about translations, as you could imagine. So when #301 land, I would be able to build project. I think I'm done issue which prevent me build project. From my perspective I could close issue. Do you need some other information from me about this issue? |
Yes, Would be great if you could tell us how the original error got fixed. |
It is right there: kant2002@f78d55c |
Thanks. It looks like nuget restores differently for Universal Library projects and a normal class library project. The former being |
Description
Failed to build cleanly full solution checked out from latest source code.
Steps to reproduce
Expected behavior
Actual behavior
There 2 errors in the Error Window
Project: PlatformServices.Universal.Unit.Test
Location: XXXX\GitHub\testfx\test\UnitTests\PlatformServices.Shared.Unit.Tests\netstandard1.0\ns10TestSourceHostTests.cs
Project: PlatformServices.Portable.Unit.Tests
Location: XXXX\GitHub\testfx\test\UnitTests\PlatformServices.Shared.Unit.Tests\netstandard1.0\ns10TestSourceHostTests.cs
Environment
My finding that project PlatformServices.Universal.Unit.Test has project.json file which contains Microsoft.Internal.TestPlatform.ObjectModel version 14.0.0 which looks like not published anywhere right now.
Another overvation is that Build.cmd produce only error from PlatformServices.Universal.Unit.Tests project.
This prevents me from finishing #299
The text was updated successfully, but these errors were encountered: