This website requires JavaScript.
Explore
Help
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
99247d7fbe0feece772c8ef50e12b7b6daf662d1
Umbraco-CMS
/
src
/
Umbraco.Infrastructure
/
Runtime
History
Shannon
99247d7fbe
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/task/6973-migrating-authenticationcontroller
...
# Conflicts: # src/Umbraco.Infrastructure/PropertyEditors/PropertyEditorsComposer.cs
2020-11-18 16:02:51 +11:00
..
CoreInitialComponent.cs
Converted to IOptions over IOptionsSnapshot due to the latter only working in scoped services.
2020-08-23 23:36:48 +02:00
CoreInitialComposer.cs
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/task/6973-migrating-authenticationcontroller
2020-11-18 16:02:51 +11:00
CoreRuntime.cs
NetCore: MSDI refactor split CoreRuntime & Remove Current (
#9356
)
2020-11-10 09:50:47 +01:00
CoreRuntimeBootstrapper.cs
NetCore: MSDI refactor split CoreRuntime & Remove Current (
#9356
)
2020-11-10 09:50:47 +01:00
MainDomSemaphoreLock.cs
Begin trying to replace logger in Current
2020-09-16 13:46:45 +02:00
RuntimeEssentialsEventArgs.cs
Adds IUmbracoBuilder to build the config so it's easier to split apart, ensures background tasks don't run in integration tests, uses a custom CoreRuntime to ensure we use SimpleMainDom, re-wires the UmbracoWebApplicationFactory so that duplicate Hosts are not running at the same time, fixes issues with overriding/shadowing, uses RAMDirectory in lucene for tests, fixes CoreRuntime's events that we're moved incorrectly and not backwards compat, adds new real non static events which we can use in integration tests to install the DB before the runtime state is calculated
2020-09-02 18:10:29 +10:00
SqlMainDomLock.cs
Merge options
2020-09-18 12:53:06 +02:00