microsoft / microsoft/AdaptiveCards

AssemblyVersion and StrongName downgrade in NuGet package AdaptiveCards.Templating

Open
#9,210 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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.