Plugin Access and .NET standard

I try to migrate my Access plugin initially in .NET 4.8 to .NET Standard.

But at compilation time, I get an error:

Erreur CS7069 Une référence au type ‘Image’ déclare qu’il est défini dans ‘System.Drawing’, mais il est introuvable AlwinVideo_MIPAccessControl [E:\Alwin_Trunk\Common\Develop\Ihm\Video\AlwinVideo_MIPAccessControlNS\Plugin\AlwinVideo_MIPAccessControlPlugin.cs 58 N](file:E:/Alwin_Trunk/Common/Develop/Ihm/Video/AlwinVideo_MIPAccessControlNS/Plugin/AlwinVideo_MIPAccessControlPlugin.cs%C2%A0%C2%A0%C2%A058%C2%A0%C2%A0%C2%A0N)/A

Image is not found in .NET Standard. System.Drawing

Do you plan to migrate plugin to .NET standard, it’s the only manner to correct the problem.

Thanks.

The MIP SDK does not support .NET Standard.

Milestone are considering introducing support for .NET Standard in the MIP SDK, but unfortunately we cannot say at this time when/if this will happen.

Thank you for the answer.

.NET standard is really a step forward and dependancy problems have disappeared once we used it.

I hope you will turn to it rapidly.