Jesse Houwing
-
21 votes
Duplicate. Will continue monitoring http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2047315-merge-by-workitem.
Jesse Houwing gave this 1 vote ·
-
193 votes
Jesse Houwing commented ·
Please include the Test Impact Analysis/ Code Coverage compatible Business Key/Surrogate key (which looks like a base64 encoded binary identifier of the method signature) as part of the metrics report as well. That way it is a lot easier to include Code Metrics as part of the reports in the future.
Jesse Houwing commented ·
Looking at the decompiled sources I can confirm that it's explicitly using the CurrentCulture instead of InvariantCulture.
Would it be possible to open up the MeticsCalculator class, even of it only exposes the calculated results?
Jesse Houwing commented ·
Another thing I noticed is that is uses the User's culture to format the numbers inside the XML as far as I can tell (or at least it's using my Dutch thousands separator in Lines of Code)
<Metrics>
<Metric Name="MaintainabilityIndex" Value="90" />
<Metric Name="CyclomaticComplexity" Value="7.009" />
<Metric Name="ClassCoupling" Value="363" />
<Metric Name="DepthOfInheritance" Value="6" />
<Metric Name="LinesOfCode" Value="11.674" />
</Metrics>I would expect it to use an invariant culture as this file is meant for machine parsing.
Jesse Houwing commented ·
Similar requests:
- http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2566622-the-measurement-of-cyclomatic-complexity-needs-to-
- http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2292294-provide-configurable-thresholds-limits-for-code-me
- http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2389908-can-generate-the-excel-file-with-code-metrics-by-cJesse Houwing commented ·
Additional feature requests for the tool:
- xslt shipping with it which transforms the report to an excel or html report
- a msbuild tool plus matching targets file (I have one on hand should anybody want to have it)Jesse Houwing commented ·
Posted by a Visual Studio ALM Ranger
Jesse Houwing shared this idea and gave it 3 votes ·
-
15 votes
Jesse Houwing commented ·
Jesse Houwing shared this idea and gave it 1 vote ·
-
200 votes
Jesse Houwing commented ·
Might as well add how to create an installer for your adapter as well. Turns out that creating a simple x86 installer that automatically installs into the correct Plugins folder for your warehouse adapter is not possible. Need to create separate x86 and x64 installers.
Jesse Houwing commented ·
Creating a TFS Report repository was proposed multiple times by multiple people during the review of this project proposal. It looks like someone went ahead and created a codeplex project to do just that. Would be nice to incorporate/use that:
Jesse Houwing commented ·
I'd also like to add some guidance on how to collect you data. I've ended up creating both an MsBuild Task (to gather statistics) and a Build Activity (to store the statistics in the build details). That was a lot easier to do than sticking all the functionality into the build activity, as you don't have information about external references, project outputs etc at hand. Plus it's easier to override settings on a per-project basis if needed.
Jesse Houwing shared this idea and gave it 2 votes ·
-
1,329 votes
Committed! http://aka.ms/gitinitvs
Jesse Houwing gave this 1 vote ·
Jesse Houwing commented ·
If not a full DVCS, I'd love it if it were possible to take my solution offline into a local "TFS Basic instance" with just Source control and read only work items. Then upon return I'd like to be able to commit my changes to the central TFS either by "Latest local version" all at once or by changeset.
It'd be even better if I could pre-associate my work items with my local changsets.
I wouldn't need to be able to take an editable work item store offline, but I'd love to be able to query the work items without the need to be connected to the central TFS.
Same also applies to the new review feature, currently you can't perform a review while offline, nor can you request a review while offline.
-
50 votes
Jesse Houwing gave this 1 vote ·
-
4 votes
Improving the querability of Work items and TFS artifacts is something we’re looking into.
Jesse Houwing shared this idea and gave it 1 vote ·
-
8 votes
Jesse Houwing shared this idea and gave it 1 vote ·
-
693 votes
Jesse Houwing shared this idea and gave it 1 vote ·
And while you're at it, this bug also warrants a little fix :)
https://connect.microsoft.com/VisualStudio/feedback/details/670682/code-metric-power-tool-export-static-constructor-the-same-way-it-exports-a-regular-default-constructor