How determine an assembly is existed in .NET Runtime when building #77769
Unanswered
Sherlock01
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Probably, but you'd be making things harder on yourself. The traditional way to enforce stuff like this is to require your build/dev to use an intercepting package server as the only package source. These servers usually either allow you to explicitly whitelist packages or package authors or similar (or be completely open). |
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
-
We want to block developers from using different .NET Runtime assembly by PackageReference in project. Is there a way to determine an assembly is existed in .NET Runtime.
Can we determine an assembly is .NET Runtime by its PublicKeyToken?
Beta Was this translation helpful? Give feedback.
All reactions