I'm trying to load an assembly that was installed as part of .Net 3.5 SP1 using Assembly.Load()
by referencing its strong name. This works fine on my computer right now, but is it future proof?
Will the strong name of core .Net assemblies change when patches are installed or new versions of the .Net framework are released?
Edit: If .Net 5.0 includes a massive rewrite of System.Data, will the strong name I am using now break my app on that platform?