MicrosoftEdge-Extensions-Demos icon indicating copy to clipboard operation
MicrosoftEdge-Extensions-Demos copied to clipboard

Results 16 MicrosoftEdge-Extensions-Demos issues
Sort by recently updated
recently updated
newest added

This problem is caused by hardcoded `Additional #using Directories` paths to the Professional version of Visual Studio 2017. A pull request will follow soon.

Are the following dictionaries ```C# static Dictionary connections = new Dictionary(); static Dictionary desktopBridgeConnections = new Dictionary(); static Dictionary appServiceDeferrals = new Dictionary(); static Dictionary desktopBridgeAppServiceDeferrals = new Dictionary(); ```...

Hi there, Which version of visual studio is running this? I'm having all sorts of issues trying to run it in community 2015. Windows reference errors, won't add package ID...

If we'll make several fast refreshes on the test web page a PasswordInputProtection process may occasionally not be closed. Processes are not closed even when we close edge itself. Number...

If we'll make two fast refreshes on test web page NativeMessagingHost (tested on out of process version) fails in OnAppServicesCanceled on line `this.desktopBridgeConnection = desktopBridgeConnections[this.currentConnectionIndex];` Because there's no such index...

I'm not sure I have followed the in process and interprocess parts of this, but wondering why these are done as WPF with xaml? Could the In Process part providing...