Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When Update to 4.22.9.0,Notify Bot was fail #6876

Open
gamegeartw opened this issue Dec 16, 2024 · 1 comment
Open

When Update to 4.22.9.0,Notify Bot was fail #6876

gamegeartw opened this issue Dec 16, 2024 · 1 comment
Labels
Area: Teams The issue is related to Teams support Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-replied-to Indicates that the team has replied to the issue reported by the customer. Do not delete. customer-reported Issue is created by anyone that is not a collaborator in the repository.

Comments

@gamegeartw
Copy link

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

What package version of the SDK are you using.
Microsoft.Bot.Builder 4.22.9.0

Describe the bug

I use Microsoft.Bot.Builder 4.22.9.0 and encounter a CS0012 error indicating that the type 'BotAdapter' is defined in an assembly that is not referenced. The error message suggests adding a reference to 'Microsoft.Bot.Builder, Version=4.22.7.0, Culture=neutral, PublicKeyToken=null', but this version does not match the one I am using.

To Reproduce

Steps to reproduce the behavior:

  1. Use TeamsToolKit and Create a new .NET 8 project (Select Notification Bot)
  2. Update Microsoft.Bot.Builder 4.22.9.0 package.
  3. Attempt to use the 'BotAdapter' type in the code.
  4. See error CS0012.

Expected behavior

Give a clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.Image

Additional context

The issue seems to be related to a mismatch in the assembly version referenced in the error message and the actual package version being used.

@gamegeartw gamegeartw added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Dec 16, 2024
@Nivedipa-MSFT
Copy link

@gamegeartw - Thank you for bringing this issue to our attention. We will look into it and get back to you shortly.

@tracyboehrer tracyboehrer added the Area: Teams The issue is related to Teams support label Dec 17, 2024
@dmvtech dmvtech added customer-reported Issue is created by anyone that is not a collaborator in the repository. Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Indicates that the team has replied to the issue reported by the customer. Do not delete. and removed needs-triage The issue has just been created and it has not been reviewed by the team. labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Teams The issue is related to Teams support Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-replied-to Indicates that the team has replied to the issue reported by the customer. Do not delete. customer-reported Issue is created by anyone that is not a collaborator in the repository.
Projects
None yet
Development

No branches or pull requests

4 participants