microsoft / microsoft/AdaptiveCards
AssemblyVersion and StrongName downgrade in NuGet package AdaptiveCards.Templating
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Starting with version 2.0.4 of the NuGet package AdaptiveCards.Templating the AssemblyFileVersion and the StrongName of the lib AdaptiveCards.Templating.dll have been downgraded from 1.2.x to 1.0.0
This is very uncommon and leads to issues in our build pipelines and deployments that check for those downgrades.
**Package AdaptiveCards.Templating 2.0.3 **
- StrongName: 1.2.0.0
- AssemblyFileVersion: 1.2.2408.16002
**Package AdaptiveCards.Templating 2.0.5 **
- StrongName: 1.0.0.0
- AssemblyFileVersion: 1.0.0.0
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 inspecting the packaging and assembly-versioning configuration for AdaptiveCards.Templating.dll, then compare the metadata in package versions 2.0.3 and 2.0.5. Done means the package no longer downgrades the StrongName or AssemblyFileVersion from the reported 1.2.x values; verify the resulting package metadata against both versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100