Skip to content
Success

Changes

Summary

  1. Fix the problem with setting value name that include comma (unless the (commit: 517280b) (details)
  2. Dispaly how many exception were encountered (commit: aef5577) (details)
  3. Remove some debug spam (commit: 2f26781) (details)
  4. Lower garbage by removing implicit allocation in CheckConstraints (commit: 33041dc) (details)
  5. Disable some warning that I am getting tired of seeing (commit: e7e1a79) (details)
  6. Prevent garbage generated by debug string that we do not display or (commit: 8cd44cf) (details)
  7. Prevent cache genration when there are exception and display the files (commit: cb2f5d8) (details)
  8. Improved feedback on what is going on (commit: d21da62) (details)
  9. Minor cleanup (commit: 8c062c1) (details)
  10. v2.7.1 (commit: de3a659) (details)
Commit 517280bd676d5be1958f83bf63e2bd5fbca0552e by sarbian
Fix the problem with setting value name that include comma (unless the
comma is followed by a number)
(commit: 517280b)
The file was modified moduleManager.cs (diff)
Commit aef5577a32a44dcb3702af82d931807e8307c3fd by sarbian
Dispaly how many exception were encountered
(commit: aef5577)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
Commit 33041dc2c0ef4a48f70d88d94a42f344f2e4229f by sarbian
Lower garbage by removing implicit allocation in CheckConstraints
(commit: 33041dc)
The file was modified moduleManager.cs (diff)
Commit e7e1a7908a65aced855d40bee5bc2521a8474a54 by sarbian
Disable some warning that I am getting tired of seeing
(commit: e7e1a79)
The file was modified moduleManager.cs (diff)
Commit 8cd44cf3ffb296bb884172d95beafd534c2e6c9e by sarbian
Prevent garbage generated by debug string that we do not display or
print
(commit: 8cd44cf)
The file was modified moduleManager.cs (diff)
Commit cb2f5d8efe6fc48e650840e09b9b6764c8380437 by sarbian
Prevent cache genration when there are exception and display the files
that generated them
(commit: cb2f5d8)
The file was modified moduleManager.cs (diff)
Commit d21da622d1163e9615b8840f0215385c797dd317 by sarbian
Improved feedback on what is going on
(commit: d21da62)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)