diff --git a/src/WinUIEx.Analyzers/WinUIEx.Analyzers/AnalyzerReleases.Shipped.md b/src/WinUIEx.Analyzers/WinUIEx.Analyzers/AnalyzerReleases.Shipped.md new file mode 100644 index 0000000..6af735d --- /dev/null +++ b/src/WinUIEx.Analyzers/WinUIEx.Analyzers/AnalyzerReleases.Shipped.md @@ -0,0 +1,8 @@ +## Release 1.0 + +### New Rules + +Rule ID | Category | Severity | Notes +--------|----------|----------|-------------------- +WinUIEx1001 | Usage | Warning | The member will always be null, [Documentation](https://dotmorten.github.io/WinUIEx/rules/WinUIEx1001.html) +WinUIEx1002 | Usage | Warning | Dispatcher must be replaced with DispatcherQueue, [Documentation](https://dotmorten.github.io/WinUIEx/rules/WinUIEx1002.html) \ No newline at end of file diff --git a/src/WinUIEx.Analyzers/WinUIEx.Analyzers/Resources.Designer.cs b/src/WinUIEx.Analyzers/WinUIEx.Analyzers/Resources.Designer.cs index 1a42685..7de8908 100644 --- a/src/WinUIEx.Analyzers/WinUIEx.Analyzers/Resources.Designer.cs +++ b/src/WinUIEx.Analyzers/WinUIEx.Analyzers/Resources.Designer.cs @@ -70,7 +70,7 @@ internal static string AlwaysNullDescription { } /// - /// Looks up a localized string similar to The member '{0}' will always be null and should not be used.. + /// Looks up a localized string similar to The member '{0}' will always be null and should not be used. /// internal static string AlwaysNullMessageFormat { get { @@ -79,7 +79,7 @@ internal static string AlwaysNullMessageFormat { } /// - /// Looks up a localized string similar to The member will always be null.. + /// Looks up a localized string similar to The member will always be null. /// internal static string AlwaysNullTitle { get { diff --git a/src/WinUIEx.Analyzers/WinUIEx.Analyzers/Resources.resx b/src/WinUIEx.Analyzers/WinUIEx.Analyzers/Resources.resx index b541db3..db7b269 100644 --- a/src/WinUIEx.Analyzers/WinUIEx.Analyzers/Resources.resx +++ b/src/WinUIEx.Analyzers/WinUIEx.Analyzers/Resources.resx @@ -121,10 +121,10 @@ The member was never implemeted in WinUI 3. - The member '{0}' will always be null and should not be used. + The member '{0}' will always be null and should not be used - The member will always be null. + The member will always be null The Dispatcher will always return null. It has been replaced by the DispatcherQueue. diff --git a/src/WinUIEx.Analyzers/WinUIEx.Analyzers/WinUIEx.Analyzers.csproj b/src/WinUIEx.Analyzers/WinUIEx.Analyzers/WinUIEx.Analyzers.csproj index 86519bf..127d2d2 100644 --- a/src/WinUIEx.Analyzers/WinUIEx.Analyzers/WinUIEx.Analyzers.csproj +++ b/src/WinUIEx.Analyzers/WinUIEx.Analyzers/WinUIEx.Analyzers.csproj @@ -6,6 +6,7 @@ *$(MSBuildProjectFile)* + true @@ -19,6 +20,7 @@ +