nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03640
[Bug 541699] Re: Feature: Silverlight Support
** Changed in: nunit-3.0
Assignee: (unassigned) => Charlie Poole (charlie.poole)
** Changed in: nunit-3.0
Milestone: None => 2.9.6
** Changed in: nunit-3.0
Status: Triaged => Fix Released
--
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
Status in NUnit V2 Test Framework:
Won't Fix
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