Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 770 Bytes

File metadata and controls

22 lines (21 loc) · 770 Bytes

Spike.Asp.Net.Core.ModuleLoading.AssemblyLoadContext

Investigation of loading Modules into Asp.Net.Core after startup.

  • Startup project:
    • Spiies.Base.Host
  • Localhost port:
  • Dependencies:
    • Host depends on Shared
    • Same for Module
    • but HOST DOES NOT KNOW ABOUT Module (which is example 3rd party plugin)
  • Angular:
    • Views:
      • index page page is under Host/ClientApp/src folder
      • which in turn pulls in
      • Host/ClientApp/src/app contents
      • See Host/ClientApp/src/app/nav-menu to link to different views.