Skip to content

Commit 5a7ae0a

Browse files
authored
Specify that Assembly.Load[File/From] throwing on remote only applies to .NET Framework (dotnet#9911)
The `Assembly.Load[File/From]` docs indicate that they throw `FileLoadException` on .NET Framework 4 and later for remote assemblies/paths. This is confusing as it can be interpreted as applying to .NET Core/5+, which does not do this. - Replace comments about remote assemblies with link to [<loadFromRemoteSources>](https://learn.microsoft.com/dotnet/framework/configure-apps/file-schema/runtime/loadfromremotesources-element) which has more accurate information - For the overloads that exist in .NET Core/5+, to specify that behaviour is .NET Framework only
1 parent 5d19a5a commit 5a7ae0a

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

0 commit comments

Comments
 (0)