Paul Johnson
4ae329589a
NetCore: MSDI refactor remove IFactory & IRegister ( #9308 )
...
* Replace IFactory with IServiceProvider
* Replace IRegister with IServiceCollection
* Fix Rte.cshtml so the view can service locate.
* Replace Composing Lifetime with MSDI ServiceLifetime
* Remove ServiceProvider AddMultipleUnique extension
* Remove Umbraco.Web.Composing.Current.Reset and any calls
* Remove LightInject from net framework projects
* Brought back a helper for setting MediaFileSystem underlying IFileSystem
2020-10-30 12:16:17 +01:00
Mole
f9bd33dafe
Include new SignalR in preview view
2020-09-29 13:50:32 +02:00
Andy Butland
f1bda37a64
Updates following PR review.
2020-09-01 18:10:12 +02:00
Andy Butland
2a59a8385c
Merge branch 'netcore/netcore' into feature/8651-config-options-patten
...
# Conflicts:
# src/Umbraco.Tests.Common/Builders/GlobalSettingsBuilder.cs
# src/Umbraco.Tests/TEMP/DatabaseContextTests.sdf
# src/Umbraco.Web.BackOffice/Controllers/ImagesController.cs
2020-08-27 09:03:01 +02:00
Bjarke Berg
3d55dcd3c4
Merge remote-tracking branch 'netcore/dev' into netcore/netcore
2020-08-26 08:05:15 +02:00
Andy Butland
967f0be705
Aligned property names in code with those in configuration.
2020-08-25 10:45:54 +02:00
Andy Butland
2cd91a5a54
Converted to IOptions over IOptionsSnapshot due to the latter only working in scoped services.
...
Further amends to return to booting application.
2020-08-23 23:36:48 +02:00
Andy Butland
52a65caf88
Temporarily removed test and non netcore executable projects.
2020-08-21 15:27:06 +01:00
Andy Butland
510bd92e78
Amended injection of further settings to use IOptionsSnapshot.
2020-08-21 14:52:47 +01:00
Bjarke Berg
c49f50e6d4
Clean up
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-07-04 19:04:04 +02:00
Bjarke Berg
f85204eaa1
Fixed lot of small issues for linux
2020-07-04 15:07:07 +02:00
Paul Johnson
b2f1c728fb
Alter resx to match filesystem
2020-04-07 16:54:54 +01:00
Shannon
7e2d0902af
Huge IIOHelper cleanup, removes some overlap with IHostingEnvironment, much less usages of IIOHelper and instead just use what is already available on IHostingEnvironment
2020-04-03 11:03:06 +11:00
Shannon
4fddb94462
Fixes up preview paths, adds more docs and ensures we throw exceptions when not absolute paths
2020-04-02 22:11:57 +11:00
Shannon
4eb116d4ac
removes CssInitialization and JsInitialization and merges/simplifies code
2020-04-02 21:29:48 +11:00
Shannon
95a36b3064
Changes namesspace, fixes cdf registrations, fixes bundle registrations, cleanup
2020-04-02 21:19:42 +11:00
Shannon
32deaa12d2
Removes unneeded methods/properties in abstraction, removes unneeded usages of it, changes everything to pre-defined bundles, fixes cdf implementation and reduces reflection, renames namespace
2020-04-02 17:41:00 +11:00