--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-us...@googlegroups.com.
To post to this group, send email to structure...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/structuremap-users/-/v8vQrMipK7IJ.
For more options, visit https://groups.google.com/groups/opt_out.
3.5 Client Profile would be appreciated here. We use SM extensively in our desktop apps, and it would be nice to be able to use the new improvements.
SL, WP, etc I could care less...
-pete
3.5 Client Profile would be appreciated here. We use SM extensively in our desktop apps, and it would be nice to be able to use the new improvements.
SL, WP, etc I could care less...
-pete
On Mar 6, 2013 8:08 AM, "Jeremy D. Miller" <jeremy...@yahoo.com> wrote:
Ugh, ok, so-->* You'll never make everybody happy with the versions you support. Yeah, I suppose we could back port Lazy<T> by itself to 3.5. That one's not that bad.* The SL support is a huge PITA and I've always been happy to let SL be Ninject/Windsor/Autofac's problem. I'm game to do it if someone not named "Jeremy" is supporting it. I don't use SL/WP7/WP8/WinRT and likely never will, so I'm not knowledgable enough to deal with all the differences -- and they are definitely there. That being said, it should be easier now than it was before after we cut it down to Client Profile.I'd have to hear more than a few people wanting StructureMap on Silverlight/Windows Phone/whatever to justify the effort and the can of support worms it'll open up.
On Mar 6, 2013, at 7:00 AM, Gleb Chermennov <thebitt...@gmail.com> wrote:
I may be the only one thinking it's useful, but still - I'm thinking about supporting extra branch of StructureMap that will compile under 3.5 client profile (that would be extremely useful for destop app developers) and - may be - Silverlight.The thing is - I don't know if StructureMap is popular among guys that write client-side software? Does they use IoC containers at all (I hope they do)?I hoped NuGet can provide some insight into this, but since they don't even know what frameworks are supported in a package (or at least I didn't find out the way to get that info), I suppose it's no use.I suppose it won't be too hard to transfer SM back to 3.5 since it's only uses Lazy<T> goodness of 4.0. System.Web dependency was removed lately (it now resides in separate project), so that won't be a problem.Thoughts? Suggestions? Of course, Jeremy's opinion would be great to hear.--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-users+unsub...@googlegroups.com.
To post to this group, send email to structure...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/structuremap-users/-/v8vQrMipK7IJ.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-users+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-us...@googlegroups.com.
To post to this group, send email to structure...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/structuremap-users/-/7owz-7hG-IkJ.
When it comes to Lazy<T>, I actually have it working with 2.6 with not too much difficulty. No reason to target 4.0 when you can just register it (or not target SL, etc).
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-us...@googlegroups.com.
To post to this group, send email to structure...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/structuremap-users/-/EVaXb5yNTDIJ.
--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-us...@googlegroups.com.
To post to this group, send email to structure...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/structuremap-users/-/HBnp3M8HV-QJ.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-users+unsubscribe@googlegroups.com.
To post to this group, send email to structure...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/structuremap-users/-/v8vQrMipK7IJ.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-users+unsubscribe@googlegroups.com.
To post to this group, send email to structure...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-users+unsubscribe@googlegroups.com.
To post to this group, send email to structure...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/structuremap-users/-/7owz-7hG-IkJ.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-users+unsub...@googlegroups.com.
To post to this group, send email to structure...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/structuremap-users/-/EVaXb5yNTDIJ.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
Bragging rights? My thought was that it would make it easier for us as a stepping stone to other versions of the framework. For my part, I like the idea of a much thinner core library anyway. Especially with the nested container implementation being fixed for SM3 (and it is finally), the need for HttpContext related scoping should be going away.
On Mar 7, 2013, at 10:35 AM, Jimmy Bogard <jimmy....@gmail.com> wrote:
Off-hand question - why target the client profile?
On Thu, Mar 7, 2013 at 10:27 AM, Frank L. Quednau <fque...@googlemail.com> wrote:
We use SM extensively client side, alas we are targetting .NET 4 CP : When I still was a consultant, it wasn't a problem to target the latest .NET version, so I am surprised this is an issue.With regard to PCL - Vagif Abilov hacked a tool together that should give you a feeling of the effort to port to PCL : http://bloggingabout.net/blogs/vagif/archive/2013/02/05/check-your-code-portability-with-pcl-compliance-analyzer.aspxMaybe someone can let that run over the SM code?
On Wednesday, 6 March 2013 14:00:36 UTC+1, Gleb Chermennov wrote:I may be the only one thinking it's useful, but still - I'm thinking about supporting extra branch of StructureMap that will compile under 3.5 client profile (that would be extremely useful for destop app developers) and - may be - Silverlight.The thing is - I don't know if StructureMap is popular among guys that write client-side software? Does they use IoC containers at all (I hope they do)?I hoped NuGet can provide some insight into this, but since they don't even know what frameworks are supported in a package (or at least I didn't find out the way to get that info), I suppose it's no use.I suppose it won't be too hard to transfer SM back to 3.5 since it's only uses Lazy<T> goodness of 4.0. System.Web dependency was removed lately (it now resides in separate project), so that won't be a problem.Thoughts? Suggestions? Of course, Jeremy's opinion would be great to hear.
--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-users+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/structuremap-users/-/HBnp3M8HV-QJ.
--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-users+unsub...@googlegroups.com.
Ugh, ok, so-->* You'll never make everybody happy with the versions you support. Yeah, I suppose we could back port Lazy<T> by itself to 3.5. That one's not that bad.* The SL support is a huge PITA and I've always been happy to let SL be Ninject/Windsor/Autofac's problem. I'm game to do it if someone not named "Jeremy" is supporting it. I don't use SL/WP7/WP8/WinRT and likely never will, so I'm not knowledgable enough to deal with all the differences -- and they are definitely there. That being said, it should be easier now than it was before after we cut it down to Client Profile.I'd have to hear more than a few people wanting StructureMap on Silverlight/Windows Phone/whatever to justify the effort and the can of support worms it'll open up.
On Mar 6, 2013, at 7:00 AM, Gleb Chermennov <thebitt...@gmail.com> wrote:
I may be the only one thinking it's useful, but still - I'm thinking about supporting extra branch of StructureMap that will compile under 3.5 client profile (that would be extremely useful for destop app developers) and - may be - Silverlight.The thing is - I don't know if StructureMap is popular among guys that write client-side software? Does they use IoC containers at all (I hope they do)?I hoped NuGet can provide some insight into this, but since they don't even know what frameworks are supported in a package (or at least I didn't find out the way to get that info), I suppose it's no use.I suppose it won't be too hard to transfer SM back to 3.5 since it's only uses Lazy<T> goodness of 4.0. System.Web dependency was removed lately (it now resides in separate project), so that won't be a problem.Thoughts? Suggestions? Of course, Jeremy's opinion would be great to hear.--
You received this message because you are subscribed to the Google Groups "structuremap-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structuremap-users+unsub...@googlegroups.com.