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
4bfba2eebab1e7f091c5fb891d006191e2337bbe
Umbraco-CMS
/
src
/
Umbraco.Tests
/
Scoping
History
Shannon
67a9b5bb97
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
..
EventNameExtractorTests.cs
Normalize cr/lf/tab
2017-07-20 11:21:28 +02:00
PassThroughEventDispatcherTests.cs
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
2019-01-27 11:16:00 +01:00
ScopedNuCacheTests.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
ScopedRepositoryTests.cs
Merge branch 'temp8' into temp8-contexts
2019-02-15 12:55:17 +11:00
ScopedXmlTests.cs
Fixes tests - Nucache tests were not disposing the snapshot service so was binding to all events!! renames the test snapshot service to avoid confusion
2019-10-16 15:49:19 +11:00
ScopeEventDispatcherTests.cs
Reorganize composition code
2019-02-14 09:15:47 +01:00
ScopeFileSystemsTests.cs
Reorganize composition code
2019-02-14 09:15:47 +01:00
ScopeTests.cs
Support enlisting in exiting scope contexts (why not?)
2019-01-14 08:09:43 +01:00