Git Product home page Git Product logo

connectedservices's Introduction

Connected Services

Videos of Connected Service usage

http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Connected-Services

An overview of Connected Services on Channel 9

https://channel9.msdn.com/Series/ConnectOn-Demand/227

A 7 minute demo of Connected Services showing Visual Studio Online, Salesforce, security the site with Azure Active Directory and analytics with App Insights

https://channel9.msdn.com/Events/Build/2015/3-759

//build 2015: On the Shoulders of Giants: Building Apps that Consume Modern SaaS Endpoints with Visual Studio 2015

Microsoft Connected Services

Partner Connected Service

Building Connected Services

For information on how to build a Connected Service: Connected Services SDK

Providing Feedback

We value your feedback as we build out the Connected Services ecosystem and SDK. You can provide feedback via:

connectedservices's People

Contributors

aarnott avatar eerhardt avatar kirankulkarni747 avatar njamund avatar stevelasker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

connectedservices's Issues

Various Documentation Issues

  1. https://github.com/Microsoft/ConnectedServices/blob/v15.0/SDK/articles/AdvancedSeries.md
    Page starts with this note:
    Note: this section is just a beginning. as we develop more content, this will continue to evolve
    (Yet, it was last updated on 7/16/15).

  2. Dead links:
    PowerPoint template for mocking up your Connected Service provider (https://github.com/Microsoft/ConnectedServices/blob/v15.0/SDK/articles/articles/ConnectedServiceProviderAuthorMockups.pptx)
    โ€ข Setting your Connected Service Extension Icon (https://github.com/Microsoft/ConnectedServices/blob/v15.0/SDK/articles/articles/ExtensionIcon.md)

  3. Sample:
    https://github.com/Microsoft/ConnectedServices/blob/master/SDK/articles/CreatingAConnectedServiceExtension.md
    Screenshots are all from VS2015 and the UI is different in 2017.
    The screenshot is showing use of .NET 4.5.2 for a vsix project, but later we need to add the NuGet package for Microsoft.VisualStudio.ConnectedServices. This package only seems to work with 4.6. The documentation should really state what versions to target, and the screenshots need to be updated.

As the documentation is laid out, it has you first debugging, then adding the handler. This won't work - without the handler, debugging won't end up showing the connected service at all.

  1. The "ConnectedServicesOverview" (https://github.com/Microsoft/ConnectedServices/blob/v15.0/SDK/articles/ConnectedServicesOverview.md) lists "Comming soon". Yes, it's misspelled, and last updated on 4/15/15.

  2. Lack of details around installing NuGet packages. The documentation only says this is possible, but redirects us to http://docs.nuget.org/docs/reference/invoking-nuget-services-from-inside-visual-studio. That article is not sufficient to actually figure out how to get the connected service project to add a NuGet package. And the samples only use Thread.Sleep where it should be showing how to install a NuGet package.

Referenced assemblies not being packaged in VSIX (or not being installed)

I'm trying to create my own connected service. I have been using the SinglePage sample app as a guide. I have some logic in my view model that is failing with the following error:

=== Pre-bind state information ===
LOG: DisplayName = Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
 (Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/Common7/IDE/
LOG: Initial PrivatePath = NULL
Calling assembly : Flurl.Http, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in LoadFrom load context.
WRN: Native image will not be probed in LoadFrom context. Native image will only be probed in default load context, like with Assembly.Load().
LOG: Using application configuration file: C:\Users\rjc\AppData\Local\Microsoft\VisualStudio\15.0_fa79a415Exp\devenv.exe.config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: The same bind was seen before, and was failed with hr = 0x80070002.

Newtonsoft.Json is referenced though:

references

When I look in the directory that the extension is installed into it has hardly any assemblies:

extensions-directory

I don't know why Flurl.Http and Microsoft.IdentityModel.Clients.ActiveDirectory assemblies have been copied but other assemblies like Microsoft.CodeAnalysis.CSharp and Newtonsoft.Json that should also be there are not. Am I doing something wrong or is this a bug?

Cannot install WCF Connected Services without Microsoft Connected Services

Howdy All,

I just cannot figure this out. My IDE offers an Add Connected Service action with a few service options, just not the WCF one.
Every time I try to follow the steps to add the WCF Service option I receive the following error;

Install Error : Microsoft.VisualStudio.ExtensionManager.MissingReferencesException: This extension cannot be installed because the following references are missing:
-ConnectedServices.B3144AF8-5B8F-491C-9ACA-996350E8FE95 (Microsoft Connected Services)

I do have both of the requirements installed;

  • Visual Studio 2015 Update 3
  • .Net Core and ASP.NET Core 1.0 SDK

So I've gone around and around reinstalling these components, running a repair on my IDE but none seem to replace the missing Connected Service component it's looking for.
Any steps/ideas on how to resolve this or if there is a component that causes this error? I've need no results on Google and I'm at a loss as to what else I could do.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.