Victor
Victor
TypeLoadException: Method 'NormalizeName' in type 'LookupNormalizer' does not have an implementation
Seems to be related to 775d9e30dcc8cda58ca232f253633710c0648f5a Any idea why .NET Standard version is not forward-compatible with .NET Core 3.1/.NET Standard 2.1? Actually, according to https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.ilookupnormalizer?view=aspnetcore-3.1 these methods should have existed...
Have you guys considered [MSIX packaging](https://learn.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-packaging-dot-net) with self-updaters? You can distribute via Windows Store then.
@filmor is it possible to use `MetaType` to represent my C# class as being derived from a specific Python type? Or do I have to simply go with `__instancecheck__`? Can...
@filmor thanks for your help. I will try that approach tomorrow. Also, excuse my lack of knowledge about Python. Using Python.NET is actually the way I am trying to avoid...
@filmor looked at some docs about `isinstance` and its relationship to `__instancecheck__`, and can't figure how to apply it to my problem. Suppose I have this 3rd party code (so...
@filmor I looked at the Python source code, and this check eventually goes down to walking MRO in `PyType_IsSubtype`: https://hg.python.org/cpython/file/v3.5.3/Objects/typeobject.c#l1345
Can you share your conda environment packages and their versions? Can you check that `Runtime.PyVersion` matches your Python version (it is an internal property, should be evaluatable in debugger)?
This should be added to https://github.com/pythonnet/pythonnet/issues/1374
I believe this was fixed before 3.0.0-rc. Can you try the latest 3.0.0-rc?