ReflectInsight Feedback
Welcome to the ReflectInsight UserVoice site. Your feedback is very valuable to us.
Let us know what you would like to see in future versions of the ReflectInsight. This site is for suggestions and ideas. If you need to file a bug, please email our support department at: support@reflectsoftware.com.
We look forward to hearing from you!
Thanks
ReflectInsight Team
-
How do I activate my license, when i reinstalled my os to my machine without deactivation?
I activated the license my computer and format disk and reinstalled OS, and ReflectInsight LiveViewer.
When i try register newly installed reflect insight live viewer, popup window said
License Exception
You have entered an invalid license. Please enter a valid license and try again.
Error code: ActivationFailed. Error message: Activation limit reached. Context=''
OK
can you help me?
7 votes -
Option for adjusting font-size
The default font size of the program is too small for my resolution.
However, there doesn't seem to be an option for adjusting font size at [FILE] - [Options] - [Fonts and Colors].
I hope you will add the option for font size soon.
3 votesI will take a look at the effort required for this.
-
How to embed the satalite configuration file and use with MSBuild 15.0+
With the new project build configurations for .NET core and ability to use them similarly for desktop / API library projects...
Q. How can I get the configuration file loaded manually within code where I can embed the satellite configuration file internally?
I have several test runners and do not have an app.config for each nor do I wish to copy over files either.
Q. Can this be achieved somehow? If so, how can I do this?
Currently I am using..
Log.OnReflectInsightMessageIntercept += MessageIntercept;
No configuration listeners appear to be working.
1 vote -
Nunit incompabable for unit tests with ReSharper
Unit tests are showing inconclusive when being ran with ReSharper. If satellite configuration and insightsettings are unloaded... the tests complete just fine.
2018.06.26 13:02:24.734 ERROR System.NullReferenceException: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at NUnit.Engine.Internal.ServerBase.Start()
at NUnit.Engine.Services.TestAgency.StartService()
at NUnit.Engine.Services.ServiceManager.StartServices()
at NUnit.Engine.TestEngine.Initialize()
at NUnit.Engine.TestEngine.GetRunner(TestPackage package)
at JetBrains.ReSharper.UnitTestRunner.nUnit30.BuiltInNUnitRunner.<>cDisplayClass5_0.<RunTests>b0() in C:\Build Agent\work\10c2e82a8ca40a4\Psi.Features\UnitTesting\nUnit\Runner30\Src\BuiltInNUnitRunner.cs:line 89
at JetBrains.ReSharper.UnitTestRunner.nUnit30.BuiltInNUnitRunner.WithExtensiveErrorHandling(IRemoteTaskServer server, Action action) in C:\Build Agent\work\10c2e82a8ca40a4\Psi.Features\UnitTesting\nUnit\Runner30\Src\BuiltInNUnitRunner.cs:line 8622018.06.26 13:02:24.766 WARN Element Tests.TLogging was left pending after its run completion.
2018.06.26 13:02:24.766 WARN Element Tests.TLogging.Test was left pending after its run…2 votes -
Is it possible to run from a class library only?
Looking to use the product from a class library only.
For example, the windows application does NOT include the app.config information for setting up the listeners or anything else. This is to be moved into the class library.
Is there a way to do this? My test application as well as unit tests are not showing the logging information like I would expect.
1 vote -
Watch Graph
Add a 'Watch Graph' panel similar to the scratchpad that allows graphical tracking of object values over time. This can be a line/sparkline, etc. but will plot selected object values over time. Very useful for seeing values over a time period versus the current value in the scratchpad.
13 votes -
Window Plugins
The framework should support plugins for external .dlls. For instance, if I want to display a watch graph, a plot window, etc. I should be able to programatically add this in and have it appear where the details, bookmarks, etc. are. This is very helpful when wanting to visually plot things such as learning curves from ML testing, or when I intercept RI messages and analyze them in real time.
1 vote -
following the getting started guide does not create log files
no log files were generated for the viewer to find. I followed the instructions in the getting started page and applied them to my WPF application
1 voteBy default the getting started show the minimal setup and always log to the Live Viewer, but I can see your point so we’ll look at expanding the getting started guides to work in the saving to log files.
-
won't you make table, comparing reflectinsight and smartinspect? also thought about your marketing
as title says..
besides, i think marketing is the issue with your product.
i've learned about it from smartinspect forum. i was thinking, may be the product is new, but no, it is here quite a some time already.when i was searching for logging framework in my time, i nevernot even once had seen the word "ReflectInsight". it' all about log4net, smartinspect, nlog and some others.
i think you should widen your interwebs presence.and make a comparison table, yes. especially if it is (objectively) favorites your product
1 voteGreat feedback. We are looking into various marketing strategies. If you have specific places we should target, please let us know. Thank you for your feedback.
-
Audible feedback
I want to be able to set up rules, so that when they happen, i get an audible feedback.
For example, for each new exception, i hear some beep!
2 votes -
Encrypted Logging
Would it be possible to implement encrypted logging, so that all messages stored are unreadable for the people without the password?
4 votes -
The Live viewer should highlight itself on the Windows task bar when a new event pops up
I would like the viewer to highlight itself on the Windows task bar when a new event pops up.
3 votes -
Create logging extension for ELMAH
Provide support for elmah.
3 votes -
Copy/Export selected messages
Provide the capability to copy and/or export only selected messages. This is invaluable when wanting to provide info to others on only selected message types/conditions.
4 votes -
Create Heartbeat Listener
One of the huge advantages of your logger is its extensibility using custom listeners. One such useful listener would be a heartbeat monitor that monitors the health of an application.
If you added a Heartbeat message type then this could be filtered and routed to the new listener. We could add our own custom logic to this listener and act accordingly if a heartbeat message had not been received within an allotted timeframe.
I would be really useful to wrap up monitoring logic within the same framework as tracing/profiling and debugging.
Cheers
5 votes -
Add capability to create User Defined Views based on message contents
Update User Defined View to be able to create a UDV by message contents.
A work around for this right now is to go to the Advanced Search and bookmark all the results. Then use the Bookmarks view as a way of seeing results that you would typically want to show up in a UDV.
3 votes -
Create Viewer as a User Control so that it can be embedded in your own applications
Create a "Viewer" user control that encapsulates the messages, properties, scratchpad, details, etc. windows of the live/log viewer such that developers could easily include it in their applications where an external viewer is not desired or allowed. This basically is a developers version of a log/live viewer complete with menus, contexts, etc.
4 votes -
Provide ability to include multiple Extended Properties when creating User Defined View
Currently you can only specify a single Extended Property and Value when creating a User Defined View.
It would be great if you can include multiple extended properties to help refine the user defined view results.
4 votes -
Configurable Logging - Filtering at the Method Level (source)
First, thanks to both you and Ross for the very prompt answers.
I am familiar with the filtering, but that is on the TYPE of message,
not the source of the message. If I want to turn off all entrance/exit
logging, that's what I'd use. But what if I want to turn off all
logging except for that from a given method, because that method is
where I suspect a problem? I want all the message types, but only from
that given method.Ross's info on enabling/disabling a given instance is closer to the
mark, but is there any way…3 votes -
Programatically bookmark messages
Add the ability to programatically denote a message a client is sending should be automatically bookmarked in the viewer.
1 vote
- Don't see your idea?