slozier

Results 121 issues of slozier

For example, in .NET 8 the following overload is added: ```cs public static Dictionary ToDictionary (this IEnumerable source); ``` Since `PythonDictionary` is an `IEnumerable` the extension method should be callable:...

.NET interop