dotnet / dotnet/maintenance-packages

.NET 4.81 MVC Project : ValueTuple keeps appearing in Web.Config causing web app runtime failure

Open
#267 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
44
Forks
24
Avg merge
2d 14h
Merged PRs (30d)
1

Description

Why is it that all of a sudden we started seeing this package appearing in Web.Config when we do a Nuget Package updates !?

It causes Web App runtime failure and the only solution is that we REMOVE Manually from Web.Config these lines




If we try to remove this package from the Solution, we receive an error

**Unable to uninstall 'System.ValueTuple.4.6.2' because 'Microsoft.Identity.Client.4.83.3, System.Formats.Asn1.10.0.5' depend on it.**

When we researched the subject on GPT / google, we found that this package is part of the FRAMEWORK and should not be mentioned in Web.Config, so why Nuget Packages refer to it !!!

This is breaking our CDN pipeline as we have to do manual intervention. It is really frustrating.

Please consider !!!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.