dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.28k stars 4.73k forks source link

Old TODO in `AppDomain::AddFileToCache`, verify and remove #68005

Open VSadov opened 2 years ago

VSadov commented 2 years ago
        // TODO: Disabling the below assertion as currently we experience
        // inconsistency on resolving the Microsoft.Office.Interop.MSProject.dll
        // This causes below assertion to fire and crashes the VS. This issue
        // is being tracked with Dev10 Bug 658555. Brought back it when this bug
        // is fixed.

Most likely no longer actionable. Verify and remove.

ghost commented 2 years ago

Tagging subscribers to this area: @vitek-karas, @agocke, @vsadov See info in area-owners.md if you want to be subscribed.

Issue Details
// TODO: Disabling the below assertion as currently we experience // inconsistency on resolving the Microsoft.Office.Interop.MSProject.dll // This causes below assertion to fire and crashes the VS. This issue // is being tracked with Dev10 Bug 658555. Brought back it when this bug // is fixed. Most likely no longer actionable. Verify and remove.
Author: VSadov
Assignees: VSadov
Labels: `area-AssemblyLoader-coreclr`
Milestone: -