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
dotnet --info output: .NET Command Line Tools (1.0.4)
dotnet --info
Product Information: Version: 1.0.4 Commit SHA-1 hash: af1e6684fd
Runtime Environment: OS Name: Mac OS X OS Version: 10.13 OS Platform: Darwin RID: osx.10.11-x64 Base Path: /usr/local/share/dotnet/sdk/1.0.4
VS Code version: 1.19.3 C# Extension version: 1.13.1
Code like this should be fine
private static double ASDF(in int point1, in int point2) { return 1; }
This code compiles normally.
Identifier expected; 'in' is a keyword.
The text was updated successfully, but these errors were encountered:
it will be there when this PR gets in #1995
Sorry, something went wrong.
This should be available in the latest beta release on this repo. You can follow the instructions here if you are interested in trying the beta.
No branches or pull requests
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.4)
Product Information:
Version: 1.0.4
Commit SHA-1 hash: af1e6684fd
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.13
OS Platform: Darwin
RID: osx.10.11-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.4
VS Code version: 1.19.3
C# Extension version: 1.13.1
Steps to reproduce
Code like this should be fine
This code compiles normally.
Actual behavior
Identifier expected; 'in' is a keyword.
The text was updated successfully, but these errors were encountered: