-
Notifications
You must be signed in to change notification settings - Fork 122
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
Visual Studio "gold bar" pop up due to _MicrosoftSourceLinkCommonAssemblyFile #644
Comments
@davkean Seems like bug in project system not loading props files correctly. |
This is known. NuGet is writing a bunch of props/targets that we're reloading without coordination. We plan on fixing this by holding off reloading targets until restore has finished //cc @lifengl. |
Basically being tracked by this: dotnet/project-system#4781. |
@davkean Thanks for the pointers. |
Do microsoft.sourcelink.common and microsoft.sourcelink.github NuGet packages support .NET Standard 2.0? We have been building for .NET Standard 2.0 which used to work fine, until we switched to proper multitargeted framework model. Now we're intermittently seeing below error when building for .NET Framework 4.8 using MSBuild commands:
Complete log: Build Log After I removed using this package for .NET Standard targets, error seems suppressed, but too soon to conclude that since it's intermittent. Just wondering why do these packages not expose a .NET Standard 2.0 compatible DLL? |
While interacting with my solution, a "gold bar" will sometimes pop up across the top with this:
The text was updated successfully, but these errors were encountered: