This website requires JavaScript.
Explore
Help
Register
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
a7c3b2dab8463035b4480f79ab08ddf27b64450d
Umbraco-CMS
/
src
/
Umbraco.Web.UI.NetCore
History
Bjarke Berg
a7c3b2dab8
Clear default log providers
2020-09-17 09:59:13 +02:00
..
config
Moved serilog config to appsettings and configured it to also catch MS logging messages.
2020-09-17 09:01:10 +02:00
Properties
Boot netcore on https:localhost:44331
2020-06-29 12:13:53 +02:00
umbraco
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
2020-09-09 19:13:37 +02:00
wwwroot
Replace the favicon with the U-logo
2020-03-02 09:08:14 +01:00
appsettings.Development.json
Moved serilog config to appsettings and configured it to also catch MS logging messages.
2020-09-17 09:01:10 +02:00
appsettings.json
remove connectionstring from config
2020-09-17 09:38:50 +02:00
Program.cs
Clear default log providers
2020-09-17 09:59:13 +02:00
Startup.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
Umbraco.Web.UI.NetCore.csproj
Moved serilog config to appsettings and configured it to also catch MS logging messages.
2020-09-17 09:01:10 +02:00