diff --git a/VSIX/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers/AnalyzerReleases.Shipped.md b/VSIX/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers/AnalyzerReleases.Shipped.md
new file mode 100644
index 00000000..de3d7a98
--- /dev/null
+++ b/VSIX/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers/AnalyzerReleases.Shipped.md
@@ -0,0 +1,6 @@
+## Release 0.0
+
+### New Rules
+
+Rule ID | Category | Severity | Notes
+--------|----------|----------|--------------------
diff --git a/VSIX/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers/AnalyzerReleases.Unshipped.md b/VSIX/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers/AnalyzerReleases.Unshipped.md
new file mode 100644
index 00000000..821d781f
--- /dev/null
+++ b/VSIX/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers/AnalyzerReleases.Unshipped.md
@@ -0,0 +1,5 @@
+### New Rules
+
+Rule ID | Category | Severity | Notes
+--------|----------|----------|--------------------
+RXILOC | Naming | Warning | Only for debugging purposes. Ensure not using hardcoded text where shouldnt.
diff --git a/VSIX/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers.csproj b/VSIX/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers.csproj
index 9ec08d57..edd3f23e 100644
--- a/VSIX/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers.csproj
+++ b/VSIX/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers/RapidXaml.InternalAnalyzers.csproj
@@ -23,6 +23,10 @@
true
+
+
+
+
diff --git a/VSIX/RapidXamlToolkit.Tests.AutoFix/app.config b/VSIX/RapidXamlToolkit.Tests.AutoFix/app.config
index 18f7ef98..e3c467de 100644
--- a/VSIX/RapidXamlToolkit.Tests.AutoFix/app.config
+++ b/VSIX/RapidXamlToolkit.Tests.AutoFix/app.config
@@ -10,6 +10,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VSIX/RapidXamlToolkit.Tests/app.config b/VSIX/RapidXamlToolkit.Tests/app.config
index 18f7ef98..e3c467de 100644
--- a/VSIX/RapidXamlToolkit.Tests/app.config
+++ b/VSIX/RapidXamlToolkit.Tests/app.config
@@ -10,6 +10,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VSIX/RapidXamlToolkit/Analysis/XamlAnalysis/Actions/CustomAnalysisAction.cs b/VSIX/RapidXamlToolkit/Analysis/XamlAnalysis/Actions/CustomAnalysisAction.cs
index a6fe98e3..2e40ed4f 100644
--- a/VSIX/RapidXamlToolkit/Analysis/XamlAnalysis/Actions/CustomAnalysisAction.cs
+++ b/VSIX/RapidXamlToolkit/Analysis/XamlAnalysis/Actions/CustomAnalysisAction.cs
@@ -38,7 +38,7 @@ public static CustomAnalysisAction[] Create(CustomAnalysisTag tag, string file)
{
var result = new List
{
- new CustomAnalysisAction(file, tag),
+ new(file, tag),
};
foreach (var altAction in tag.AlternativeActions)
diff --git a/VSIX/RapidXamlToolkit/app.config b/VSIX/RapidXamlToolkit/app.config
index 516a5792..e989097b 100644
--- a/VSIX/RapidXamlToolkit/app.config
+++ b/VSIX/RapidXamlToolkit/app.config
@@ -17,13 +17,27 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+