7

http://docs.structuremap.net/ seems to have very old examples that use deprecated members. Is there a place where I can find up to date StructureMap doco ?

nixon
  • 1,952
  • 5
  • 21
  • 41

2 Answers2

3

I seem to have found some of the newest documentation for version 3.1 at http://structuremap.github.io/

It looks like it has most of the basic information is there. Some of the other pages don't seem to be fleshed out yet. But it still looks very helpful.

Andrew Smith
  • 1,634
  • 10
  • 11
-2

There is no new development. Latest version on NuGet is 2.6.4. So all these examples are the best you can get right now.

We are using it for some years, and because principles are the same, it is (as a concept) still up to date...

Vlad
  • 29
  • 5
  • 2
    I don't agree that it is up to date at all !! – nixon Jan 23 '13 at 06:09
  • What is not up to date? the documentation? the implementation? or the design? I would say, that Structure Map is working for us, no issues until now. So less code to configure, and powerful runtime features (including different profiles for different users or purposes) so what is not up to date? – Vlad Jan 27 '13 at 15:02
  • 2
    Yes the question was in regards to the documentation. – nixon Jan 30 '13 at 00:19
  • 3
    For version 3.0.0.0 there are plans for better documentation. Structuremap is not dead: http://jeremydmiller.com/2013/01/30/lets-try-this-again-structuremap-3-0-in-en-route-as-of-now/ – ms007 Feb 05 '13 at 22:41
  • 1
    Latest docs for the v3.0.0 release are here: http://structuremap.github.io/structuremap/ – ultra909 Aug 20 '14 at 07:32