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
76cda7fd0c
Fix issue running UmbracoTestServerTestBase tests with debugger attached
...
Ensure ConfigureWebServer called before ConfigureServices for tests that
make use of WebApplicationFactory.
Still not apparent why tests would pass if debugger isn't attached?
2022-02-11 16:52:57 +00:00
Bjarke Berg
ae6920a4a2
Merge remote-tracking branch 'origin/v10/dev' into v10/feature/scope-provider-cleanup
...
# Conflicts:
# src/Umbraco.Infrastructure/DependencyInjection/UmbracoBuilder.Repositories.cs
# src/Umbraco.Infrastructure/DependencyInjection/UmbracoBuilder.Services.cs
2022-01-23 14:16:44 +01:00
Paul Johnson
2ead758a99
Update to npoco5
2022-01-18 15:23:53 +00:00
Paul Johnson
eb841a7b98
Remove database properties from IScope
2022-01-13 17:44:40 +00:00
Nikolaj Geisle
bc6d8b5ece
v9: Throw error on duplicate routes ( #11774 )
...
* Add conflicting route service and check
* Added testclass
* Cleanup
* Update src/Umbraco.Web.BackOffice/Services/ConflictingRouteService.cs
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com >
* Implemented out variable
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk >
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com >
2021-12-22 13:03:38 +01: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