Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
There was an error while loading. Please reload this page.
Now that #1236 has been merged, the
ProvideCodeBaseandProvideBindingRedirectionattributes should no longer be needed. This is good because maintaining them was error prone. Any new dependencies of an assembly with one of these attributes also required an attribute (they're viral). Forgetting to do this would lead to difficult to diagnose runtime errors. 😭It's time to get rid of them!
Related