The Artima Developer Community
Sponsored Link

.NET Buzz Forum
InternalsVisibleToAttribute, Unit Testing and Strong Names

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Richard Jonas

Posts: 147
Nickname: rjonas
Registered: Nov, 2005

Richard Jonas is a .NET sofware developer living in the UK.
InternalsVisibleToAttribute, Unit Testing and Strong Names Posted: Jun 12, 2007 11:23 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Richard Jonas.
Original Post: InternalsVisibleToAttribute, Unit Testing and Strong Names
Feed Title: Richard Jonas
Feed URL: http://feeds.feedburner.com/blogspot/ouNA
Feed Description: Richard Jonas's blog about .NET, web development and agile methodologies.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Richard Jonas
Latest Posts From Richard Jonas

Advertisement
I previously posted about using the InternalsVisibleTo attibute for testing with NUnit. I've had some problems building this with a stronly named assembly. I found the following post on Kent Boogaart's blog that describes how you should change the code in your assemblyinfo.cs file as follows: [assembly: InternalsVisibleTo("Company")] to [assembly: InternalsVisibleTo("Company,...

Read: InternalsVisibleToAttribute, Unit Testing and Strong Names

Topic: Resharper 3.0 Member Re-Ordering Settings Previous Topic   Next Topic Topic: So nicht - die Startup-Fehler

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use