microsoft / microsoft/AdaptiveCards
Could not load file or assembly 'Microsoft.Bot.AdaptiveExpressions.Core, Version=4.22.7.0'
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
I am trying to use the AdaptiveCard.Templating Nuget package, but receive the following error:
System.IO.FileLoadException: 'Could not load file or assembly 'Microsoft.Bot.AdaptiveExpressions.Core, Version=4.22.7.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)'
I don't know too much about this subject, but after a bit of research, I think it is because the 4.22.7.0 version of the Microsoft.Bot.AdaptiveExpressions.Core dependency is not signed (there are newer versions which are).
Could the Nuget package be updated to use the latest version of Microsoft.Bot.AdaptiveExpressions.Core?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the project or package metadata that builds the AdaptiveCard.Templating NuGet package and inspect its Microsoft.Bot.AdaptiveExpressions.Core dependency. Reproduce the strongly-named assembly failure, then verify that the dependency update resolves it without breaking package creation or consumption.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100