diff --git a/DisCatSharp.Docs/vs/analyzer/dcs/0001.md b/DisCatSharp.Docs/vs/analyzer/dcs/0001.md index 2a87a94d3..33811ace4 100644 --- a/DisCatSharp.Docs/vs/analyzer/dcs/0001.md +++ b/DisCatSharp.Docs/vs/analyzer/dcs/0001.md @@ -1,10 +1,12 @@ --- uid: vs_analyzer_dcs_0001 title: Visual Studio Tools --- # DisCatSharp Analyzer Rule DCS0001 You try to use an experimental field, function or similar. + This is mostly not stable and can change at any time. + It's recommended to not use this in production. diff --git a/DisCatSharp.Docs/vs/index.md b/DisCatSharp.Docs/vs/index.md index cff4bec51..15c31ff6e 100644 --- a/DisCatSharp.Docs/vs/index.md +++ b/DisCatSharp.Docs/vs/index.md @@ -1,24 +1,24 @@ --- uid: vs title: Visual Studio Tools --- ## Visual Studio Tools -This section contains information on how to use the Visual Studio tools for DisCatSharp. +This section contains information on how to use the Visual Studio tools for developing bots with DisCatSharp. -### Analyzers +### Analyzers & Code Fixes -DisCatSharp comes with a set of analyzers that can help you write better code. These analyzers are enabled by default, and will warn you about common mistakes and bad practices. +DisCatSharp can be extended with a set of analyzers that can help you write better code. These analyzers will warn you about common mistakes and bad practices. #### DisCatSharp Analyzer #### Installation -To use the DisCatSharp Analyzer, you need to install the [DisCatSharp.Analyzer.Roselyn](https://www.nuget.org/packages/DisCatSharp.Analyzer.Roselyn/) NuGet package. +To use the DisCatSharp Analyzer, you need to install the [DisCatSharp.Analyzer.Roselyn](https://www.nuget.org/packages/DisCatSharp.Analyzer.Roselyn) NuGet package. ##### Included Rules Rule ID | Category | Severity | Notes --------|----------|----------|------- [DCS0001](xref:vs_analyzer_dcs_0001) | Information | Warning | Experimental Attribute Analyzer