New Post: AsParallel
In DomainEventBus, instead of foreach (...AsParallel()) I think you want Parallel.ForEach(...)
View ArticleNew Post: Target Namespace
This is all great stuff. I started implementing the DomainContext stuff and bumped up on that implementation myself. It would be great if tehre was a way to specify the target namespace for the code...
View ArticleNew Post: Target Namespace
Ok so after doing some research I was able to do this in mass with R#. Still it would be nice to have an option to do this from the get go, i.e. Install-Package NetFx-xxxx -Namespace...
View ArticleNew Post: Documentation
This project would benefit greatly if some more attention was paid to providing developers with documentation
View ArticleNew Post: clone of my fork fails
1st off... is this project alive or dead, if I contribute are my changes going to be pulled?2nd i forked and then cloned my fork I get this error% hg update --repository D:\My Documents\Visual Studio...
View ArticleNew Post: Target Namespace
Hi, Where you able to fork the repo and clone it successfully, I get an error like the repo is corrupted. See my disussion for details.
View ArticleNew Post: Target Namespace
I didn't go as far as forking the repo, so I'll be of no help to you.
View ArticleNew Post: Target Namespace
Well it actually doesnt matter, I tried to clone the original repo and I get the same error so I think what once worked doesnt anymore. If you dont mind could you try to a clone to a temp folder and...
View ArticleNew Post: Target Namespace
Actually I take it back, I did clone the repo previously and it seemed to work. (I'm no Mercurial expert I cloned using TortoiseHg and it worked for me).
View ArticleNew Post: Target Namespace
I also did this before successfully but cant now. I'm trying to establish if there is a problem with the codeplex repo. If there is I think it needs to be raised with codeplex. Could you try to clone...
View ArticleNew Post: Target Namespace
Okay, it was crazy slow, but it worked.hg clone --verbose -- https://hg01.codeplex.com/netfx C:\hg\CodePlex\netfx2
View ArticleNew Post: Target Namespace
Well that is strange, when I do it I get this% hg clone --verbose -- https://hg01.codeplex.com/netfx D:\My Documents\Visual Studio 2008\Projects\netfx2requesting all changesadding changesetsadding...
View ArticleNew Post: Target Namespace
Once again, not speaking as an expert, but maybe try getting it into a shorter root directory path... the file path for that file is pretty long so yopu may be bumping into issues with path lengths....
View ArticleNew Post: Target Namespace
Good catch you where right.. Now I'd say the fault is with mecurial not supporting long filenames that ntfs supports.
View ArticleNew Post: clone of my fork fails
Solved this if anyone else has the same, the filename was too long so moving the clone location to a root folder worked. Looks like mecurial doesnt support long filenames.
View ArticleNew Post: SimpleWebToken compile error
I assume this must have been noted before but either I don't know how to search this discussion forum or I am doing something stupid in my project. I get a compile error in line 65 of...
View ArticleNew Post: Conform to StyleCop and CodeAnalysis rules
As the files of this project are directly added to our projects they should conform to StyleCop and CodeAnalysis rules.Thanks
View ArticleNew Post: Guard and Removing the value parameter.
Why are both "expression" and "value" passed in as parameters, when you can derive the value from the expression?example:publicstaticvoid NotNull<T>(Expression<Func<T>> reference) { T...
View ArticleNew Post: Ipsum GetPhrase() Improvement
The Ipsum GetPhrase() method is more efficient if it uses StringBuilder:public static string GetPhrase(int wordCount) { StringBuilder sb = new StringBuilder(); sb.Append("Lorem");...
View ArticleNew Post: This project is outdated and hasn't been maintained
I like the idea of this project. I liked it so much that I decided to create an alternative, more modern and up-to-date version of this project. I called it "Quarks". Here's a brief description: A...
View Article