Martin Müller
Martin Müller
**Bug: A leading article before the date is part of the matched text** **To Reproduce** "Der 13.6.2022 war ein Montag" matches the date 13.6.2022 correctly, but includes the article "Der"....
I was trying to retrieve the list of all groups from a large AD and noticed some groups were missing. At first I thought the filter was wrong, but using...
Could you please add a way to exclude certain patterns from coverage? For example, auto properties don't have to be covered to see if they work and automatically generated classes...
### Description When calling ``` var eng = IronPython.Hosting.Python.CreateEngine(); ``` from inside a referenced project, a ``` NullReferenceException at IronPython.Runtime.Importer.ImportReflected(CodeContext context, String name) ``` will get thrown. Continue during debugging...
# Problem ``` NullReferenceException at IronPython.Runtime.Importer.ImportReflected(CodeContext context, String name) ``` when calling ``` var eng = IronPython.Hosting.Python.CreateEngine(); ``` Continue does work, though, and will create a usable engine nevertheless. #...