History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-687
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Doug H
Reporter: Arron Washington
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Add -keyfile option to specify assembly signing key

Created: 06/Mar/06 01:13 PM   Updated: 06/Mar/06 03:55 PM
Component/s: Command line tools, Compiler
Affects Version/s: None
Fix Version/s: 0.7.6

Time Tracking:
Not Specified

File Attachments: 1. Text File keyfile.patch (8 kb)

Issue Links:
Related
 


 Description  « Hide
There are design flaws in AssemblyKeyFile attribute. See BOO-681.

These design flaws go away with a -keyfile option.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Doug H - 06/Mar/06 03:06 PM
This patch adds -keyfile and -keycontainer options to booc (also -delaysign, although it is ignored). Also it takes care of the issue in BOO-681, and adds support for these options to the nant and msbuild tasks.
But I would want to test with an older nant on ubuntu before changing the build file and removing the assemblykeyfile attirbutes from all the sources, if this is approved.

Doug H - 06/Mar/06 03:12 PM
default.build would have to either stay the same or be modified to take into account .net 1.1 csc.exe doesn't support the /keyfile option.

Rodrigo B. de Oliveira - 06/Mar/06 03:13 PM
Please use '/' instead of '\' as a path separator in the build file.

Could you make the compiler emit a warning when the keyfile is specified in the command line and also appears as an assembly attribute?

Other than that the patch looks very good!