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
output of mono --version:
mono --version
6.0.0
output of msbuild /version:
msbuild /version
16.1.85+gad9c9926a7 for Mono
(Both tried on a machine with the above two and without, the requirements says windows only)
What's the bug?
Omnisharp only shows immediately available members (for base Object type and the Home Controller itself), but nothing under the Controller class, eg:
Object
Controller
Sublime:
VSCode:
How do I reproduce this issue?
Fresh install of Omnisharp.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Platform
Type
Checklist
Versions
output of
mono --version
:output of
msbuild /version
:(Both tried on a machine with the above two and without, the requirements says windows only)
Details
What's the bug?
Omnisharp only shows immediately available members (for base
Object
type and the Home Controller itself), but nothing under theController
class, eg:Sublime:
VSCode:
How-To
How do I reproduce this issue?
Fresh install of Omnisharp.
The text was updated successfully, but these errors were encountered: