Fody / Costura

Embed references as resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoCAD plug-in packaging is not supported

kelilife opened this issue · comments

IF YOU DON'T ANSWER THIS TEMPLATE - THE BOT WILL AUTOMATICALLY CLOSE YOUR ISSUE!

Please check all of the platforms you are having the issue on (if platform is not listed, it is not supported)

  • Class Library(.NET Framework)
  • WPF
  • UWP
  • iOS
  • Android
  • .NET Standard
  • .NET Core

Component

What component is this issue occurring in?
Testing found that the AutoCAD plug-in is not recognized by the command after it is packaged with the dependency library.

Version of Library

v5.7

Version of OS(s) listed above with issue

Windows 10

Steps to Reproduce

  1. Create a class library on .NET Framework for AutoCAD plugin
  2. Reference to some dependent libraries
  3. After loading the netload command in autocad

Expected Behavior

The command should be recognized properly

Actual Behavior

we found that the command we defined (CommandMethod) was not recognized

NOTE

If you are not familiar with AutoCAD plug-in development and operation methods, you can check from the Internet. I believe that as long as you can write Helloworld programs, you will easily be able to find out this problem.

try to use

 CreateTemporaryAssemblies='true'

Is it equivalent to disabling Fody?