Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoCAD plug-in packaging is not supported #872

Open
1 of 7 tasks
ghost opened this issue Feb 23, 2023 · 2 comments
Open
1 of 7 tasks

AutoCAD plug-in packaging is not supported #872

ghost opened this issue Feb 23, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 23, 2023

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.

@igorpooh1978
Copy link

try to use

 CreateTemporaryAssemblies='true'

@ghost
Copy link
Author

ghost commented Feb 27, 2023

Is it equivalent to disabling Fody?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant