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

Add EditorConfig for naming conventions #32

Merged
merged 1 commit into from Mar 23, 2020
Merged

Add EditorConfig for naming conventions #32

merged 1 commit into from Mar 23, 2020

Conversation

vertonghenb
Copy link
Contributor

@vertonghenb vertonghenb commented Mar 22, 2020

  • Invalid Property Naming convention will now throw an error instead of a warning, which will act like a Linter. However the build will still succeed on the GitHub workflow and locally(with errors) due to this issue that has to be resolved by Microsoft
  • Disabled the XML comments, it's handy but not always needed at this point.

image

- Invalid Property Naming convention will now throw an error instead of a warning, which will make it impossible to build locally (usage as a Linter). However the build will still succeed on the GitHub workflow due to [this issue that has to be resolved by Microsoft](dotnet/roslyn#33558)
- Disabled the XML comments, it's handy but not always needed at this point.
@vertonghenb vertonghenb changed the title [WIP] Add EditorConfig for naming conventions Add EditorConfig for naming conventions Mar 22, 2020
@vertonghenb
Copy link
Contributor Author

Finished, the build cannot be stopped using this linter but the error is more clear now.

Copy link
Member

@ElderJames ElderJames left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ElderJames ElderJames merged commit 3093caa into ant-design-blazor:master Mar 23, 2020
@vertonghenb vertonghenb deleted the enhancement/analyzers branch March 23, 2020 04:03
ElderJames pushed a commit that referenced this pull request Oct 15, 2020
- Invalid Property Naming convention will now throw an error instead of a warning, which will make it impossible to build locally (usage as a Linter). However the build will still succeed on the GitHub workflow due to [this issue that has to be resolved by Microsoft](dotnet/roslyn#33558)
- Disabled the XML comments, it's handy but not always needed at this point.

Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
ElderJames pushed a commit that referenced this pull request Apr 23, 2022
- Invalid Property Naming convention will now throw an error instead of a warning, which will make it impossible to build locally (usage as a Linter). However the build will still succeed on the GitHub workflow due to [this issue that has to be resolved by Microsoft](dotnet/roslyn#33558)
- Disabled the XML comments, it's handy but not always needed at this point.

Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
ElderJames pushed a commit that referenced this pull request Apr 30, 2022
- Invalid Property Naming convention will now throw an error instead of a warning, which will make it impossible to build locally (usage as a Linter). However the build will still succeed on the GitHub workflow due to [this issue that has to be resolved by Microsoft](dotnet/roslyn#33558)
- Disabled the XML comments, it's handy but not always needed at this point.

Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants