-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
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. |
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. |
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. |
It seems that Visual Studio 2012+ Coded UI Tests are only supported when .NET 4.5 is installed. |
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
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
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
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
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.The text was updated successfully, but these errors were encountered: