microsoft / microsoft/AdaptiveCards

Could not load file or assembly 'Microsoft.Bot.AdaptiveExpressions.Core, Version=4.22.7.0'

Open
#9,055 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.