MC 2019R2 hangs with null LicenseInformation

I would like to signal a strange behavior of the method public override Collection<License.LicenseInformation> PluginLicenseRequest in case the element of the collection is null, like

return new Collection<LicenseInformation>() { _myLicense };

where _myLicense = null

The MC rise a null reference exception and, after showing the problem, it hangs.

I think it’s important to catch the exception

Thank you for raising the awareness on this issue you have discovered. I will make sure it is brought to the attention of Milestone Development.

For now please make sure your solution does not use null..

Sure Bob, I found a workaround to notify the plugin about the absence of the license …

Freddy