Skip to content
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

Incorrect EC114 warnings for "local_function" value in VS2017 #61

Closed
djosla26 opened this issue Jan 15, 2019 · 2 comments
Closed

Incorrect EC114 warnings for "local_function" value in VS2017 #61

djosla26 opened this issue Jan 15, 2019 · 2 comments

Comments

@djosla26
Copy link

Installed product versions

  • Visual Studio: 2017 Professional
  • This extension: 1.17.246

Description

Displaying warning EC114 - "local_function" is not valid value in the following case:
dotnet_naming_symbols.local_functions.applicable_kinds = local_function

Steps to recreate

  1. Add to you .editorconfig file
    dotnet_naming_symbols.local_functions.applicable_kinds = local_function
  2. Check warnings

Current behavior

Displaying warning EC114 - "local_function" is not valid value for dotnet_naming_symbols.local_functions.applicable_kinds = local_function

warningec114_for_local_function

Expected behavior

Don't display EC114 warning for local_function value of dotnet_naming_symbols.local_functions.applicable_kinds (check https://github.com/dotnet/roslyn/blob/master/.editorconfig).

@sharwell
Copy link
Collaborator

Fixed by #53

@tonyhallett
Copy link
Contributor

@sharwell @madskristensen this can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants