You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/extensions/windows/Microsoft.DotNet.UpgradeAssistant.Extensions.Windows/UWPtoWinAppSDKUpgrade/WinUIPropertiesUpdater.cs
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ public class WinUIPropertiesUpdater : IUpdater<IProject>
21
21
{
22
22
publicconststringRuleID="UA302";
23
23
24
-
privateconststringCsWinRTLogMessageFormat="A CsWinRTIncludes property with value {0} has been added.\n"+
24
+
privateconststringCsWinRTLogMessageFormat="A CsWinRTIncludes property with value {0} has been added to specify the namespace of the referenced vcxproj component to project..\n"+
25
25
"If your project assembly name differs from {0}, update this value with the assembly name.\n"+
26
-
"Read more about CsWinRT here: https://docs.microsoft.com/en-us/windows/apps/develop/platform/csharp-winrt/";
26
+
"Read more about C#/WinRT here: https://docs.microsoft.com/en-us/windows/apps/develop/platform/csharp-winrt/";
0 commit comments