-
Notifications
You must be signed in to change notification settings - Fork 0
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
.NET Assembly Load Customer service script #5
Comments
See: https://github.com/peters/assemblyinfo
|
Stephen Cleary gave me the following examples:
|
See: dotnet/docs#9202 (comment)
|
Sometimes, prior to run-time assembly loading, you can get Nuget package conflicts: The fix for this is to forcibly delete all bin and obj folders in your solution, and possibly restart Visual Studio. However, when you do this, you get a clue as to what went wrong: D:\Users\John.Zabroski\source\Core.targets(32,5): error MSB3231: Unable to remove directory " |
<_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
?See also: dotnet/runtime#29223 (comment)
See also: dotnet/standard#481 for how Microsoft approached this in 2017
The text was updated successfully, but these errors were encountered: