The great stylecop update

Beware those that read into this commit. Here there be style conformance...

Closes #1252
This commit is contained in:
Jordan Brown
2021-05-09 19:27:09 -04:00
parent d25f016316
commit b9586c7fee
609 changed files with 10032 additions and 8923 deletions
+2 -2
View File
@@ -108,7 +108,7 @@ namespace ReleaseNotes
milestoneTask = GetMilestone();
// if (!fullPR.Merged)
//return;
//return;
async Task BuildNotesFromComment(string comment, User user)
{
@@ -261,7 +261,7 @@ namespace ReleaseNotes
var controlPanelVersionsPropertyGroup = project2.Elements().First(x => x.Name == controlPanelXmlNamespace + "PropertyGroup");
var coreVersion = Version.Parse(versionsPropertyGroup.Element(xmlNamespace + "TgsCoreVersion").Value);
if(coreVersion != version)
if (coreVersion != version)
{
Console.WriteLine("Received a different version on command line than in Version.props!");
return 10;