Paul Johnson
|
95aa143db0
|
v10 make migration from v9 less painful WRT IScope (#12293)
* Restore IEventDispatcher
* Fix breaking changes WRT IScopeProvider and IScope
* Update internal usage.
* Update src/Umbraco.Core/Services/UserService.cs
* Better obsolete message
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
|
2022-04-26 10:22:37 +01:00 |
|
Paul Johnson
|
a1e562cab6
|
Switch ConfigureServices back to protected.
Downstream users may wish to subclass and add their application specific
services.
|
2022-02-12 11:57:28 +00:00 |
|
Paul Johnson
|
c1fddd98be
|
Additional refactoring I have been meaning to get around to for a while.
|
2022-02-11 20:39:57 +00:00 |
|
Paul Johnson
|
eb841a7b98
|
Remove database properties from IScope
|
2022-01-13 17:44:40 +00:00 |
|
Paul Johnson
|
00133e880d
|
Move test projects from src/ to tests/ (#11357)
* Update gitignore
* Move csproj
* Update project references
* Update solutions
* Update build scripts
* Tests used to share editorconfig with projects in src
* Fix broken tests.
* Stop copying around .editorconfig
merged root one with linting
* csharp_style_expression_bodied -> suggestion
* Move StyleCop rulesets to matching directories and update shared build properties
* Remove legacy build files, update NuGet.cofig and solution files
* Restore myget source
* Clean up .gitignore
* Update .gitignore
* Move new test classes to tests after merge
* Gitignore + nuget config
* Move new test
Co-authored-by: Ronald Barendse <ronald@barend.se>
|
2021-10-18 08:14:04 +01:00 |
|