Single-File: Add a test case with Resource Assemblies (#34736)
authorSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>
Tue, 14 Apr 2020 15:44:50 +0000 (08:44 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 15:44:50 +0000 (08:44 -0700)
commit4335c82b7b6e4932ae12e79b302bbe4200732744
treed2899fcc6498426baa37d0a362cd35c48c61530d
parent7b5b7f10fb6a79b9e4e293550fe11e6f261704f9
Single-File: Add a test case with Resource Assemblies (#34736)

Add a test to verify that resolution of deps.json files directly from bundle succeeds when there are resource assemblies.
src/installer/test/Assets/TestProjects/LocalizedApp/Hello.Designer.cs [new file with mode: 0644]
src/installer/test/Assets/TestProjects/LocalizedApp/Hello.kn-IN.resx [new file with mode: 0644]
src/installer/test/Assets/TestProjects/LocalizedApp/Hello.resx [new file with mode: 0644]
src/installer/test/Assets/TestProjects/LocalizedApp/Hello.ta-IN.resx [new file with mode: 0644]
src/installer/test/Assets/TestProjects/LocalizedApp/LocalizedApp.csproj [new file with mode: 0644]
src/installer/test/Assets/TestProjects/LocalizedApp/Program.cs [new file with mode: 0644]
src/installer/test/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleLocalizedApp.cs [new file with mode: 0644]