We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I cannot view the c# source code with the standard libraries in C#. Here are the steps to reproduce.
This should go to the source code for the generic List class in System.Collections.Generic
This does not actually go to source code and just says "No implementation found for List":
I have seen other posts about this such as the following: #4817
but not actually able to find where to put the following command: "CSharp: Show the decompiler terms agreement"
The text was updated successfully, but these errors were encountered:
If you're not using O#, the correct option is this:
However, we currently we don't decompile source from the SDK. That is tracked by #6784
Sorry, something went wrong.
No branches or pull requests
Hello,
I cannot view the c# source code with the standard libraries in C#. Here are the steps to reproduce.
Steps to reproduce
Expected behavior
This should go to the source code for the generic List class in System.Collections.Generic
Actual behavior
This does not actually go to source code and just says "No implementation found for List":
Additional context
I have seen other posts about this such as the following: #4817
but not actually able to find where to put the following command: "CSharp: Show the decompiler terms agreement"
The text was updated successfully, but these errors were encountered: