-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
msbuild exception with latest bits #3868
Comments
@wli3 can you take a look? |
this should be fixed by dotnet/cli#12899 it is in 3.0 servicing |
But it started happening yesterday afternoon, and it's still happening, on the 5.0 alpha versions. While the issue as been closed 21 days ago. All our benchmarks are currently broken. Do you think it will stay like this for the foreseeable future then? |
could you paste the result of dotnet --info here? i try to see if it has the change |
Another explanation might be that the telemetry started to run due to an unrelated change on our systems, and the issue is now visible. Though I am pretty sure I didn't change our default settings that disable it. At the same time, I can't repro with a previous version of the sdk. And we take them as they are released, so yesterday morning telemetry was disabled correctly, but not at the end of the day. Aren't the version numbers I shared sufficient instead of doing a --version ?
|
It will speed up the investigation |
OK In the meantime: The error message says that "TargetFrameworkVersion" is already in the dictionary. And the commit you did from yesterday, which matches the timeframe of the issue, adds it: d8ef7ef |
Yes. I think I find the issue. There is a duplicated key |
Hi @wli3 , the results of dotnet --info is as following:
|
thanks! |
Hi @wli3, thanks for solving this issue! May I know when can I get the latest fixed SDK? Can I get latest updates if I install SDK by command : dotnet-install.sh -c master ? Thanks! |
Fixed now in the nightlies. |
@heng-liu core-sdk build now has the fix |
Confirmed, thanks @wli3 |
Thanks! @wli3 |
With version
5.0.100-alpha1-015673
a project targeting netcoerapp5.0 buildsWith version
5.0.100-alpha1-015678
I getThe text was updated successfully, but these errors were encountered: