Bugs item #1175393, was opened at 2005-04-03 01:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1175393&group_id=31650

Category: Tasks
Group: cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: Conor MacNeill (conormac)
Assigned to: Nobody/Anonymous (nobody)
Summary: solution task nowarn setting does not work

Initial Comment:
When a solution project specifies a nowarn setting, it
will specify the warning number with a prefix, such as
CS0618. The <solution> task passes this verbatim to the
compiler's /nowarn: option as
  /nowarn:CS0618

Unfortunately the compiler (csc at least, have not
cheked the others) does not accept warnings in this
form and you receive the following error message:

error CS1904: 'CS0618' is not a valid warning number

It appears the CS prefix needs to be stripped off first.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1175393&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to