Skip to content

Latest commit

 

History

History
122 lines (83 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

122 lines (83 loc) · 4.31 KB

Error Control System.png

Version history


Added

  • Some Bug fixes
  • Add LogOnTheFly option to logging errors without caching on local systems

Added

  • Some Bug fixes
  • Remove SqlServerCe nuget reference dependency
  • Fix clickOnce additional problem

Added

  • Bug fixes
  • StoredProcedure for catching Sql Errors created (sp_CatchError issue #54)

Added

  • Some Bug fixes
  • Developer UI designed by WPF user controls to show full info message
  • Analyze StackTrace for convert to CodeMap #33
  • Support Multiple Languages (English, Persian, German, Chinese, Hebrew, French, Azerbaijan, Turkish, Russian, Arabic) #52

Added

  • Bug fixes
  • Add Server Instance Username and Password Text boxes to Analyzer #40
  • Solve Analyzer Throw an Exception to Can Not Found Database #38 issue
  • Developer UI designed by WPF user controls to show full info message
  • Analyze StackTrace for convert to CodeMap #33

Added

  • Bug fixes
  • Improved stability
  • Add Server and Database chosen combo box to ErrorLogAnalyzer
  • Add WaitSplash feature to ECS Cache Analyzer for known background workers
  • Never do not Raise Self Exceptions by new Algorithm
  • Cache Size Checked Only When an Error Inserted
  • Exempted Exception from Some Code Scopes
  • Just Raise Error Log in Special Code Scopes
  • Replace Exception.StackTrace data by Call Method StackTrace for store completely data
  • Convert Exception.StackTrace to customized format for use that in Analyzer easily
  • Add Many Options to System
  • Change and speedup ~4.3 SDF cache file update model
  • Add an EventHandler to ErrorControlSystem for Alert any UnHandled Exception by ExceptionHandler.OnShowUnhandledError
  • LineColumn text divided to Line and Column integer number in databases
  • ErrorControlSystem WPF version combined by WinForms version
  • Add Dependency Assemblies to Solve ClickOnce Problem

Added

  • Bug fixes
  • Improved stability
  • Personalized Exception Handler
  • Filter Exception Raiser and Snapshot Capturing
  • Set Error Handler Options from Database
  • Send Cache Data to Server at Periodic Times
  • Capture Multi-Screen Snapshots
  • Auto Create and Update Tables and StoredProcedures on Database
  • Release ErrorControlSystem WPF version

Added

  • Change Design Pattern
  • Separate any layers
  • Convert every part of layers to one different class library .dll
  • Implement Adapter Pattern to Exception Handler layer's
  • Implement Singleton Pattern to Kernel class
  • Find another design patterns for this project
  • Set all project within a design patterns
  • Add Analyzer for read cache files

Added

  • Fix some bugs
  • Add some UnitTests
  • 20% Performance boost

Have fun!

Behzad Khosravifar