Hi Troy,
If and when I find time to implement this, yes
...
Gert
Great! Can a similar change
be made to the <solution> task?
I've been meaning to post on this
for a while, as building an asp.net site (where pages have there own .resx
files) is PAINFUL!
Troy.
Gert Driesen wrote:
Hi Mike,
I've just modified the compiler tasks to use a single
resgen task to compile all resx files, so you should see a (large)
improvement in the next nightly build.
Gert
Is there a way to accelerate the
resource creation on the <csc> task. I can see that <csc> is
calling <resgen> for all the files included in the
<resourcefileset> attribute. It looks as if resgen is being called
once for each files included in the <resourcefileset>.
I did some testing with calling
resgen for a set of resx files. First I called the resgen task once for
every resx file (similar to what it appears <csc> is doing) and the
speed was in-line with what I see in the <csc> task. But when I call
resgen and pass in a fileset of resx files, the resource generation is
significantly faster?
Is there a way to setup the csc
task to generate the resources in a single call, rather than
one-by-one?
Thanks, Mike.
|