Michael Handschuh
|
d709d1c4e0
|
Update Common to respect CA1304 and CA1305
Updates all occurrences of parsing/ToString-ing to go through the new
StringExtensions methods that use CultureInfo.InvariantCulture
See #3045
|
2019-09-12 14:13:24 -04: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
|
3e37693984
|
Fixes the exception message handling to return the python dll name
|
2018-06-27 16:31:41 +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
|
718c1d61c8
|
Implements DllNotFoundPythonExceptionInterpreter
This exception interpreter interprets a DllNotFoundException that is thrown when pythonnet cannot fing the python dynamic-link library in the system.
|
2018-03-05 22:55:11 +00:00 |
|