← Back to team overview

nunit-core team mailing list archive

[Bug 919876] Re: NUnit.Util.Transform.resources missing from nunit.util.dll

 

Hi,

I see where you are going with this and it does make sense.  That being
said, I am kinda in a pickle.  After further investigation, I realized
that NAnt gives the user the opportunity to provide custom xslt files to
format NUnit's output when the formatter for the nunit2 task is set to
plain.  The Summary.xslt resource was being used as a default if a
custom xslt file was not provided.  Updating NUnit referenced in NAnt
from 2.2 to 2.5/2.6 is enough of a change, I don't want to take away
functionality in the process.

So there are two options that I can see from this right now:
1) Keep the Transform.resx in nunit.util.dll that can be referenced
or
2) NAnt embeds the resource in question.

Since you are trying to move away from that resource, which I respect,
#2 would probably be the way to go.  The only question I would have is
what kind of license issues would we run into incorporating an old NUnit
licensed resource file into a gpl 2.0 licensed program.

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

Title:
  NUnit.Util.Transform.resources missing from nunit.util.dll

Status in NUnit V2 Test Framework:
  Triaged

Bug description:
  I'm running into an issue that is preventing me from running tests
  with 2.6 beta4.  The message that I am seeing is:

  Test results could not be formatted.
  Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "NUnit.Util.Transform.resources" was correctly embedded or linked into assembly "nunit.util" at compile time, or that all the satellite assemblies required are loadable and fully signed.

  Looking at the nunit.util.build file, around line 87, it looks like
  the lines that include the resource file in question into the build
  have been commented out.  Unless I am mistaken, uncommenting this
  information should fix this issue.

  Thanks,
  Ryan

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/919876/+subscriptions


References