Serhii Shushliapin
Serhii Shushliapin
Is Docker running? Is it running Windows containers?
Hello, post your test please so that I could reproduce it. Thanks. Надіслано з iPhone 13 бер. 2019 р. о 18:30 MokoPolo пише: > Hello, > > When I try...
Hi @LukasDvorak, I run the entire (1k+) unit tests against 8.2.6 and .net471... I can see no issues with the `FakeLinkDatabase` and `GetReferrers`... Is there any chance to provide a...
Hi David, Sitecore 9 Update 3?! I haven't seen that before... At least it's not publicly available yet. https://dev.sitecore.net/Downloads/Sitecore_Experience_Platform.aspx On 16 лист. 2018, 01:17 +0200, David Nguyen , wrote: >...
What would you expect to be returned? Please provide a [Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve) describing your use case.
So, technically it is possible to return an `Item` from the existing `db.Add()` methods. It'll not be a breaking change and there are no new methods needed in this case....
The alternative might be to introduce _builders_. For instance: ``` csharp var item1 = db.Build().FromDbItem(new DbItem("root")); var item2 = db.Build().WithName("home"); ```
@pveller Yep, that is the fluent API :-D
Hi @sc-alistairdeneys! Thanks for your input! Versioning approach looks good to me. Regarding the migration. I'd love to do so but it seems it requires some additional research. Now there...
> The abstractions in Sitecore have got a lot better, to the point that FakeDB shouldn't be required for unit testing on later versions of Sitecore. What do you think...