Superdev.Editorconfig 1.0.24

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Superdev.Editorconfig --version 1.0.24
NuGet\Install-Package Superdev.Editorconfig -Version 1.0.24
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Superdev.Editorconfig" Version="1.0.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Superdev.Editorconfig --version 1.0.24
#r "nuget: Superdev.Editorconfig, 1.0.24"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Superdev.Editorconfig as a Cake Addin
#addin nuget:?package=Superdev.Editorconfig&version=1.0.24

// Install Superdev.Editorconfig as a Cake Tool
#tool nuget:?package=Superdev.Editorconfig&version=1.0.24

Superdev.Editorconfig

Version Downloads

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.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 1.6

  • .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 148 7/26/2023
1.0.26-pre 140 7/26/2023
1.0.25-pre 148 7/25/2023
1.0.24 184 6/6/2023
1.0.22-pre 131 6/6/2023
1.0.21-pre 129 6/6/2023
1.0.20-pre 127 6/5/2023
1.0.19 170 4/26/2023
1.0.17-pre 145 4/25/2023
1.0.14 871 9/7/2022
1.0.13-pre 152 9/7/2022
1.0.12-pre 132 9/7/2022
1.0.11 406 9/6/2022
1.0.9-pre 154 9/6/2022
1.0.8-pre 146 9/6/2022
1.0.7-pre 143 9/6/2022
1.0.6 402 9/6/2022

1.0.0
- Initial release