General
-
Allow console output to be xml in addition to html
To allow easy integration into a CI server (CruiseControl.Net in our case) we need the tool to output its report in xml format. This allows merging the results into the ccnet report.
6 votes -
Portable version
What about creating a portable version packaged in a zip file. So that it is just a matter of unzipping and running Nitriq?
6 votesunder review ·
AdminJon von Gillern
(Admin, Nitriq)
responded
:) This is how we originally released Nitriq, but we had a lot of email requests to create an installer package. We’re probably going to stick with the installer for now, but Nitriq.exe should work regardless of whether or not it has been installed on the machine (we’re not relying on any registry keys or other installed files). So if you wanted to, you could copy Nitriq.exe to a thumb drive and use it on any other machine without having to do an install. We have tried really hard to keep the installer small, simple and fast, hopefully you’ll find it very easy to install or uninstall.
-
Allow a way to debug scripts
In order to improve the quality of one of the existing scripts (Types that own disposable fields should be disposable) I created a delegate to move up the base types. The delegate seems to only partially work. I tried adding calls to System.Diagnostics.Trace and System.Diagnostics.Debug, but those do not print anything out for DebugView (or similar apps) to show. Items under System.IO are not allowed for security reasons. If we can't step through the code, it would be nice to at least have a way to send messages to a debug screen (internal to the app or external.)
4 votes -
Don't require full user information to download
In order to download Nitriq, I have to enter in an e-mail address, phone number and address. Not gonna happen just to try out a product. Note that for a trial of Atomiq I don't even need to enter an e-mail address, it was a direct download.
3 votes -
Make it more obvious that a query has run, but has no results
After executing a query the results window looks exactly the same before the query runs as it does when it has no results. There is a message in the status bar that says it ran successfully but that is not very noticeable.
3 votes -
add default .net assemblies directories in default search
Clicking on analyze throws error if assembly not found and suggests adding a search directory. howeve, it closes the AssemblyPicker window and I must then click on new again and add all the previous assemblies each time an error is thrown. This is really anoying as most of the missing assemblies are default .net assemblies.
Browsing for folders is awkward and does not even remember the last location. Please allow for typing in folder naem. I also suggest that the default .net assembly directories are included by selection using checkboxes.3 votes -
Export Queries should save file with consistent line endings
I attempted to export the Nitriq queries to a .nq file to check into our svn repository. The checkin failed due to inconsistent line endings. The expected result would be a file with a single type of line ending. The workaround was to open the file in VisualStudio and let it correct the line endings.
3 votes -
Make Treemap-Enabling Fields More Obvious
When selecting anonymous types and storing them in the results variable, certain fields are required so that the Treemap window properly highlights the selected regions (e.g. TypeId). It should be made more obvious that these fields are required for this feature to work fully.
3 votes -
Provide commandline help for the console application
For command line tools, I generally expect a "/?" parameter to display usage text indicating potential parameters/switches/etc. Currently, it only gives an error stating that "No Nitriq Project File was supplied"
2 votes -
Is there any way to query for fields that has a certain attribute associated with it?
var results = from field in Fields where field.Attributes.Contains( "Something" )
1 vote -
Where do I find instructions on how to create new queries?
Is there a how to guide for creating new queries inside of Nitriq?
1 vote -
Allow operations on MethodCollection type
It would be usefull to have some linq functions working on MethodCollections (the type of GotByMethods, SetByMethods, Calls, CallBy) to check who's the caller, from which namespace it comes from, etc.
1 vote