Where to get library for Microsoft.Practices.CompositeWeb - asp.net-mvc

How can I get library for Microsoft.Practices.CompositeWeb.WebClientApplication I cannot find it in nuget. I have a copy of v3.0.0.0, is there any latest version after that? Does Microsoft support it anymore?
I found this article online https://msdn.microsoft.com/en-us/library/ff709858.aspx
it says its retired content, and not mentioned where to download it from.

Related

Where can I find Microsoft.TeamFoundation.Framework.Common

I am trying to find Microsoft.TeamFoundation.Framework.Common. I can't find it in Nuget or in the files for Visual Studio. We currently use version 2018 of TFS.
Before anyone tells me to download the Nuget package for Microsoft.TeamFoundation.Common, I get the following message when I try to do so:
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
I can find Microsoft.TeamFoundation.Common.dll in the TFS Server files, but that does not help me with Microsoft.TeamFoundation.Framework.Common. I still get messages such as:
BC30456 'CatalogQueryOptions' is not a member of 'Microsoft.TeamFoundation.Framework.Common'.
The Microsoft.TeamFoundation.Framework.Common is now deprecated by Microsoft. You can still download older packages, but it only can only be used in Team Foundation Server 2015.
Click this link for the old version of Microsoft.TeamFoundationServer.Client package. And then, you can use the Microsoft.TeamFoundation.Framework.Common namespace which is included in it.

Unable to get SDK tools only installer

I m new to appium and I m following the beginners tutorials available on the net. I came across the Installation guide and it requires me to Download "SDK tools only installer" from here and continue with the setup, but currently there is no such file available. The only thing available is the windows package and when I download that, it contains some different files. It does not have the sdk manager application in. Anyone who can guide me to the latest SDK Installation , or mind to help me out clarify the confusion.Should we go with Android studio installation for SDK installation or is there a manual way?
I had tried this couple of months back, and I think the process got changed with the latest version of Android SDK. There are 2 options -
Download the command line tools (given at the end of the page). This method might be bit confusing to follow for beginners. You can give it a try if you are comfortable with it.
Download Android Studio and then check the SDK tools there (I found this easier to follow and setup).
If you wish to use the 2nd approach, then you can check this guide - Step by Step Appium Tutorial Guide
As per your requirement it will be update, after installation just follow it's instruction, as per your package requirement it will be updated(like for 4.4,6.0...)
Your required package has been updated after installation of SDK, and any supporting package is not providing directly .

Generic URL to latest pre-release package on NuGet?

The latest stable version of a NuGet package PACKAGE is easily located via the generic URL
https://www.nuget.org/packages/PACKAGE/
Is there a generic URL analogue to the latest pre-release version of the same NuGet package?
Adding absoluteLatest like https://www.nuget.org/packages/PACKAGE/absoluteLatest seems to work these days.
Finally got a response to this question on the NuGet Gallery issues section on Github. Thanks, Maarten Balliauw!
Maarten's response: (slightly modified to sync with the original question)
There is no such URL currently. You could use the API to query for the latest prerelease of a package though, for example:
https://www.nuget.org/api/v2/FindPackagesById()?Id=%27PACKAGE%27&$filter=IsPrerelease&$orderby=Version%20desc&$top=1
From this response, you can get the package URL.

When will v3 comment updates be included in the client libraries?

Comments for the v3 api was just released. We're using the .net client library and as far as I can tell the new comments changes are not included in the latest dlls. Does anyone know when the changes will be included in the libraries?
I'm just trying to figure out if it's worth creating my own wrapper or not. Thanks!
I just uploaded the new v3 version to NuGet.
I run the NuGet publisher once a week to update all Google.Apis packages. I already ran it this week, but with your request I just ran it again.

Location of Resharper SDK project template and samples

I am trying to write a plugin for Resharper 8.1. The online SDK documentation makes reference to a Visual Studio project template and list of sample projects. I cannot seem to locate them. They are not downloaded as part of the Resharper 8.1 SDK NuGet package, and although I have found several links that claim to take you to the download page for the Resharper SDK, they only take you here:
https://www.jetbrains.com/resharper/download/
This has a link to the Resharper SDK on this page, but that only takes you to the NuGet repository (and once again the NuGet package does not appear to contain the project templates or samples).
You can download the old 8.x SDKs from this site. The SDKs include the old samples projects.
I haven't updated the samples to 9.0 yet - they'll be uploaded to JetBrains' GitHub page once I've done it.

Resources