Skip to content

Make App.Id nullable instead of required#348

Merged
rido-min merged 1 commit intomainfrom
fix/msg-cd-app-id-optional
Feb 25, 2026
Merged

Make App.Id nullable instead of required#348
rido-min merged 1 commit intomainfrom
fix/msg-cd-app-id-optional

Conversation

@rido-min
Copy link
Member

This pull request makes a small change to the App class in App.cs. The Id property is now nullable and no longer required, which allows for scenarios where the Id may be missing or not set.

Confirmed by APX

Changed the Id property in the App class from required string to nullable string, allowing it to be optional.
Copilot AI review requested due to automatic review settings February 24, 2026 19:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request modifies the App class in the Microsoft.Teams.Api namespace to make the Id property nullable and remove the required modifier. This change allows for scenarios where the app ID may not be set or available, aligning with API requirements confirmed by APX.

Changes:

  • Changed App.Id from required string to string? to support optional app identifiers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rido-min rido-min merged commit d011de1 into main Feb 25, 2026
11 checks passed
@rido-min rido-min deleted the fix/msg-cd-app-id-optional branch February 25, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants