databinding.editorconfig
2023.2.7.6
Prefix Reserved
See the version list below for details.
dotnet new install databinding.editorconfig::2023.2.7.6
EditorConfig Item Template
The editorconfig is used to set code rules for projects in Visual Studio or VS Code. Rules are defined how the source code should look like, so that they support the developer.
These rules are used by databinding by default.
The template for the .editorconfig file is downloaded over NuGet.org.
Documentation
Information about EditorConfig.
Getting Started
Prerequisites
IDEs which support .editorconfig files.
More about that here.
Installing
Install the NuGet package to local machine.
Open Command Prompt and execute:
dotnet new -i databinding.editorconfig::2023.02.07.6
To verify that it was installed correctly, run:
dotnet new --list
It appears in the list:
Uninstall
To uninstall the template open Command Prompt, execute:
dotnet new -u databinding.editorconfig
It does not show up in the list anymore.
Use in Project
Adding with Package Manager Console
Open the Package Manager Console in the project directory.
Execute:
dotnet new db-editorconfig
The .editorconfig file is now in the project.
Use in Solution
Adding with Package Manager Console
Open the Package Manager Console in the solution directory.
Execute:
dotnet new db-editorconfig
Right-click the solution and add the .editorconfig
file with "Add / Existing item...".
The .editorconfig file is now in the Solution Items
folder.
Adding with Visual Studio Item Template
Project templates are shown automatically after the installation. For unknown reasons, the item templates are not.
Adding with Terminal is the only option right now.
Editor
Only open the .editorconfig file with a text editor. Any other editor may cause unwanted changes.
For example, Visual Studio opens the file like so:
Saving it would override all Configurations.
Run Analyzer
After right-clicking the solution or project, the code analyzer searches the code for style errors.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2024.1.18.4 | 1,721 | 1/18/2024 |
2024.1.18.2 | 158 | 1/18/2024 |
2023.2.7.8 | 306 | 2/7/2023 |
2023.2.7.6 | 292 | 2/7/2023 |
2023.1.27.3 | 288 | 1/27/2023 |
2022.10.5.3 | 449 | 10/5/2022 |
2022.9.28.2 | 521 | 9/28/2022 |
2022.9.12.8 | 391 | 9/12/2022 |
2022.8.26.15 | 425 | 8/26/2022 |