Using the latest version of the extension (installed via visual studio) is causing a rendering failed issue for custom functions that implement IType:
error CS0535: 'CustomFunction.WrappedType' does not implement interface member 'IType.OriginalDefinition'
However, OriginalDefinition is not available on the current 0.5.8 version of NTypeWriter.CodeModel.
There does not seem to be a way to roll back to NTypeWriter 0.5.8, nor is there a newer version of the CodeModel to update the package to.
Using the latest version of the extension (installed via visual studio) is causing a rendering failed issue for custom functions that implement IType:
error CS0535: 'CustomFunction.WrappedType' does not implement interface member 'IType.OriginalDefinition'However, OriginalDefinition is not available on the current 0.5.8 version of NTypeWriter.CodeModel.
There does not seem to be a way to roll back to NTypeWriter 0.5.8, nor is there a newer version of the CodeModel to update the package to.