xamarin-automation-service / uitest-pop-example

A cross-platform UITest example that uses the Page-Object Pattern (POP)
69 stars 23 forks source link

No new files appearing on nuget package install except for readme. #7

Open Constantine-Ketskalo opened 5 years ago

Constantine-Ketskalo commented 5 years ago

Hi. It was already written about it in the comment under your video about this package. After installing nuget package no additional files added to project, only readme. It was done on Mac Os, using Rider IDE. At least it's good, that those files are available directly, so thanks for that.

Depechie commented 5 years ago

Also have this on Visual Studio for Mac. Nuget added, restored fine, got the readme but no addition files.

GeorgeLeithead commented 4 years ago

Same for me. No files created. Uninstalled and re-installed, VS closed started and tried again, reboot, and tried again. All with zero files created! (VS 2019 on Windows 10).

mleviathan commented 4 years ago

Can you guys confirm that you're installing Xamarin.UITest.POP and that Xamarin.UITest is already installed?
I did the install today on Visual Studio for Mac without any problem.

GeorgeLeithead commented 4 years ago

I'm on Windows 10 (all patched and up-to-date) and VS 2019 Community Edition (all patched and up-to-date). I added a NEW project to my solution, selecting "Xamarin.UITest Cross-Platform Test project", and named it UITest1.

I then added the package "Xamarin.UITest.POP" by using 'Manage Nuget packages" when right-clicking the project UITest1.

This is the result of the project after installing the Nuget package, and you can see that in the references is Xamarin.UITest: UITestPOP1

This is the list of installed packages: UITestPOP2

Then also uninstalled the POP package, and re-installed. No change.

I then added another NEW UITest project, made sure that Xamarin.UITest was installed (I actually updated from 3.0.5 to 3.0.7 to make sure). Then added the Xamarin.UITest.POP package, to the same exact result. No new files/changes.

kakembo commented 4 years ago

Same problem here - Is this package still breathing ?

Eltee-Taiwo commented 3 years ago

I just copied the files from the project to my project and renamed/modified as I needed. It would have been nice to have the package work but it's just 4 files so it's not that big a deal. I'm just happy the project is still around so I had a place to copy the files from.