Provides core interfaces/classes for use during proxy class generation with XrmToolkit.
$ dotnet add package XrmToolkit.ProxyGeneration.ExtensionsThese packages are used in conjuction with XrmToolkit to provide a custom naming service when generating proxy classes.
The packages are versioned based on which version of the Dynamics 365 SDK is being used. Only the 'Major' portion of the version is synced with the version of the SDK to use.
Only the 9.X versions will be specified below but the 8.X and 7.X versions are the same, just using a different version of the Dynamics 365 SDK.
Note: This version will only work with XrmToolkit v7.3 or higher.
Note: The 'GetNameForBaseProxyClass(IServiceProvider services)' and 'GetNameSpaceForBaseProxyClass(IServiceProvider services)' methods are now only used to determine the name and namespace of the generated base class.