Releases: debug-sharp/desharp
Releases · debug-sharp/desharp
Desharp - C#/VB.NET Debugging Tool v1.2.9
Fixed
- getting client ip in web application start was not possible - fixed with try/catch block
- logging exceptions with null stack trace caused error - fixed with condition
Desharp - C#/VB.NET Debugging Tool v1.2.8
Added
- strong name with certificate
Fixed
- wrong GAC library name removed from nuget config file
Desharp - C#/VB.NET Debugging Tool v1.2.6
Changes
- locks refactoring
- fixed exception loging
Desharp - C#/VB.NET Debugging Tool v1.2.5
Fixed
- loging exceptions - loging was without lock object
Added
- Func and Delegate dumping
Desharp - C#/VB.NET Debugging Tool v1.2.3
- bugfix - critical - Desharp.Debug.Log(); - bad locking and unlocking in Producers/FileLog.cs:83, 89
Desharp - C#/VB.NET Debugging Tool v1.2.2
- dependencies in NuGet config removed into the same way as in previous versions, because there were unknown errors in package installation. All basic .NET framework dependencies are now discribed in the package description. I believe it's enough, because everybody has always packages like System.*, so screw that:-)
Desharp - C#/VB.NET Debugging Tool v1.2.1
Changed
- speed optimization - removed all lock structures and changed to more effective ReaderWriterLockSlim implementations
Desharp - C#/VB.NET Debugging Tool v1.2.0
New
- added attribute 'Desharp.Hidden' - to also hide properties and field for dumping (like 'CompillerGenerated' attr.)
Fixed
- critical bugfix, desktop apps init for enabled/dispabled dumping into console window/debug output window
Changed
- FireCSLogger - completely refactored, renamed to FireDump and more integrated with Desharp library
- added lazy conditions checking in Stacktrace.cs
Desharp - C# .NET Debugging Tool v1.1.6
- bugfix - SqlDataReader changed into parent common data reader
- bugfix - new iteration for dynamicly crated lists and arrays by Activator.CreateInstance()
Desharp - C# .NET Debugging Tool v1.1.5
- new - config files transformation by xsd
- new - compiller generated fields under properties not dunped, only if you specify to dump everything in your config file by Desharp:DumpCompillerGenerated => true
- new - versions 1.1.2 to 1.1.4 has been skipped - because of troubles with new config transforms and nuget packages testing, screw it, it will never happend again:-)
- new - route panel - still not ready, but now in better way for final future release
- bugfix - stack trace exception parsing with vb.net sources fixed to display html links