scan the local folder, if contains the library in GAC, it could be a problem.
The production environment could miss the library that only exist on local environment.
The .net standard contains Mono.Cecil library on local environment, but the production environment might not installed .net standard.
scan the local folder, if contains the library in GAC, it could be a problem.
The production environment could miss the library that only exist on local environment.
The .net standard contains Mono.Cecil library on local environment, but the production environment might not installed .net standard.