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

Specific version of CUITe.Silverlight.dll missing in all of the CUITe.Silverlight NuGet packages #82

Closed
icnocop opened this issue Apr 14, 2016 · 4 comments
Assignees
Labels
Milestone

Comments

@icnocop
Copy link
Owner

icnocop commented Apr 14, 2016

There are specific versions of CUITe.Silverlight.dll missing in all of the CUITe.Silverlight NuGet packages.

For example, CUITe.Silverlight.dll may be missing for NuGet packages that target .NET 4.0 and others that target .NET 4.5.

@icnocop icnocop self-assigned this Apr 14, 2016
@icnocop icnocop added the bug label Apr 14, 2016
@icnocop icnocop added this to the 2.0 milestone Apr 14, 2016
@icnocop
Copy link
Owner Author

icnocop commented Apr 15, 2016

The other thing I'm thinking about is making the appropriate CUITe NuGet package a dependency of the CUITe.Silverlight NuGet package but I'm not sure what the advantages and/or disadvantages are.

@FantasticFiasco
Copy link
Collaborator

I haven't looked at the NuGet packaging story since we had everything in one package, so I don't understand the context or the problem. If it is something you wan't feedback with I'll start digging around, please let me know.

@icnocop
Copy link
Owner Author

icnocop commented Apr 16, 2016

I'll be looking into fixing the issues with the Silverlight NuGet package. As for the NuGet package dependencies, I think I'll leave that for a subsequent pull request. :) Thank you.

@icnocop
Copy link
Owner Author

icnocop commented Apr 19, 2016

It seems that Visual Studio 2012+ Coded UI Tests are only supported when .NET 4.5 is installed.
Coded UI test fails to execute in Test Agent 2012 standalone environment (mstest.exe) on .NET 4.0 (e.g. WinXP)
Test Agent 2012 replaces .NET 4.0 with .NET 4.5

ramiabughazaleh pushed a commit that referenced this issue Jul 7, 2016
checking for errors on each build step and failing on first error
consolidated conflicting values for the VisualStudioVersion property
defining conditional compilation symbols based on the VisualStudioVersion property
fixed CUITe.Integration.Tests
removed references to conditional compilation symbol SILVERLIGHT_SUPPORT
added missing files to silverlight nuspec/nupkg (#82)
added By.ControlType and By.ControlInstance search configurations
removed references to Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight in non-silverlight projects
made WebDevServer port dynamic to avoid re-using ports that may already be in use
ramiabughazaleh pushed a commit that referenced this issue Jul 7, 2016
checking for errors on each build step and failing on first error
consolidated conflicting values for the VisualStudioVersion property
defining conditional compilation symbols based on the VisualStudioVersion property
fixed CUITe.Integration.Tests
removed references to conditional compilation symbol SILVERLIGHT_SUPPORT
added missing files to silverlight nuspec/nupkg (#82)
added By.ControlType and By.ControlInstance search configurations
removed references to Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight in non-silverlight projects
made WebDevServer port dynamic to avoid re-using ports that may already be in use
ramiabughazaleh pushed a commit that referenced this issue Jul 8, 2016
checking for errors on each build step and failing on first error
consolidated conflicting values for the VisualStudioVersion property
defining conditional compilation symbols based on the VisualStudioVersion property
fixed CUITe.Integration.Tests
removed references to conditional compilation symbol SILVERLIGHT_SUPPORT
added missing files to silverlight nuspec/nupkg (#82)
added By.ControlType and By.ControlInstance search configurations
removed references to Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight in non-silverlight projects
made WebDevServer port dynamic to avoid re-using ports that may already be in use
Installing Microsoft Silverlight 5 Developer Runtime for Windows (64 bit)
using SilverlightUIAutomationHelper.dll version from SilverlightVersion project property
ramiabughazaleh pushed a commit that referenced this issue Jul 8, 2016
checking for errors on each build step and failing on first error
consolidated conflicting values for the VisualStudioVersion property
defining conditional compilation symbols based on the VisualStudioVersion property
fixed CUITe.Integration.Tests
removed references to conditional compilation symbol SILVERLIGHT_SUPPORT
added missing files to silverlight nuspec/nupkg (#82)
added By.ControlType and By.ControlInstance search configurations
removed references to Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight in non-silverlight projects
made WebDevServer port dynamic to avoid re-using ports that may already be in use
Installing Microsoft Silverlight 5 Developer Runtime for Windows (64 bit)
using SilverlightUIAutomationHelper.dll version from SilverlightVersion project property
automatically limiting searching for silverlight controls by its parent
added silverlight child window and corresponding test
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