Skip to content

Commit

Permalink
update for pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Aug 28, 2020
1 parent 2d16aeb commit dc63d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/Prism
Submodule Prism updated 45 files
+1 −1 e2e/Wpf/HelloWorld.Bootstraper/Bootstrapper.cs
+7 −0 src/Forms/Prism.Forms/Modularity/IModuleCatalogExtensions.cs
+6 −1 src/Forms/Prism.Forms/Modularity/ModuleManager.cs
+3 −0 src/Forms/Prism.Forms/Services/Dialogs/DialogPage.cs
+1 −1 src/Forms/Prism.Forms/Services/Dialogs/DialogService.cs
+19 −0 src/Prism.Core/Modularity/IModuleCatalogCoreExtensions.cs
+6 −2 src/Prism.Core/Modularity/IModuleManager.cs
+76 −0 src/Prism.Core/Modularity/IModuleManagerExtensions.cs
+0 −236 src/Wpf/Prism.DryIoc.Wpf/Legacy/DryIocBootstrapper.cs
+0 −61 src/Wpf/Prism.DryIoc.Wpf/Legacy/DryIocExtensions.cs
+0 −135 src/Wpf/Prism.DryIoc.Wpf/Properties/Resources.Designer.cs
+0 −45 src/Wpf/Prism.DryIoc.Wpf/Properties/Resources.resx
+0 −208 src/Wpf/Prism.Unity.Wpf/Legacy/UnityBootstrapper.cs
+0 −60 src/Wpf/Prism.Unity.Wpf/Legacy/UnityContainerHelper.cs
+0 −59 src/Wpf/Prism.Unity.Wpf/Legacy/UnityExtensions.cs
+0 −135 src/Wpf/Prism.Unity.Wpf/Properties/Resources.Designer.cs
+0 −45 src/Wpf/Prism.Unity.Wpf/Properties/Resources.resx
+0 −199 src/Wpf/Prism.Wpf/Bootstrapper.cs
+6 −1 src/Wpf/Prism.Wpf/Modularity/ModuleManager.cs
+8 −4 src/Wpf/Prism.Wpf/PrismBootstrapperBase.cs
+88 −0 tests/Forms/Prism.Forms.Tests/Modularity/ModuleManagerExtensionsFixture.cs
+0 −19 tests/Wpf/Prism.Container.Wpf.Shared/Fixtures/Bootstrapper/BootstrapperNullModuleManagerFixture.cs
+19 −172 tests/Wpf/Prism.Container.Wpf.Shared/Fixtures/Bootstrapper/BootstrapperRunMethodFixture.cs
+5 −5 tests/Wpf/Prism.Container.Wpf.Shared/Mocks/NullModuleCatalogBootstrapper.cs
+0 −38 tests/Wpf/Prism.Container.Wpf.Shared/Mocks/NullModuleManagerBootstrapper.cs
+0 −2 tests/Wpf/Prism.Container.Wpf.Shared/Prism.Container.Wpf.Shared.projitems
+12 −11 tests/Wpf/Prism.DryIoc.Wpf.Tests/Fixtures/BootstrapperRunMethodFixture.cs
+47 −41 tests/Wpf/Prism.DryIoc.Wpf.Tests/Mocks/MockBootstrapper.cs
+26 −11 tests/Wpf/Prism.DryIoc.Wpf.Tests/Mocks/MockedContainerBootstrapper.cs
+0 −24 tests/Wpf/Prism.DryIoc.Wpf.Tests/Mocks/NullContainerBootstrapper.cs
+12 −1 tests/Wpf/Prism.DryIoc.Wpf.Tests/Mocks/NullLoggerBootstrapper.cs
+1 −1 tests/Wpf/Prism.DryIoc.Wpf.Tests/Mocks/NullModuleCatalogBootstrapper.cs
+0 −8 tests/Wpf/Prism.DryIoc.Wpf.Tests/Mocks/NullModuleManagerBootstrapper.cs
+1 −2 tests/Wpf/Prism.IocContainer.Wpf.Tests.Support/BootstrapperFixtureBase.cs
+0 −18 tests/Wpf/Prism.Unity.Wpf.Tests/Fixtures/BootstrapperNullContainerFixture.cs
+47 −41 tests/Wpf/Prism.Unity.Wpf.Tests/Mocks/MockBootstrapper.cs
+26 −11 tests/Wpf/Prism.Unity.Wpf.Tests/Mocks/MockedContainerBootstrapper.cs
+0 −24 tests/Wpf/Prism.Unity.Wpf.Tests/Mocks/NullContainerBootstrapper.cs
+13 −2 tests/Wpf/Prism.Unity.Wpf.Tests/Mocks/NullLoggerBootstrapper.cs
+1 −1 tests/Wpf/Prism.Unity.Wpf.Tests/Mocks/NullModuleCatalogBootstrapper.cs
+0 −8 tests/Wpf/Prism.Unity.Wpf.Tests/Mocks/NullModuleManagerBootstrapper.cs
+0 −305 tests/Wpf/Prism.Wpf.Tests/BootstrapperFixture.cs
+88 −0 tests/Wpf/Prism.Wpf.Tests/Modularity/ModuleManagerExtensionsFixture.cs
+2 −2 tests/Wpf/Prism.Wpf.Tests/PrismBootstapperBaseFixture.cs
+7 −0 tests/Wpf/Prism.Wpf.Tests/Regions/LocatorNavigationTargetHandlerFixture.cs

0 comments on commit dc63d44

Please sign in to comment.