microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

Add support for Microsoft.Graph.Core >= 3.0.0 to Microsoft.Graph.Communications.Core

Open
#657 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
253
Forks
275
Avg merge
1d 5h
Merged PRs (30d)
1

Description

Describe the issue
Currently, Microsoft.Graph.Communications.Core is dependent on Microsoft.Graph.Core (>= 2.0.13 && < 3.0.0). Microsoft.Graph 5.x.x requires Microsoft.Graph.Core >= 3.x.x.

The impact of this is that by introducing calling functionality in my bot, my options are to either use Microsoft.Graph.Communications.Calls and back-port all other Graph calls in my project from the 5.x.x format back to 4.x.x, or manually handle the calling requests - neither of which are particularly inviting options.

Code Snippet
N/A

Expected behavior
Able to use Microsoft.Graph.Communications.Core (and subsequently Microsoft.Graph.Communications.Calls) with the latest Microsoft.Graph package.

Graph SDK (please complete the following information):
Microsoft Graph 5.16.0

Call ID
N/A

Logs
N/A

Additional context
Apologies if this isn't the correct place to post this, I couldn't find anywhere more appropriate.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing how Microsoft.Graph.Communications.Core declares its Microsoft.Graph.Core version range and how Microsoft.Graph.Communications.Calls consumes it. Validate the dependency relationship against Microsoft Graph 5.16.0; done when both communications packages work with Microsoft.Graph.Core 3.x.

Written by the indexing model from the issue text.

Assessment

Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.