← Back to team overview

nunit-core team mailing list archive

[Bug 541699] Re: Feature: Silverlight Support

 

** No longer affects: nunitv2

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/541699

Title:
  Feature:  Silverlight Support

Status in NUnit Test Framework:
  Fix Released

Bug description:
  Silverlight support for nunit.  I don't know if its possible to do a
  GUI integration, but at least modify the nunit.framework to be
  compilable on Siliverlight, while working on full the framework as
  well.

  That should be enough to so that nunit could be integrated into ms's
  silverlight testing tool.

  the main things that prevent this currently is the use use of
  ArrayList, ListDictionary, SerializationAttribute, and xml and binary
  serionalizers as well as the threading (Apartment isn't in Silverlight
  threading).

  I know that these are probably needed for backwards maintainability
  for 1.1,1.0, but some of them just need to be changed to their
  System.Collections interface and then instantiated differently
  depending on the compilation.

  I don't mind helping with this aspect, if needed.

  I also realize there is an nunitlite, but I don't know how well that
  currently integrates with testdriven.net and other test runners.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/541699/+subscriptions


References