Ricardo Andrés Marino Rojas
554a82527f
Fix minor warnings ( #8190 )
...
* Fix CA1847 warnings and some CA1307 warnings
* Fix CA1823 and CS0169
* Fix CA1820 warnings
* Address requested changes
2024-07-10 14:17:27 -03:00
Jhonathan Abreu
25ab8bdacc
Move small namespaces' messages to 'Messages' folder ( #6930 )
...
* Move Benchmarks, Exceptions and Indicators namespaces' messages to Messages folder
* Move Command namespace's messages to Messages folder
2023-02-09 19:17:40 -03:00
Martin-Molinero
b9d3d99917
Bump pythonNet version 2.0.12 ( #6310 )
...
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
* Updates after pythonNet rebase
* Bump pythonNet version 2.0.12
* Fix exception types being thrown
2022-05-02 14:38:50 -03:00
Martin-Molinero
b77f0122b2
Improve python exception parsing ( #5831 )
...
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
* Improve python exception parsing
- Improve python exception parsing adding support for line shift. Adding
unit tests
* PythonException revert change
* Centralized and normalize algorithm runtime handling
* Adding support for C# line and file exception report
2021-08-06 20:11:54 -03:00
Stefano Raggi
57d50c69c4
Fix XML documentation compiler warnings
...
- Fixed all warnings except for missing XML comments (CS1591)
2018-11-09 11:44:03 +01:00
AlexCatarino
980411b918
Adds IExceptionInterpreter.Order property
...
The Order property can be used to give priority on exception interpreters calls.
2018-03-08 17:25:30 +00:00
AlexCatarino
682b312c0f
Moves GetStringBetweenChars to Extensions from PythonUtil
...
Since this method is not exclusive of python algorithms, it is being moved to Extension methods.
2018-03-07 23:24:35 +00:00
AlexCatarino
b672580693
Implements KeyErrorPythonExceptionInterpreter
2018-03-06 11:05:39 +00:00