Skip to content

The Common Libraries for .NET provides functionality used by the Force.com Toolkit for .NET and the Chatter Toolkit for .NET.

License

Notifications You must be signed in to change notification settings

vitornsp2/Common-Libraries-for-NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Libraries for .NET

The Common Libraries for .NET provides functionality used by the Force.com Toolkit for .NET and the Chatter Toolkit for .NET. While you can use the Common Libraries for .NET independently, it is recommended that you use it through one of the toolkits.

These libraries were built using the Async/Await pattern for asynchronous development and .NET portable class libraries, making it easy to target multiple Microsoft platforms, including .NET 4/4.5, Windows Phone8, Windows 8/8.1, and Silverlight 5.

NuGet Packages

Published Packages

You can try the library immmediately by installing this NuGet package.

Install-Package DeveloperForce.Common

DevTest Packages

If you want to use the most recent DevTest NuGet packages you can grab the packages built during the CI build. All you need to do is setup Visual Studio to pull from the build servers NuGet feed:

  1. In Visual Studios select Tools -> Library Package Manager -> Package Manager Settings. Choose Package Sources.
  2. Click + to add a new source.
  3. Change the Name to "Salesforce Toolkits for .NET (DevTest)".
  4. Change the Source to http://dfbuild.cloudapp.net/guestAuth/app/nuget/v1/FeedService.svc/.

Now you can choose to install the latest NuGet from this DevTest feed.

About

The Common Libraries for .NET provides functionality used by the Force.com Toolkit for .NET and the Chatter Toolkit for .NET.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published