Superdev.Editorconfig
1.0.25-pre
See the version list below for details.
dotnet add package Superdev.Editorconfig --version 1.0.25-pre
NuGet\Install-Package Superdev.Editorconfig -Version 1.0.25-pre
<PackageReference Include="Superdev.Editorconfig" Version="1.0.25-pre" />
paket add Superdev.Editorconfig --version 1.0.25-pre
#r "nuget: Superdev.Editorconfig, 1.0.25-pre"
// Install Superdev.Editorconfig as a Cake Addin #addin nuget:?package=Superdev.Editorconfig&version=1.0.25-pre&prerelease // Install Superdev.Editorconfig as a Cake Tool #tool nuget:?package=Superdev.Editorconfig&version=1.0.25-pre&prerelease
Superdev.Editorconfig
Why .editorconfig?
EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.
Download and Install Superdev.Editorconfig
This library is available on NuGet: https://www.nuget.org/packages/Superdev.Editorconfig Use the following command to install Superdev.Editorconfig using NuGet package manager console:
PM> Install-Package Superdev.Editorconfig
You can use this library in any .NET project which is compatible to .NET Standard 1.6 and higher.
What rules are contained in .editorconfig?
The provided .editorconfig file defines hand-picked, consistent rules covered by .NET code-style analysis.
How to use .editorconfig?
If your project targets .NET 5 or later, code analysis is enabled by default. If your project targets a different .NET implementation, for example, .NET Core, .NET Standard, or .NET Framework, you must manually enable code analysis by setting the EnableNETAnalyzers property to true.
Contribution
Contributors welcome! If you have an addition or you find an inconsistency in the editorconfig file, feel free to create a new issue on github.com.
Links
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
-
net7.0
- 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 |
---|---|---|
1.0.27-pre | 173 | 7/26/2023 |
1.0.26-pre | 160 | 7/26/2023 |
1.0.25-pre | 167 | 7/25/2023 |
1.0.24 | 224 | 6/6/2023 |
1.0.22-pre | 150 | 6/6/2023 |
1.0.21-pre | 147 | 6/6/2023 |
1.0.20-pre | 145 | 6/5/2023 |
1.0.19 | 193 | 4/26/2023 |
1.0.17-pre | 162 | 4/25/2023 |
1.0.14 | 893 | 9/7/2022 |
1.0.13-pre | 173 | 9/7/2022 |
1.0.12-pre | 159 | 9/7/2022 |
1.0.11 | 427 | 9/6/2022 |
1.0.9-pre | 180 | 9/6/2022 |
1.0.8-pre | 165 | 9/6/2022 |
1.0.7-pre | 161 | 9/6/2022 |
1.0.6 | 422 | 9/6/2022 |
1.0.0
- Initial release