-
Notifications
You must be signed in to change notification settings - Fork 773
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
Compiling code #5757
Comments
Could you please describe steps to download the source code? |
Basically i cloned the repo: https://github.com/open-telemetry/opentelemetry-dotnet.git, this works Tried it with Visual Studio and Rider, same result Anything i need to setup on my machine? |
Please fetch tags from the upstream (forked repository). It should solve the calculation issue with MinVer.
|
Thanks seems it solved the problem, thanks for your time and help |
Looking for your contribution here. If you think that it is worth, feel free to update documentation with contributing to this repository. Closing for now. |
What is the question?
I need a feature, and was going to open a PR, but when I tried to build the project
Examples.AspNetCore
(or any project), the build fails with the below error:CSC: Error CS1705 : Assembly 'OpenTelemetry.Instrumentation.Http' with identity 'OpenTelemetry.Instrumentation.Http, Version=1.9.0.41, uses 'OpenTelemetry.Api, Version=1.0.0.0 which has a higher version than referenced assembly 'OpenTelemetry.Api' with identity 'OpenTelemetry.Api, Version=0.0.0.0'
CSC: Error CS1705 : Assembly 'OpenTelemetry.Instrumentation.Runtime' with identity 'OpenTelemetry.Instrumentation.Runtime, Version=1.9.0.57 uses 'OpenTelemetry.Api, Version=1.0.0.0 which has a higher version than referenced assembly 'OpenTelemetry.Api' with identity 'OpenTelemetry.Api, Version=0.0.0.0
The master cloned version builds successfully
Both repos are identical, what could be the cause?
Thanks
Additional context
No response
The text was updated successfully, but these errors were encountered: