TDD
-
You can use the public key of your unit test assembly in there as well, so it becomes
[assembly: InternalsVisibleTo("mytestproject, PublicKey="32de3ba45e0a00a1")]
Deja View - the feeling that you've seen this post before.
Just saw this on twitter. I thought you'd be interested: HeadGeek Approving Community Credit submissions for this month. Looks like Peter O' Hanlon has just moved into the lead. http://tinyurl.com/6ce4ur[^] 25 minutes ago from web Well done! Keep up the good work.
Recent blog posts: *Method hiding Vs. overriding *Microsoft Surface *SQL Server / Visual Studio install order My Blog
-
You can use the public key of your unit test assembly in there as well, so it becomes
[assembly: InternalsVisibleTo("mytestproject, PublicKey="32de3ba45e0a00a1")]
Deja View - the feeling that you've seen this post before.
-
Just saw this on twitter. I thought you'd be interested: HeadGeek Approving Community Credit submissions for this month. Looks like Peter O' Hanlon has just moved into the lead. http://tinyurl.com/6ce4ur[^] 25 minutes ago from web Well done! Keep up the good work.
Recent blog posts: *Method hiding Vs. overriding *Microsoft Surface *SQL Server / Visual Studio install order My Blog
Cheers. It's been a busy couple of months blogging for me. It's helped working alongside Karl Shifflett - he's a coding/article writing machine, and has spurred me on.
Deja View - the feeling that you've seen this post before.
-
Cheers. It's been a busy couple of months blogging for me. It's helped working alongside Karl Shifflett - he's a coding/article writing machine, and has spurred me on.
Deja View - the feeling that you've seen this post before.
Pete O'Hanlon wrote:
It's helped working alongside Karl Shifflett
Indeed - We almost managed to get him along to Developer Day Scotland earlier this year.
Recent blog posts: *Method hiding Vs. overriding *Microsoft Surface *SQL Server / Visual Studio install order My Blog
-
Use sn -Tp on the test dll. This depends on you having strong named the test project of course.
Deja View - the feeling that you've seen this post before.
-
Use sn -Tp on the test dll. This depends on you having strong named the test project of course.
Deja View - the feeling that you've seen this post before.
-
Thanks, I have just done some reading and am working it out. I think i need to look into strong names more, but you have given me enought to work with. Thanks for your help, its appreciated Mark
Good man.
Deja View - the feeling that you've seen this post before.
-
Thanks, I have just done some reading and am working it out. I think i need to look into strong names more, but you have given me enought to work with. Thanks for your help, its appreciated Mark
If only everybody were as polite as you... :)
Cheers, Vıkram.
"You idiot British surprise me that your generators which grew up after Mid 50s had no brain at all." - Adnan Siddiqi.
-
If only everybody were as polite as you... :)
Cheers, Vıkram.
"You idiot British surprise me that your generators which grew up after Mid 50s had no brain at all." - Adnan Siddiqi.
I always 5 the people who take the time to offer thanks.
Deja View - the feeling that you've seen this post before.
-
If only everybody were as polite as you... :)
Cheers, Vıkram.
"You idiot British surprise me that your generators which grew up after Mid 50s had no brain at all." - Adnan Siddiqi.
Being polite costs nothing. As a member of a number of (coding/car/RC Helicopter) forums I see no end of rudeness. When others try and help (even if they cant solve your problem), they have taken their time to try, why not be polite and say thanks just my 2p worth :) Mark