Throw from CodeBase if assembly is in the bundle (#40974)
authorAndy Gocke <angocke@microsoft.com>
Tue, 25 Aug 2020 22:51:06 +0000 (15:51 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Aug 2020 22:51:06 +0000 (15:51 -0700)
commit0546bd55c24618846d487d1315cf1d8f47dad4de
tree9fc8b4e8165dd3fe71799367747347070a578103
parent8d987c69c6747379f7d24ad0ccff599d54e5b888
Throw from CodeBase if assembly is in the bundle (#40974)

Also adds test for Module.FullyQualifiedName
12 files changed:
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeAssembly.cs
src/coreclr/src/vm/assembly.hpp
src/coreclr/src/vm/assemblynative.cpp
src/coreclr/src/vm/assemblynative.hpp
src/coreclr/src/vm/pefile.cpp
src/coreclr/src/vm/pefile.h
src/installer/tests/Assets/TestProjects/EnvironmentGetCommandLineArgs/Program.cs [deleted file]
src/installer/tests/Assets/TestProjects/SingleFileApiTests/Program.cs [new file with mode: 0644]
src/installer/tests/Assets/TestProjects/SingleFileApiTests/SingleFileApiTests.csproj [moved from src/installer/tests/Assets/TestProjects/EnvironmentGetCommandLineArgs/EnvironmentGetCommandLineArgs.csproj with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/SingleFileApiTests.cs [moved from src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleEnvironmentGetCommandLineArgs.cs with 61% similarity]
src/libraries/System.Private.CoreLib/src/Resources/Strings.resx
src/libraries/System.Reflection/tests/AssemblyTests.cs