Substituting missing types #41020
Unanswered
JensNordenbro
asked this question in
General
Replies: 1 comment 2 replies
-
@JensNordenbro you would not be able to do that realistically without modifying the calling code, because the type needs to be in the same assembly identity -- eg., System.Core, and we already deploy an assembly with that identity. What you would have to do is modify the calling code to use your private implementation. What types are you missing? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Is it possible for a .NET Core developer to manually add types that are missing from in .net5 but present in .net framework in order to cope with compatility issues when using .netfw depenencies and allow for a gradual modernization of a code base?
I do not know how Microsoft.Windows.Compatibility does it but I like how it separated what Microsoft wants to be the future API vs legacy API.
Beta Was this translation helpful? Give feedback.
All reactions