Replies: 1 comment 2 replies
-
Static linking simply doesn't work in dotnet libraries because you must provide your class libraries as assemblies. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
current dotnet only support dynamic link library , but for some util class or internal used library , for a library author it must introduce a nuget dependency , and also find in this repo(eg. dotnet/runtimes) , there is a
~/Commons
folder for the BCL library to use, I wonder can dotnet also support static linking ?this is something that I thought
export [<assemblyName/alais>:]<Type> [as <NewTypeName>]
expression to export static link library class/method/fields etc into current assembly.Beta Was this translation helpful? Give feedback.
All reactions