The pace of Marten development has been absolutely nuts over the past month and I have gotten very far behind in keeping the docs up to date. The following is a task list of the topics that need to be updated in preparation for a v0.9 release.
If you're willing to help out, please just tag a note in this issue that you're taking it. I'm figuring that we'll update the docs in its current structure, then go for the new documentation structure in a later wave of effort.
Contains() searches with IEnumerable<T>, IList<T>, List<T>IQuerySession. Part of diagnostics?Might be a good idea to share the list between a few of us. I'll have a proper look later on today to let you know what I'll be happy to take.
I've got some other stuff to write up, then I was going to announce this on the Gitter room. It's helping to have this in a task list instead of buried in my notebook;)
I'll be starting with these and see what else will I be able to take afterwards:
Fetching JSON & mapping hierarchies are done.
I will take foreign keys
In the past, I've relied on unit tests as much as possible for the example code. Mostly, I just hunt down the existing tests and use them OOTB. It's a lazy way to make the docs, but it's far, far better than nothing.
Plus in theory the unit testing code works :)
I'll continue with:
Include()
configuring schema name
overriding doc name (if this is what you meant)
Any proof reading would be highly appreciated.
@nieve @jamesfarrer Hey, if you don't mind, can you just go click on the checkbox's for the things that are done, or is it not letting you do that w/ permissions?
Cool, I tried before I had the permissions and it didn't work.
I added some info about document id's and added a bit to the db schema name.
I don't have the rights to check the checkboxes however. You can check:
I'm gonna look into the compiled queries, unless anyone else is keen on doing it..?
@nieve Hold off just a little bit on compiled queries until I'm done w/ #280 maybe. That looks like it could be in later today or tomorrow.
I'm going to take the compiled queries now