← Back to team overview

coapp-developers team mailing list archive

Re: Added features to command line coapp applications

 

I think that I had (or planned to add) a field for a bugtracker URL.

Perhaps we'll make sure that ends up being easy to find.

+1

G
________________________________
From: Adam Baxter [voltagex@xxxxxxxxxxxx]
Sent: Sunday, July 17, 2011 2:59 PM
To: Garrett Serack
Cc: coapp-developers@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Coapp-developers] Added features to command line coapp applications

I wonder if this should be optional metadata for 3rd party packages, too - i.e. BugTracker for [MyGreatApp.msi]: http://example.com/bugs

On Wed, Jul 13, 2011 at 4:42 AM, Garrett Serack <garretts@xxxxxxxxxxxxx<mailto:garretts@xxxxxxxxxxxxx>> wrote:
I’ve added a feature to the command line parsing stuff that makes it simpler to get to the bug tracker for a given tool.

Using --list-bugtracker on the command line will  display the tracker for every loaded assembly that has a bugtracker attribute:
[cid:image001.png@01CC4083.457D3A30]

This works by adding a new attribute to the AssemblyInfo.cs file for any project in CoApp :


[assembly: AssemblyBugtracker("https://github.com/coapp/toolkit/issues";)]


Using --open-bugtracker on the command line will now open the default (the one in the EXE, or the first DLL if the EXE doesn’t have one) bug tracker for the tool in the default browser.



[Description: Description: Description: fearthecowboy]<http://fearthecowboy.com/>

Garrett Serack | Microsoft Open Source Software Developer | Microsoft Corporation
Office:(425)706-7939                                       email/messenger: garretts@xxxxxxxxxxxxx<mailto:garretts@xxxxxxxxxxxxx>
blog: http://fearthecowboy.com<http://fearthecowboy.com/>                                      twitter: @fearthecowboy<http://twitter.com/fearthecowboy>

I don't make the software you use; I make the software you use better on Windows.





_______________________________________________
Mailing list: https://launchpad.net/~coapp-developers
Post to     : coapp-developers@xxxxxxxxxxxxxxxxxxx<mailto:coapp-developers@xxxxxxxxxxxxxxxxxxx>
Unsubscribe : https://launchpad.net/~coapp-developers
More help   : https://help.launchpad.net/ListHelp


GIF image

PNG image


References