diff --git a/Microsoft.Toolkit.Uwp.DeveloperTools/Microsoft.Toolkit.Uwp.DeveloperTools.csproj b/Microsoft.Toolkit.Uwp.DeveloperTools/Microsoft.Toolkit.Uwp.DeveloperTools.csproj index 0f40d396bb6..ddb1be6e330 100644 --- a/Microsoft.Toolkit.Uwp.DeveloperTools/Microsoft.Toolkit.Uwp.DeveloperTools.csproj +++ b/Microsoft.Toolkit.Uwp.DeveloperTools/Microsoft.Toolkit.Uwp.DeveloperTools.csproj @@ -11,8 +11,8 @@ Microsoft.Toolkit.Uwp.DeveloperTools en-US UAP - 10.0.14393.0 - 10.0.10586.0 + 10.0.15063.0 + 10.0.14393.0 14 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -40,77 +40,6 @@ true true - - x86 - true - bin\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP - ;2008 - full - AnyCPU - false - prompt - bin\Debug\Microsoft.Toolkit.Uwp.DeveloperTools.XML - - - x86 - bin\Release\ - TRACE;NETFX_CORE;WINDOWS_UWP - true - ;2008 - pdbonly - AnyCPU - false - prompt - bin\Release\Microsoft.Toolkit.Uwp.DeveloperTools.XML - - - ARM - true - bin\ARM\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP - ;2008 - full - ARM - false - prompt - - - ARM - bin\ARM\Release\ - TRACE;NETFX_CORE;WINDOWS_UWP - true - ;2008 - pdbonly - ARM - false - prompt - - - x64 - true - bin\x64\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP - ;2008 - full - x64 - false - prompt - - - x64 - bin\x64\Release\ - TRACE;NETFX_CORE;WINDOWS_UWP - true - - - pdbonly - x64 - false - prompt - true - true - diff --git a/Microsoft.Toolkit.Uwp.DeveloperTools/project.json b/Microsoft.Toolkit.Uwp.DeveloperTools/project.json index 693e3730539..a674d8a19d3 100644 --- a/Microsoft.Toolkit.Uwp.DeveloperTools/project.json +++ b/Microsoft.Toolkit.Uwp.DeveloperTools/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3" + "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.4" }, "frameworks": { "uap10.0": {} diff --git a/Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj b/Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj index 5bbc97a0d3e..98d5dda348c 100644 --- a/Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj +++ b/Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj @@ -12,7 +12,7 @@ en-US UAP 10.0.15063.0 - 10.0.10586.0 + 10.0.14393.0 14 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -979,51 +979,6 @@ 14.0 - - bin\x86\Publish\ - CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - true - true - ;2008 - true - pdbonly - x86 - true - false - prompt - microsoft.toolkit.uwp.sampleapp.ruleset - true - - - bin\ARM\Publish\ - CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - true - true - ;2008 - true - pdbonly - ARM - true - false - prompt - microsoft.toolkit.uwp.sampleapp.ruleset - true - - - bin\x64\Publish\ - CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - true - true - ;2008 - true - pdbonly - x64 - true - false - prompt - microsoft.toolkit.uwp.sampleapp.ruleset - true - diff --git a/Notifications/Microsoft.Toolkit.Uwp.Notifications.Portable/Microsoft.Toolkit.Uwp.Notifications.Portable.csproj b/Notifications/Microsoft.Toolkit.Uwp.Notifications.Portable/Microsoft.Toolkit.Uwp.Notifications.Portable.csproj index 9a701ace2c7..2c8264deff2 100644 --- a/Notifications/Microsoft.Toolkit.Uwp.Notifications.Portable/Microsoft.Toolkit.Uwp.Notifications.Portable.csproj +++ b/Notifications/Microsoft.Toolkit.Uwp.Notifications.Portable/Microsoft.Toolkit.Uwp.Notifications.Portable.csproj @@ -34,16 +34,6 @@ 4 bin\Release\Microsoft.Toolkit.Uwp.Notifications.xml - - bin\Publish\ - TRACE - bin\Release\Microsoft.Toolkit.Uwp.Notifications.xml - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - diff --git a/Notifications/Microsoft.Toolkit.Uwp.Notifications.UWP/Microsoft.Toolkit.Uwp.Notifications.UWP.csproj b/Notifications/Microsoft.Toolkit.Uwp.Notifications.UWP/Microsoft.Toolkit.Uwp.Notifications.UWP.csproj index 9b5b003b3b8..85c6c3fc9b6 100644 --- a/Notifications/Microsoft.Toolkit.Uwp.Notifications.UWP/Microsoft.Toolkit.Uwp.Notifications.UWP.csproj +++ b/Notifications/Microsoft.Toolkit.Uwp.Notifications.UWP/Microsoft.Toolkit.Uwp.Notifications.UWP.csproj @@ -11,7 +11,7 @@ Microsoft.Toolkit.Uwp.Notifications en-US UAP - 10.0.14393.0 + 10.0.15063.0 10.0.10240.0 14 512 @@ -40,18 +40,6 @@ bin\Release\Microsoft.Toolkit.Uwp.Notifications.xml microsoft.toolkit.uwp.notifications.uwp.ruleset - - bin\Publish\ - TRACE;NETFX_CORE;WINDOWS_UWP;ANNIVERSARY_UPDATE - bin\Release\Microsoft.Toolkit.Uwp.Notifications.xml - true - true - pdbonly - AnyCPU - false - prompt - microsoft.toolkit.uwp.notifications.uwp.ruleset - diff --git a/Notifications/Microsoft.Toolkit.Uwp.Notifications.UWP/project.json b/Notifications/Microsoft.Toolkit.Uwp.Notifications.UWP/project.json index bf21ee7b1e3..d49ccbe0d5b 100644 --- a/Notifications/Microsoft.Toolkit.Uwp.Notifications.UWP/project.json +++ b/Notifications/Microsoft.Toolkit.Uwp.Notifications.UWP/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3", - "StyleCop.Analyzers": "1.0.0" + "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.4", + "StyleCop.Analyzers": "1.0.2" }, "frameworks": { "uap10.0": {} diff --git a/Notifications/Microsoft.Toolkit.Uwp.Notifications.WinRT/Microsoft.Toolkit.Uwp.Notifications.WinRT.csproj b/Notifications/Microsoft.Toolkit.Uwp.Notifications.WinRT/Microsoft.Toolkit.Uwp.Notifications.WinRT.csproj index d2076a28544..3e0d91413bf 100644 --- a/Notifications/Microsoft.Toolkit.Uwp.Notifications.WinRT/Microsoft.Toolkit.Uwp.Notifications.WinRT.csproj +++ b/Notifications/Microsoft.Toolkit.Uwp.Notifications.WinRT/Microsoft.Toolkit.Uwp.Notifications.WinRT.csproj @@ -11,7 +11,7 @@ Microsoft.Toolkit.Uwp.Notifications en-US UAP - 10.0.14393.0 + 10.0.15063.0 10.0.10240.0 14 512 @@ -38,18 +38,6 @@ 4 bin\Release\Microsoft.Toolkit.Uwp.Notifications.xml - - bin\Publish\ - TRACE;NETFX_CORE;WINDOWS_UWP;WINRT - bin\Release\Microsoft.Toolkit.Uwp.Notifications.xml - true - true - pdbonly - AnyCPU - false - prompt - MinimumRecommendedRules.ruleset - diff --git a/Notifications/Microsoft.Toolkit.Uwp.Notifications.WinRT/project.json b/Notifications/Microsoft.Toolkit.Uwp.Notifications.WinRT/project.json index 77bf149e891..a674d8a19d3 100644 --- a/Notifications/Microsoft.Toolkit.Uwp.Notifications.WinRT/project.json +++ b/Notifications/Microsoft.Toolkit.Uwp.Notifications.WinRT/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.3" + "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.4" }, "frameworks": { "uap10.0": {} diff --git a/UWP Community Toolkit.sln b/UWP Community Toolkit.sln index f7785cf17da..aa06d4f1df4 100644 --- a/UWP Community Toolkit.sln +++ b/UWP Community Toolkit.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26430.15 +VisualStudioVersion = 15.0.26430.16 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Toolkit.Uwp", "Microsoft.Toolkit.Uwp\Microsoft.Toolkit.Uwp.csproj", "{805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}" EndProject @@ -43,8 +43,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests.Notifications.UWP EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests.Notifications.WinRT", "UnitTests\UnitTests.Notifications.WinRT\UnitTests.Notifications.WinRT.csproj", "{EFA96B3C-857E-4659-B942-6BEF7719F4CA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownTextBlockUnitTests", "UnitTests\UnitTests.MarkdownTextBlock\MarkdownTextBlockUnitTests.csproj", "{519A9FE1-E530-4764-804E-A41F0D68D6B9}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{9AD30620-667D-433C-9961-8D885EE7B762}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Toolkit.Uwp.Samples.BackgroundTasks", "Microsoft.Toolkit.Uwp.Samples.BackgroundTasks\Microsoft.Toolkit.Uwp.Samples.BackgroundTasks.csproj", "{1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}" @@ -71,10 +69,6 @@ Global Debug|ARM = Debug|ARM Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 - Publish|Any CPU = Publish|Any CPU - Publish|ARM = Publish|ARM - Publish|x64 = Publish|x64 - Publish|x86 = Publish|x86 Release|Any CPU = Release|Any CPU Release|ARM = Release|ARM Release|x64 = Release|x64 @@ -89,14 +83,6 @@ Global {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Debug|x64.Build.0 = Debug|Any CPU {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Debug|x86.ActiveCfg = Debug|Any CPU {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Debug|x86.Build.0 = Debug|Any CPU - {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Publish|Any CPU.ActiveCfg = Publish|Any CPU - {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Publish|Any CPU.Build.0 = Publish|Any CPU - {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Publish|ARM.ActiveCfg = Publish|Any CPU - {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Publish|ARM.Build.0 = Publish|Any CPU - {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Publish|x64.ActiveCfg = Publish|Any CPU - {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Publish|x64.Build.0 = Publish|Any CPU - {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Publish|x86.ActiveCfg = Publish|Any CPU - {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Publish|x86.Build.0 = Publish|Any CPU {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Release|Any CPU.ActiveCfg = Release|Any CPU {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Release|Any CPU.Build.0 = Release|Any CPU {805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}.Release|ARM.ActiveCfg = Release|Any CPU @@ -116,10 +102,6 @@ Global {A139968E-AD78-4E8C-93B8-9A5523BCAC89}.Debug|x86.ActiveCfg = Debug|x86 {A139968E-AD78-4E8C-93B8-9A5523BCAC89}.Debug|x86.Build.0 = Debug|x86 {A139968E-AD78-4E8C-93B8-9A5523BCAC89}.Debug|x86.Deploy.0 = Debug|x86 - {A139968E-AD78-4E8C-93B8-9A5523BCAC89}.Publish|Any CPU.ActiveCfg = Publish|x86 - {A139968E-AD78-4E8C-93B8-9A5523BCAC89}.Publish|ARM.ActiveCfg = Publish|ARM - {A139968E-AD78-4E8C-93B8-9A5523BCAC89}.Publish|x64.ActiveCfg = Publish|x64 - {A139968E-AD78-4E8C-93B8-9A5523BCAC89}.Publish|x86.ActiveCfg = Publish|x86 {A139968E-AD78-4E8C-93B8-9A5523BCAC89}.Release|Any CPU.ActiveCfg = Release|x86 {A139968E-AD78-4E8C-93B8-9A5523BCAC89}.Release|ARM.ActiveCfg = Release|ARM {A139968E-AD78-4E8C-93B8-9A5523BCAC89}.Release|ARM.Build.0 = Release|ARM @@ -138,14 +120,6 @@ Global {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Debug|x64.Build.0 = Debug|Any CPU {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Debug|x86.ActiveCfg = Debug|Any CPU {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Debug|x86.Build.0 = Debug|Any CPU - {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Publish|Any CPU.ActiveCfg = Publish|Any CPU - {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Publish|Any CPU.Build.0 = Publish|Any CPU - {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Publish|ARM.ActiveCfg = Publish|Any CPU - {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Publish|ARM.Build.0 = Publish|Any CPU - {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Publish|x64.ActiveCfg = Publish|Any CPU - {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Publish|x64.Build.0 = Publish|Any CPU - {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Publish|x86.ActiveCfg = Publish|Any CPU - {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Publish|x86.Build.0 = Publish|Any CPU {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Release|Any CPU.ActiveCfg = Release|Any CPU {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Release|Any CPU.Build.0 = Release|Any CPU {3DD8AA7C-3569-4E51-992F-0C2257E8878E}.Release|ARM.ActiveCfg = Release|Any CPU @@ -162,14 +136,6 @@ Global {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Debug|x64.Build.0 = Debug|Any CPU {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Debug|x86.ActiveCfg = Debug|Any CPU {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Debug|x86.Build.0 = Debug|Any CPU - {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Publish|Any CPU.ActiveCfg = Publish|Any CPU - {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Publish|Any CPU.Build.0 = Publish|Any CPU - {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Publish|ARM.ActiveCfg = Publish|Any CPU - {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Publish|ARM.Build.0 = Publish|Any CPU - {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Publish|x64.ActiveCfg = Publish|Any CPU - {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Publish|x64.Build.0 = Publish|Any CPU - {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Publish|x86.ActiveCfg = Publish|Any CPU - {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Publish|x86.Build.0 = Publish|Any CPU {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Release|Any CPU.ActiveCfg = Release|Any CPU {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Release|Any CPU.Build.0 = Release|Any CPU {B24A296C-B3EB-4E06-A64E-74AC2D1ACC91}.Release|ARM.ActiveCfg = Release|Any CPU @@ -190,16 +156,6 @@ Global {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Debug|x86.ActiveCfg = Debug|x86 {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Debug|x86.Build.0 = Debug|x86 {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Debug|x86.Deploy.0 = Debug|x86 - {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Publish|Any CPU.ActiveCfg = Publish|x86 - {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Publish|ARM.ActiveCfg = Publish|ARM - {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Publish|ARM.Build.0 = Publish|ARM - {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Publish|ARM.Deploy.0 = Publish|ARM - {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Publish|x64.ActiveCfg = Publish|x64 - {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Publish|x64.Build.0 = Publish|x64 - {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Publish|x64.Deploy.0 = Publish|x64 - {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Publish|x86.ActiveCfg = Publish|x86 - {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Publish|x86.Build.0 = Publish|x86 - {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Publish|x86.Deploy.0 = Publish|x86 {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Release|Any CPU.ActiveCfg = Release|x86 {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Release|ARM.ActiveCfg = Release|ARM {719C43C6-8753-4395-ADAA-2FCC70F76BF3}.Release|ARM.Build.0 = Release|ARM @@ -218,14 +174,6 @@ Global {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Debug|x64.Build.0 = Debug|Any CPU {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Debug|x86.ActiveCfg = Debug|Any CPU {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Debug|x86.Build.0 = Debug|Any CPU - {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Publish|Any CPU.ActiveCfg = Publish|Any CPU - {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Publish|Any CPU.Build.0 = Publish|Any CPU - {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Publish|ARM.ActiveCfg = Publish|Any CPU - {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Publish|ARM.Build.0 = Publish|Any CPU - {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Publish|x64.ActiveCfg = Publish|Any CPU - {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Publish|x64.Build.0 = Publish|Any CPU - {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Publish|x86.ActiveCfg = Publish|Any CPU - {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Publish|x86.Build.0 = Publish|Any CPU {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Release|Any CPU.ActiveCfg = Release|Any CPU {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Release|Any CPU.Build.0 = Release|Any CPU {7189A42D-6F1A-4FA3-8E00-E2C14FDF167A}.Release|ARM.ActiveCfg = Release|Any CPU @@ -242,14 +190,6 @@ Global {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Debug|x64.Build.0 = Debug|Any CPU {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Debug|x86.ActiveCfg = Debug|Any CPU {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Debug|x86.Build.0 = Debug|Any CPU - {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Publish|Any CPU.ActiveCfg = Release|Any CPU - {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Publish|Any CPU.Build.0 = Release|Any CPU - {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Publish|ARM.ActiveCfg = Release|Any CPU - {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Publish|ARM.Build.0 = Release|Any CPU - {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Publish|x64.ActiveCfg = Release|Any CPU - {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Publish|x64.Build.0 = Release|Any CPU - {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Publish|x86.ActiveCfg = Release|Any CPU - {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Publish|x86.Build.0 = Release|Any CPU {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Release|Any CPU.ActiveCfg = Release|Any CPU {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Release|Any CPU.Build.0 = Release|Any CPU {E9FAABFB-D726-42C1-83C1-CB46A29FEA81}.Release|ARM.ActiveCfg = Release|Any CPU @@ -266,14 +206,6 @@ Global {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Debug|x64.Build.0 = Debug|Any CPU {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Debug|x86.ActiveCfg = Debug|Any CPU {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Debug|x86.Build.0 = Debug|Any CPU - {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Publish|Any CPU.ActiveCfg = Publish|Any CPU - {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Publish|Any CPU.Build.0 = Publish|Any CPU - {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Publish|ARM.ActiveCfg = Publish|Any CPU - {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Publish|ARM.Build.0 = Publish|Any CPU - {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Publish|x64.ActiveCfg = Publish|Any CPU - {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Publish|x64.Build.0 = Publish|Any CPU - {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Publish|x86.ActiveCfg = Publish|Any CPU - {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Publish|x86.Build.0 = Publish|Any CPU {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Release|Any CPU.ActiveCfg = Release|Any CPU {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Release|Any CPU.Build.0 = Release|Any CPU {52F9ACF2-55E7-4415-92BD-902CF85CE3DA}.Release|ARM.ActiveCfg = Release|Any CPU @@ -290,14 +222,6 @@ Global {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Debug|x64.Build.0 = Debug|Any CPU {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Debug|x86.ActiveCfg = Debug|Any CPU {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Debug|x86.Build.0 = Debug|Any CPU - {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Publish|Any CPU.ActiveCfg = Publish|Any CPU - {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Publish|Any CPU.Build.0 = Publish|Any CPU - {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Publish|ARM.ActiveCfg = Publish|Any CPU - {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Publish|ARM.Build.0 = Publish|Any CPU - {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Publish|x64.ActiveCfg = Publish|Any CPU - {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Publish|x64.Build.0 = Publish|Any CPU - {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Publish|x86.ActiveCfg = Publish|Any CPU - {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Publish|x86.Build.0 = Publish|Any CPU {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Release|Any CPU.ActiveCfg = Release|Any CPU {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Release|Any CPU.Build.0 = Release|Any CPU {6E7022E2-3547-4BFA-AE96-E6B11477AF16}.Release|ARM.ActiveCfg = Release|Any CPU @@ -314,14 +238,6 @@ Global {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Debug|x64.Build.0 = Debug|Any CPU {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Debug|x86.ActiveCfg = Debug|Any CPU {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Debug|x86.Build.0 = Debug|Any CPU - {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Publish|Any CPU.ActiveCfg = Publish|Any CPU - {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Publish|Any CPU.Build.0 = Publish|Any CPU - {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Publish|ARM.ActiveCfg = Publish|Any CPU - {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Publish|ARM.Build.0 = Publish|Any CPU - {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Publish|x64.ActiveCfg = Publish|Any CPU - {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Publish|x64.Build.0 = Publish|Any CPU - {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Publish|x86.ActiveCfg = Publish|Any CPU - {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Publish|x86.Build.0 = Publish|Any CPU {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Release|Any CPU.ActiveCfg = Release|Any CPU {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Release|Any CPU.Build.0 = Release|Any CPU {FB381278-F4AD-4703-A12A-C43EE0B231BD}.Release|ARM.ActiveCfg = Release|Any CPU @@ -338,14 +254,6 @@ Global {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Debug|x64.Build.0 = Debug|Any CPU {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Debug|x86.ActiveCfg = Debug|Any CPU {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Debug|x86.Build.0 = Debug|Any CPU - {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Publish|Any CPU.ActiveCfg = Publish|Any CPU - {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Publish|Any CPU.Build.0 = Publish|Any CPU - {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Publish|ARM.ActiveCfg = Publish|Any CPU - {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Publish|ARM.Build.0 = Publish|Any CPU - {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Publish|x64.ActiveCfg = Publish|Any CPU - {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Publish|x64.Build.0 = Publish|Any CPU - {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Publish|x86.ActiveCfg = Publish|Any CPU - {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Publish|x86.Build.0 = Publish|Any CPU {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Release|Any CPU.ActiveCfg = Release|Any CPU {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Release|Any CPU.Build.0 = Release|Any CPU {B63C8A9A-E8F5-4759-8526-9B0D65C4BDB5}.Release|ARM.ActiveCfg = Release|Any CPU @@ -362,13 +270,6 @@ Global {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Debug|x64.Build.0 = Debug|Any CPU {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Debug|x86.ActiveCfg = Debug|Any CPU {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Debug|x86.Build.0 = Debug|Any CPU - {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Publish|Any CPU.ActiveCfg = Publish|Any CPU - {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Publish|Any CPU.Build.0 = Publish|Any CPU - {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Publish|ARM.ActiveCfg = Publish|Any CPU - {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Publish|ARM.Build.0 = Publish|Any CPU - {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Publish|x64.ActiveCfg = Publish|Any CPU - {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Publish|x64.Build.0 = Publish|Any CPU - {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Publish|x86.ActiveCfg = Publish|Any CPU {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Release|Any CPU.ActiveCfg = Release|Any CPU {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Release|Any CPU.Build.0 = Release|Any CPU {4DE12890-5423-43F0-91EE-83ACE11C1F8C}.Release|ARM.ActiveCfg = Release|Any CPU @@ -388,10 +289,6 @@ Global {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD}.Debug|x86.ActiveCfg = Debug|x86 {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD}.Debug|x86.Build.0 = Debug|x86 {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD}.Debug|x86.Deploy.0 = Debug|x86 - {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD}.Publish|Any CPU.ActiveCfg = Publish|x86 - {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD}.Publish|ARM.ActiveCfg = Publish|ARM - {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD}.Publish|x64.ActiveCfg = Publish|x64 - {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD}.Publish|x86.ActiveCfg = Publish|x86 {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD}.Release|Any CPU.ActiveCfg = Release|x86 {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD}.Release|ARM.ActiveCfg = Release|ARM {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD}.Release|ARM.Build.0 = Release|ARM @@ -413,18 +310,6 @@ Global {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Debug|x86.ActiveCfg = Debug|x86 {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Debug|x86.Build.0 = Debug|x86 {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Debug|x86.Deploy.0 = Debug|x86 - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|Any CPU.ActiveCfg = Release|x64 - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|Any CPU.Build.0 = Release|x64 - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|Any CPU.Deploy.0 = Release|x64 - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|ARM.ActiveCfg = Release|ARM - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|ARM.Build.0 = Release|ARM - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|ARM.Deploy.0 = Release|ARM - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|x64.ActiveCfg = Release|x64 - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|x64.Build.0 = Release|x64 - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|x64.Deploy.0 = Release|x64 - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|x86.ActiveCfg = Release|x86 - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|x86.Build.0 = Release|x86 - {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Publish|x86.Deploy.0 = Release|x86 {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Release|Any CPU.ActiveCfg = Release|x86 {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Release|ARM.ActiveCfg = Release|ARM {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Release|ARM.Build.0 = Release|ARM @@ -435,39 +320,6 @@ Global {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Release|x86.ActiveCfg = Release|x86 {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Release|x86.Build.0 = Release|x86 {EFA96B3C-857E-4659-B942-6BEF7719F4CA}.Release|x86.Deploy.0 = Release|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|Any CPU.ActiveCfg = Debug|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|Any CPU.Build.0 = Debug|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|ARM.ActiveCfg = Debug|ARM - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|ARM.Build.0 = Debug|ARM - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|ARM.Deploy.0 = Debug|ARM - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|x64.ActiveCfg = Debug|x64 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|x64.Build.0 = Debug|x64 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|x64.Deploy.0 = Debug|x64 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|x86.ActiveCfg = Debug|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|x86.Build.0 = Debug|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Debug|x86.Deploy.0 = Debug|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|Any CPU.ActiveCfg = Release|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|Any CPU.Build.0 = Release|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|Any CPU.Deploy.0 = Release|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|ARM.ActiveCfg = Release|ARM - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|ARM.Build.0 = Release|ARM - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|ARM.Deploy.0 = Release|ARM - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|x64.ActiveCfg = Release|x64 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|x64.Build.0 = Release|x64 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|x64.Deploy.0 = Release|x64 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|x86.ActiveCfg = Release|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|x86.Build.0 = Release|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Publish|x86.Deploy.0 = Release|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Release|Any CPU.ActiveCfg = Release|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Release|ARM.ActiveCfg = Release|ARM - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Release|ARM.Build.0 = Release|ARM - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Release|ARM.Deploy.0 = Release|ARM - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Release|x64.ActiveCfg = Release|x64 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Release|x64.Build.0 = Release|x64 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Release|x64.Deploy.0 = Release|x64 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Release|x86.ActiveCfg = Release|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Release|x86.Build.0 = Release|x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9}.Release|x86.Deploy.0 = Release|x86 {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Debug|Any CPU.Build.0 = Debug|Any CPU {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Debug|ARM.ActiveCfg = Debug|ARM @@ -476,14 +328,6 @@ Global {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Debug|x64.Build.0 = Debug|x64 {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Debug|x86.ActiveCfg = Debug|x86 {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Debug|x86.Build.0 = Debug|x86 - {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Publish|Any CPU.ActiveCfg = Release|Any CPU - {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Publish|Any CPU.Build.0 = Release|Any CPU - {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Publish|ARM.ActiveCfg = Release|ARM - {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Publish|ARM.Build.0 = Release|ARM - {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Publish|x64.ActiveCfg = Release|x64 - {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Publish|x64.Build.0 = Release|x64 - {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Publish|x86.ActiveCfg = Release|x86 - {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Publish|x86.Build.0 = Release|x86 {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Release|Any CPU.ActiveCfg = Release|Any CPU {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Release|Any CPU.Build.0 = Release|Any CPU {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Release|ARM.ActiveCfg = Release|ARM @@ -494,28 +338,20 @@ Global {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C}.Release|x86.Build.0 = Release|x86 {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|ARM.ActiveCfg = Debug|ARM - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|ARM.Build.0 = Debug|ARM - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|x64.ActiveCfg = Debug|x64 - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|x64.Build.0 = Debug|x64 - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|x86.ActiveCfg = Debug|x86 - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|x86.Build.0 = Debug|x86 - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Publish|Any CPU.ActiveCfg = Release|Any CPU - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Publish|Any CPU.Build.0 = Release|Any CPU - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Publish|ARM.ActiveCfg = Release|ARM - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Publish|ARM.Build.0 = Release|ARM - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Publish|x64.ActiveCfg = Release|x64 - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Publish|x64.Build.0 = Release|x64 - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Publish|x86.ActiveCfg = Release|x86 - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Publish|x86.Build.0 = Release|x86 + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|ARM.ActiveCfg = Debug|Any CPU + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|ARM.Build.0 = Debug|Any CPU + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|x64.ActiveCfg = Debug|Any CPU + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|x64.Build.0 = Debug|Any CPU + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|x86.ActiveCfg = Debug|Any CPU + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Debug|x86.Build.0 = Debug|Any CPU {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|Any CPU.ActiveCfg = Release|Any CPU {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|Any CPU.Build.0 = Release|Any CPU - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|ARM.ActiveCfg = Release|ARM - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|ARM.Build.0 = Release|ARM - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|x64.ActiveCfg = Release|x64 - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|x64.Build.0 = Release|x64 - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|x86.ActiveCfg = Release|x86 - {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|x86.Build.0 = Release|x86 + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|ARM.ActiveCfg = Release|Any CPU + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|ARM.Build.0 = Release|Any CPU + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|x64.ActiveCfg = Release|Any CPU + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|x64.Build.0 = Release|Any CPU + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|x86.ActiveCfg = Release|Any CPU + {E7697922-9555-4CFB-AEE0-C5F4D657E559}.Release|x86.Build.0 = Release|Any CPU {34398053-FC70-4243-84F9-F355DEFFF66D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {34398053-FC70-4243-84F9-F355DEFFF66D}.Debug|Any CPU.Build.0 = Debug|Any CPU {34398053-FC70-4243-84F9-F355DEFFF66D}.Debug|ARM.ActiveCfg = Debug|Any CPU @@ -524,14 +360,6 @@ Global {34398053-FC70-4243-84F9-F355DEFFF66D}.Debug|x64.Build.0 = Debug|Any CPU {34398053-FC70-4243-84F9-F355DEFFF66D}.Debug|x86.ActiveCfg = Debug|Any CPU {34398053-FC70-4243-84F9-F355DEFFF66D}.Debug|x86.Build.0 = Debug|Any CPU - {34398053-FC70-4243-84F9-F355DEFFF66D}.Publish|Any CPU.ActiveCfg = Debug|Any CPU - {34398053-FC70-4243-84F9-F355DEFFF66D}.Publish|Any CPU.Build.0 = Debug|Any CPU - {34398053-FC70-4243-84F9-F355DEFFF66D}.Publish|ARM.ActiveCfg = Debug|Any CPU - {34398053-FC70-4243-84F9-F355DEFFF66D}.Publish|ARM.Build.0 = Debug|Any CPU - {34398053-FC70-4243-84F9-F355DEFFF66D}.Publish|x64.ActiveCfg = Debug|Any CPU - {34398053-FC70-4243-84F9-F355DEFFF66D}.Publish|x64.Build.0 = Debug|Any CPU - {34398053-FC70-4243-84F9-F355DEFFF66D}.Publish|x86.ActiveCfg = Debug|Any CPU - {34398053-FC70-4243-84F9-F355DEFFF66D}.Publish|x86.Build.0 = Debug|Any CPU {34398053-FC70-4243-84F9-F355DEFFF66D}.Release|Any CPU.ActiveCfg = Release|Any CPU {34398053-FC70-4243-84F9-F355DEFFF66D}.Release|Any CPU.Build.0 = Release|Any CPU {34398053-FC70-4243-84F9-F355DEFFF66D}.Release|ARM.ActiveCfg = Release|Any CPU @@ -548,14 +376,6 @@ Global {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Debug|x64.Build.0 = Debug|Any CPU {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Debug|x86.ActiveCfg = Debug|Any CPU {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Debug|x86.Build.0 = Debug|Any CPU - {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Publish|Any CPU.ActiveCfg = Debug|Any CPU - {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Publish|Any CPU.Build.0 = Debug|Any CPU - {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Publish|ARM.ActiveCfg = Debug|Any CPU - {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Publish|ARM.Build.0 = Debug|Any CPU - {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Publish|x64.ActiveCfg = Debug|Any CPU - {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Publish|x64.Build.0 = Debug|Any CPU - {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Publish|x86.ActiveCfg = Debug|Any CPU - {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Publish|x86.Build.0 = Debug|Any CPU {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Release|Any CPU.ActiveCfg = Release|Any CPU {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Release|Any CPU.Build.0 = Release|Any CPU {6FE128A8-CEFA-4A61-A987-EC92DE6B538E}.Release|ARM.ActiveCfg = Release|Any CPU @@ -584,7 +404,6 @@ Global {4DE12890-5423-43F0-91EE-83ACE11C1F8C} = {9333C63A-F64F-4797-82B3-017422668A5D} {BAB1CAF4-C400-4A7F-A987-C576DE63CFFD} = {9333C63A-F64F-4797-82B3-017422668A5D} {EFA96B3C-857E-4659-B942-6BEF7719F4CA} = {9333C63A-F64F-4797-82B3-017422668A5D} - {519A9FE1-E530-4764-804E-A41F0D68D6B9} = {B30036C4-D514-4E5B-A323-587A061772CE} {1AE2CB5C-58A0-4F12-8E6F-2CD4AAADB34C} = {9AD30620-667D-433C-9961-8D885EE7B762} EndGlobalSection EndGlobal diff --git a/UnitTests/GlobalSuppressions.cs b/UnitTests/GlobalSuppressions.cs new file mode 100644 index 00000000000..e47d779c5c3 --- /dev/null +++ b/UnitTests/GlobalSuppressions.cs @@ -0,0 +1,444 @@ +// ****************************************************************** +// Copyright (c) Microsoft. All rights reserved. +// This code is licensed under the MIT License (MIT). +// THE CODE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH +// THE CODE OR THE USE OR OTHER DEALINGS IN THE CODE. +// ****************************************************************** + +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1208:Using directive for 'System.Collections.Generic' must appear before directive for 'Microsoft.VisualStudio.TestPlatform.UnitTestFramework'", Justification = "UnitTest")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1200:Using directive must appear within a namespace declaration", Justification = "UnitTest")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1210:Using directives must be ordered alphabetically by the namespaces.", Justification = "UnitTest")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1633:The file header XML is invalid.", Justification = "UnitTest")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1652:Enable XML documentation output", Justification = "UnitTest")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1028:Code must not contain trailing whitespace", Justification = "UnitTest")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1001:Commas must be followed by whitespace.", Justification = "UnitTest")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1201:A field should not follow a method", Justification = "UnitTest", Scope = "member", Target = "~F:UnitTests.Markdown.TestBase.defaultValueCache")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.App.#ctor")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnLaunched(Windows.ApplicationModel.Activation.LaunchActivatedEventArgs)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1005:Single line comment must begin with a space.", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnLaunched(Windows.ApplicationModel.Activation.LaunchActivatedEventArgs)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1028:Code must not contain trailing whitespace", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnLaunched(Windows.ApplicationModel.Activation.LaunchActivatedEventArgs)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1505:An opening brace must not be followed by a blank line.", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnLaunched(Windows.ApplicationModel.Activation.LaunchActivatedEventArgs)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1400:Element 'OnNavigationFailed' must declare an access modifier", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnNavigationFailed(System.Object,Windows.UI.Xaml.Navigation.NavigationFailedEventArgs)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1515:Single-line comment must be preceded by blank line", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnSuspending(System.Object,Windows.ApplicationModel.SuspendingEventArgs)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1005:Single line comment must begin with a space.", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnSuspending(System.Object,Windows.ApplicationModel.SuspendingEventArgs)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Inline_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Inside_Word")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Negative_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Negative_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Negative_CannotBeEmpty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Negative_CannotBeEmpty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Simple_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_LeadingSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_LeadingSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_Negative")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_Negative")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WinsOverQuote")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WinsOverQuote")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_With_Indent")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_With_Indent")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithLeadingBlankLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithLeadingBlankLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithTabs")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithTabs")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithTrailingBlankLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithTrailingBlankLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_AlternateSyntax")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_AlternateSyntax")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Boundary")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Boundary")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_EscapedStartChar")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_EscapedStartChar")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Formatting")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Formatting")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_InnerEscapeSequence")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_InnerEscapeSequence")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Negative_CannotBeEmpty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Negative_CannotBeEmpty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_WhiteSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_WhiteSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Alt_WithHashes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Alt_WithHashes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Empty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Empty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_2_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_2_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_3")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_3")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_4")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_4")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_5")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_5")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6_Empty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6_Empty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6_WithTrailingHashSymbols")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6_WithTrailingHashSymbols")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_7")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_7")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Hashes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Hashes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Negative_ExtraSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Negative_ExtraSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Negative_RogueCharacter")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Negative_RogueCharacter")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt_BeforeAfter")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt_BeforeAfter")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_BeforeAfter")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_BeforeAfter")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Negative")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Negative")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Negative_FourStars")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Negative_FourStars")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_StarsAndSpaces")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_StarsAndSpaces")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBrackets")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBrackets")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsCanEndWithPunctuation")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsCanEndWithPunctuation")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsCantHaveSpaces")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsCantHaveSpaces")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsNoNeedForDot")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsNoNeedForDot")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1507:Code must not contain multiple blank lines in a row", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_DomainOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_DomainOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_DomainOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_EndCharacters")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_EndCharacters")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http_Uppercase")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http_Uppercase")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Https")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Https")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Mailto")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Mailto")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoHostPart")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoHostPart")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoLocalPart")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoLocalPart")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoWithBold")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoWithBold")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_AngleBracketDomainOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_AngleBracketDomainOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_AngleBracketsPrefixOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_AngleBracketsPrefixOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_DotTooSoon")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_DotTooSoon")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_MailtoNeedsADot")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_MailtoNeedsADot")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_NoDot")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_NoDot")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_PrefixOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_PrefixOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_SchemeOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_SchemeOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_SurroundingText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_SurroundingText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_WwwMustBeLowercase")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_WwwMustBeLowercase")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_OtherSchemes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_OtherSchemes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_StartCharacters")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_StartCharacters")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_WithSurroundingText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_WithSurroundingText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_EndCharacters")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_EndCharacters")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_PrefixOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_PrefixOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_SurroundingText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1507:Code must not contain multiple blank lines in a row", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_SurroundingText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_SurroundingText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1028:Code must not contain trailing whitespace", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_SurroundingText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_TooShort")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_TooShort")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_UppercaseWithoutSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_UppercaseWithoutSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_UppercaseWithSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_UppercaseWithSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_PlusCharacter")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_PlusCharacter")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Short")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Short")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithBeginningEscape")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithBeginningEscape")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithMiddleEscape")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithMiddleEscape")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithoutSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithoutSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithPath")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithPath")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_PrefixOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_PrefixOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_UppercaseWithoutSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_UppercaseWithoutSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_UppercaseWithSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_UppercaseWithSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Short")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Short")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithoutSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithoutSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithPath")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithPath")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithSlash")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Escape")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Escape")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inline_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inline_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inside_Word")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inside_Word")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_MultiLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_MultiLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_3")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_3")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_CannotBeEmpty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_CannotBeEmpty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_MultiParagraph")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_MultiParagraph")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Simple_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Simple_Alt")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_BlankLineIsOkay")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_BlankLineIsOkay")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_NewParagraph")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_NewParagraph")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_SpaceRequired")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_SpaceRequired")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_TooMuchSpaceToBeNested")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_TooMuchSpaceToBeNested")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Combo")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Combo")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Complex")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Complex")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_MaxSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_MaxSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_MinSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_MinSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Paragraph")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Paragraph")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_SpaceDifference")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_SpaceDifference")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_NestedLists")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_NestedLists")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_SingleLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_SingleLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_WithBlocks")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_WithBlocks")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_Negative_NoLetters")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_Negative_SpaceRequired")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_Numbering")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_Numbering")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_SingleLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_SingleLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Empty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Empty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Escape_Text")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Escape_Text")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Escape_Url")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Escape_Url")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_HashLink")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_HashLink")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_ImplicitReference")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_ImplicitReference")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_BackTrack")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_BackTrack")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_InvalidReferenceTooltip")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_InvalidReferenceTooltip")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_InvalidReferenceTrailingText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_InvalidReferenceTrailingText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UnknownReference")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UnknownReference")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlCannotBeDomain")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlCannotBeDomain")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlMustBeValid")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlMustBeValid")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlMustHaveKnownScheme")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlMustHaveKnownScheme")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Nested")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Nested")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_NestedSquareBrackets")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_NestedSquareBrackets")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_OtherSchemes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_OtherSchemes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_References")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_References")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_ReferencesAreCaseInsensitive")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_ReferencesAreCaseInsensitive")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_RelativeLink")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_RelativeLink")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_UrlEscapeSequence")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_UrlEscapeSequence")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceInText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceInText")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceInUrl")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceInUrl")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceSurroundingUrl")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceSurroundingUrl")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabel")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabel")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabelAndFormatting")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabelAndFormatting")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabelSpacing")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabelSpacing")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltip")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltip")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipAndQuotes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipAndQuotes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipAndWhiteSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipAndWhiteSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipOnly")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_Empty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1122:Use string.Empty for empty strings", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_Empty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1500:Braces for multi-line statements must not share line", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_Entities")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_Entities")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_Entities")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_LineBreak")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_LineBreak")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_LineBreak_ThreeSpaces")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_LineBreak_ThreeSpaces")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NewParagraph")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NewParagraph")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NewParagraph_Whitespace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NewParagraph_Whitespace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoLineBreak")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoLineBreak")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoLineBreak_OneSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoLineBreak_OneSpace")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoSpaceCompression")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoSpaceCompression")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_TextEscaping")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_TextEscaping")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1503:Braces must not be omitted", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParseTestExtensionMethods.AddChild``1(``0,System.Object)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1513:Closing brace must be followed by blank line", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParseTestExtensionMethods.AddChild``1(System.Func{System.Collections.Generic.IList{``0}},System.Action{System.Collections.Generic.IList{``0}},``0)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1503:Braces must not be omitted", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParseTestExtensionMethods.AddChildren``1(``0,System.Object[])~``0")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_Invalid_Table")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_Invalid_Table")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_MultiLine_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_MultiLine_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_MultiLine_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_MultiLine_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_Nested")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_Nested")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_SingleLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_SingleLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithCode")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1025:Code must not contain multiple whitespace characters in a row.", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithCode")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithCode")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1115:The parameter must begin on the line after the previous parameter.", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithCode")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithHeader")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithHeader")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithList")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1115:The parameter must begin on the line after the previous parameter.", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithList")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithList")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithTable")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1115:The parameter must begin on the line after the previous parameter.", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithTable")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithTable")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Escape_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Escape_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Escape_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Escape_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Inline")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_CannotBeEmpty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_CannotBeEmpty")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Escape")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Escape")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses_3")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses_3")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Nested")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Nested")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_StartOfLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_StartOfLine")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_TwoInARow")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_TwoInARow")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_WithParentheses")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_WithParentheses")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Dividers")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Dividers")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_1")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_2")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_3")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_3")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_4")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_4")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_MissingDashes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_MissingDashes")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_NewParagraph")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_NewParagraph")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_TooFewDividers")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_TooFewDividers")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_PrematureEnding")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_PrematureEnding")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Simple")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_WithAlignment")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_WithAlignment")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1503:Braces must not be omitted", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.TestBase.CollapseWhitespace(System.String)~System.String")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1503:Braces must not be omitted", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.TestBase.SerializeElement(System.Text.StringBuilder,System.Object,System.Int32)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1122:Use string.Empty for empty strings", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.TestBase.SerializeElement(System.Text.StringBuilder,System.Object,System.Int32)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1513:Closing brace must be followed by blank line", Justification = "UnitTest", Scope = "member", Target = "~M:UnitTests.Markdown.TestBase.SerializeElement(System.Text.StringBuilder,System.Object,System.Int32)")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1028:Code must not contain trailing whitespace", Justification = "UnitTest", Scope = "namespace", Target = "~N:UnitTests.Markdown.Parse")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1205:Partial elements must declare an access modifier", Justification = "UnitTest", Scope = "type", Target = "~T:UnitTests.Markdown.App")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1508:A closing brace must not be preceded by a blank line.", Justification = "UnitTest", Scope = "type", Target = "~T:UnitTests.Markdown.Parse.MarkdownLinkTests")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1507:Code must not contain multiple blank lines in a row", Justification = "UnitTest", Scope = "type", Target = "~T:UnitTests.Markdown.Parse.MarkdownLinkTests")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1028:Code must not contain trailing whitespace", Justification = "UnitTest", Scope = "type", Target = "~T:UnitTests.Markdown.Parse.MarkdownLinkTests")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1508:A closing brace must not be preceded by a blank line.", Justification = "UnitTest", Scope = "type", Target = "~T:UnitTests.Markdown.Parse.TableTests")] \ No newline at end of file diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/BoldTests.cs b/UnitTests/Markdown/Parse/BoldTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/BoldTests.cs rename to UnitTests/Markdown/Parse/BoldTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/CodeTests.cs b/UnitTests/Markdown/Parse/CodeTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/CodeTests.cs rename to UnitTests/Markdown/Parse/CodeTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/HeaderTests.cs b/UnitTests/Markdown/Parse/HeaderTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/HeaderTests.cs rename to UnitTests/Markdown/Parse/HeaderTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/HorizontalRuleTests.cs b/UnitTests/Markdown/Parse/HorizontalRuleTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/HorizontalRuleTests.cs rename to UnitTests/Markdown/Parse/HorizontalRuleTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/HyperlinkTests.cs b/UnitTests/Markdown/Parse/HyperlinkTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/HyperlinkTests.cs rename to UnitTests/Markdown/Parse/HyperlinkTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/ItalicTests.cs b/UnitTests/Markdown/Parse/ItalicTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/ItalicTests.cs rename to UnitTests/Markdown/Parse/ItalicTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/ListTests.cs b/UnitTests/Markdown/Parse/ListTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/ListTests.cs rename to UnitTests/Markdown/Parse/ListTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/MarkdownLinkTests.cs b/UnitTests/Markdown/Parse/MarkdownLinkTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/MarkdownLinkTests.cs rename to UnitTests/Markdown/Parse/MarkdownLinkTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/ParagraphTests.cs b/UnitTests/Markdown/Parse/ParagraphTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/ParagraphTests.cs rename to UnitTests/Markdown/Parse/ParagraphTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/ParseTestBase.cs b/UnitTests/Markdown/Parse/ParseTestBase.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/ParseTestBase.cs rename to UnitTests/Markdown/Parse/ParseTestBase.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/ParseTestExtensionMethods.cs b/UnitTests/Markdown/Parse/ParseTestExtensionMethods.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/ParseTestExtensionMethods.cs rename to UnitTests/Markdown/Parse/ParseTestExtensionMethods.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/QuoteTests.cs b/UnitTests/Markdown/Parse/QuoteTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/QuoteTests.cs rename to UnitTests/Markdown/Parse/QuoteTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/StrikethroughTests.cs b/UnitTests/Markdown/Parse/StrikethroughTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/StrikethroughTests.cs rename to UnitTests/Markdown/Parse/StrikethroughTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/SuperscriptTests.cs b/UnitTests/Markdown/Parse/SuperscriptTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/SuperscriptTests.cs rename to UnitTests/Markdown/Parse/SuperscriptTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Parse/TableTests.cs b/UnitTests/Markdown/Parse/TableTests.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/Parse/TableTests.cs rename to UnitTests/Markdown/Parse/TableTests.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/TestBase.cs b/UnitTests/Markdown/TestBase.cs similarity index 100% rename from UnitTests/UnitTests.MarkdownTextBlock/TestBase.cs rename to UnitTests/Markdown/TestBase.cs diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Assets/LockScreenLogo.scale-200.png b/UnitTests/UnitTests.MarkdownTextBlock/Assets/LockScreenLogo.scale-200.png deleted file mode 100644 index 735f57adb5d..00000000000 Binary files a/UnitTests/UnitTests.MarkdownTextBlock/Assets/LockScreenLogo.scale-200.png and /dev/null differ diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Assets/SplashScreen.scale-200.png b/UnitTests/UnitTests.MarkdownTextBlock/Assets/SplashScreen.scale-200.png deleted file mode 100644 index 023e7f1feda..00000000000 Binary files a/UnitTests/UnitTests.MarkdownTextBlock/Assets/SplashScreen.scale-200.png and /dev/null differ diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Assets/Square150x150Logo.scale-200.png b/UnitTests/UnitTests.MarkdownTextBlock/Assets/Square150x150Logo.scale-200.png deleted file mode 100644 index af49fec1a54..00000000000 Binary files a/UnitTests/UnitTests.MarkdownTextBlock/Assets/Square150x150Logo.scale-200.png and /dev/null differ diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Assets/Square44x44Logo.scale-200.png b/UnitTests/UnitTests.MarkdownTextBlock/Assets/Square44x44Logo.scale-200.png deleted file mode 100644 index ce342a2ec8a..00000000000 Binary files a/UnitTests/UnitTests.MarkdownTextBlock/Assets/Square44x44Logo.scale-200.png and /dev/null differ diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/UnitTests/UnitTests.MarkdownTextBlock/Assets/Square44x44Logo.targetsize-24_altform-unplated.png deleted file mode 100644 index f6c02ce97e0..00000000000 Binary files a/UnitTests/UnitTests.MarkdownTextBlock/Assets/Square44x44Logo.targetsize-24_altform-unplated.png and /dev/null differ diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Assets/StoreLogo.png b/UnitTests/UnitTests.MarkdownTextBlock/Assets/StoreLogo.png deleted file mode 100644 index 7385b56c0e4..00000000000 Binary files a/UnitTests/UnitTests.MarkdownTextBlock/Assets/StoreLogo.png and /dev/null differ diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Assets/Wide310x150Logo.scale-200.png b/UnitTests/UnitTests.MarkdownTextBlock/Assets/Wide310x150Logo.scale-200.png deleted file mode 100644 index 288995b397f..00000000000 Binary files a/UnitTests/UnitTests.MarkdownTextBlock/Assets/Wide310x150Logo.scale-200.png and /dev/null differ diff --git a/UnitTests/UnitTests.MarkdownTextBlock/GlobalSuppressions.cs b/UnitTests/UnitTests.MarkdownTextBlock/GlobalSuppressions.cs deleted file mode 100644 index 5d98077ade8..00000000000 --- a/UnitTests/UnitTests.MarkdownTextBlock/GlobalSuppressions.cs +++ /dev/null @@ -1,444 +0,0 @@ -// ****************************************************************** -// Copyright (c) Microsoft. All rights reserved. -// This code is licensed under the MIT License (MIT). -// THE CODE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH -// THE CODE OR THE USE OR OTHER DEALINGS IN THE CODE. -// ****************************************************************** - -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1208:Using directive for 'System.Collections.Generic' must appear before directive for 'Microsoft.VisualStudio.TestPlatform.UnitTestFramework'", Justification = "")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1200:Using directive must appear within a namespace declaration", Justification = "")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1210:Using directives must be ordered alphabetically by the namespaces.", Justification = "")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1633:The file header XML is invalid.", Justification = "")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1652:Enable XML documentation output", Justification = "")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1028:Code must not contain trailing whitespace", Justification = "")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1001:Commas must be followed by whitespace.", Justification = "")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1201:A field should not follow a method", Justification = "", Scope = "member", Target = "~F:UnitTests.Markdown.TestBase.defaultValueCache")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.App.#ctor")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnLaunched(Windows.ApplicationModel.Activation.LaunchActivatedEventArgs)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1005:Single line comment must begin with a space.", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnLaunched(Windows.ApplicationModel.Activation.LaunchActivatedEventArgs)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1028:Code must not contain trailing whitespace", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnLaunched(Windows.ApplicationModel.Activation.LaunchActivatedEventArgs)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1505:An opening brace must not be followed by a blank line.", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnLaunched(Windows.ApplicationModel.Activation.LaunchActivatedEventArgs)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1400:Element 'OnNavigationFailed' must declare an access modifier", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnNavigationFailed(System.Object,Windows.UI.Xaml.Navigation.NavigationFailedEventArgs)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1515:Single-line comment must be preceded by blank line", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnSuspending(System.Object,Windows.ApplicationModel.SuspendingEventArgs)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1005:Single line comment must begin with a space.", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.App.OnSuspending(System.Object,Windows.ApplicationModel.SuspendingEventArgs)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Inline_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Inside_Word")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Negative_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Negative_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Negative_CannotBeEmpty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Negative_CannotBeEmpty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.BoldTests.Bold_Simple_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_LeadingSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_LeadingSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_Negative")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_Negative")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WinsOverQuote")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WinsOverQuote")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_With_Indent")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_With_Indent")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithLeadingBlankLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithLeadingBlankLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithTabs")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithTabs")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithTrailingBlankLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Block_WithTrailingBlankLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_AlternateSyntax")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_AlternateSyntax")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Boundary")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Boundary")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_EscapedStartChar")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_EscapedStartChar")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Formatting")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Formatting")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_InnerEscapeSequence")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_InnerEscapeSequence")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Negative_CannotBeEmpty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_Negative_CannotBeEmpty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_WhiteSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.CodeTests.Code_Inline_WhiteSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Alt_WithHashes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Alt_WithHashes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Empty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Empty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_1_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_2_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_2_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_3")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_3")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_4")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_4")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_5")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_5")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6_Empty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6_Empty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6_WithTrailingHashSymbols")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_6_WithTrailingHashSymbols")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_7")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_7")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Hashes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Hashes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Negative_ExtraSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Negative_ExtraSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Negative_RogueCharacter")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HeaderTests.Header_Negative_RogueCharacter")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt_BeforeAfter")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt_BeforeAfter")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Alt2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_BeforeAfter")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_BeforeAfter")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Negative")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Negative")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Negative_FourStars")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Negative_FourStars")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_StarsAndSpaces")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HorizontalRuleTests.HorizontalRule_StarsAndSpaces")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBrackets")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBrackets")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsCanEndWithPunctuation")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsCanEndWithPunctuation")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsCantHaveSpaces")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsCantHaveSpaces")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsNoNeedForDot")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_AngleBracketsNoNeedForDot")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1507:Code must not contain multiple blank lines in a row", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_DomainOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_DomainOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_DomainOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_EndCharacters")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_EndCharacters")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http_Uppercase")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Http_Uppercase")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Https")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Https")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Mailto")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Mailto")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoHostPart")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoHostPart")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoLocalPart")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoLocalPart")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoWithBold")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_MailtoWithBold")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_AngleBracketDomainOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_AngleBracketDomainOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_AngleBracketsPrefixOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_AngleBracketsPrefixOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_DotTooSoon")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_DotTooSoon")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_MailtoNeedsADot")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_MailtoNeedsADot")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_NoDot")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_NoDot")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_PrefixOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_PrefixOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_SchemeOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_SchemeOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_SurroundingText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_SurroundingText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_WwwMustBeLowercase")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_Negative_WwwMustBeLowercase")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_OtherSchemes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_OtherSchemes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_StartCharacters")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_StartCharacters")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_WithSurroundingText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.Hyperlink_WithSurroundingText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_EndCharacters")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_EndCharacters")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_PrefixOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_PrefixOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_SurroundingText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1507:Code must not contain multiple blank lines in a row", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_SurroundingText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_SurroundingText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1028:Code must not contain trailing whitespace", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_SurroundingText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_TooShort")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_TooShort")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_UppercaseWithoutSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_UppercaseWithoutSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_UppercaseWithSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Negative_UppercaseWithSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_PlusCharacter")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_PlusCharacter")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Short")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_Short")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithBeginningEscape")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithBeginningEscape")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithMiddleEscape")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithMiddleEscape")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithoutSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithoutSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithPath")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithPath")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.SubredditLink_WithSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_PrefixOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_PrefixOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_UppercaseWithoutSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_UppercaseWithoutSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_UppercaseWithSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Negative_UppercaseWithSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Short")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_Short")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithoutSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithoutSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithPath")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithPath")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.HyperlinkTests.UserLink_WithSlash")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Escape")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Escape")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inline_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inline_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inside_Word")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Inside_Word")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_MultiLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_MultiLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_3")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_3")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_CannotBeEmpty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_CannotBeEmpty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_MultiParagraph")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Negative_MultiParagraph")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Simple_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ItalicTests.Italic_Simple_Alt")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_BlankLineIsOkay")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_BlankLineIsOkay")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_NewParagraph")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_NewParagraph")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_SpaceRequired")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_SpaceRequired")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_TooMuchSpaceToBeNested")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Negative_TooMuchSpaceToBeNested")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Combo")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Combo")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Complex")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Complex")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_MaxSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_MaxSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_MinSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_MinSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Paragraph")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Paragraph")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_SpaceDifference")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Nested_SpaceDifference")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_NestedLists")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_NestedLists")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_SingleLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_SingleLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_WithBlocks")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.BulletedList_WithBlocks")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_Negative_NoLetters")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_Negative_SpaceRequired")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_Numbering")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_Numbering")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_SingleLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ListTests.NumberedList_SingleLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Empty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Empty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Escape_Text")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Escape_Text")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Escape_Url")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Escape_Url")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_HashLink")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_HashLink")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_ImplicitReference")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_ImplicitReference")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_BackTrack")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_BackTrack")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_InvalidReferenceTooltip")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_InvalidReferenceTooltip")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_InvalidReferenceTrailingText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_InvalidReferenceTrailingText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UnknownReference")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UnknownReference")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlCannotBeDomain")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlCannotBeDomain")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlMustBeValid")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlMustBeValid")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlMustHaveKnownScheme")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Negative_UrlMustHaveKnownScheme")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Nested")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_Nested")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_NestedSquareBrackets")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_NestedSquareBrackets")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_OtherSchemes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_OtherSchemes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_References")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_References")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_ReferencesAreCaseInsensitive")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_ReferencesAreCaseInsensitive")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_RelativeLink")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_RelativeLink")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_UrlEscapeSequence")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_UrlEscapeSequence")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceInText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceInText")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceInUrl")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceInUrl")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceSurroundingUrl")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WhiteSpaceSurroundingUrl")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabel")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabel")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabelAndFormatting")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabelAndFormatting")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabelSpacing")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithLabelSpacing")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltip")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltip")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipAndQuotes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipAndQuotes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipAndWhiteSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipAndWhiteSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.MarkdownLinkTests.MarkdownLink_WithTooltipOnly")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_Empty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1122:Use string.Empty for empty strings", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_Empty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1500:Braces for multi-line statements must not share line", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_Entities")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_Entities")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_Entities")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_LineBreak")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_LineBreak")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_LineBreak_ThreeSpaces")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_LineBreak_ThreeSpaces")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NewParagraph")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NewParagraph")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NewParagraph_Whitespace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NewParagraph_Whitespace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoLineBreak")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoLineBreak")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoLineBreak_OneSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoLineBreak_OneSpace")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoSpaceCompression")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_NoSpaceCompression")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_TextEscaping")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParagraphTests.Paragraph_TextEscaping")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1503:Braces must not be omitted", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParseTestExtensionMethods.AddChild``1(``0,System.Object)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1513:Closing brace must be followed by blank line", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParseTestExtensionMethods.AddChild``1(System.Func{System.Collections.Generic.IList{``0}},System.Action{System.Collections.Generic.IList{``0}},``0)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1503:Braces must not be omitted", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.ParseTestExtensionMethods.AddChildren``1(``0,System.Object[])~``0")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_Invalid_Table")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_Invalid_Table")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_MultiLine_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_MultiLine_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_MultiLine_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_MultiLine_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_Nested")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_Nested")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_SingleLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_SingleLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithCode")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1025:Code must not contain multiple whitespace characters in a row.", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithCode")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithCode")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1115:The parameter must begin on the line after the previous parameter.", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithCode")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithHeader")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithHeader")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithList")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1115:The parameter must begin on the line after the previous parameter.", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithList")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithList")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithTable")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1115:The parameter must begin on the line after the previous parameter.", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithTable")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.QuoteTests.Quote_WithTable")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Escape_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Escape_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Escape_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Escape_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Inline")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_CannotBeEmpty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Negative_CannotBeEmpty")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.StrikethroughTests.Strikethrough_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Escape")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Escape")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses_3")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Negative_WithParentheses_3")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Nested")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Nested")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_StartOfLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_StartOfLine")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_TwoInARow")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_TwoInARow")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_WithParentheses")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.SuperscriptTests.Superscript_WithParentheses")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Dividers")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Dividers")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_1")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_2")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_3")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_3")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_4")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Minimal_4")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_MissingDashes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_MissingDashes")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_NewParagraph")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_NewParagraph")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_TooFewDividers")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Negative_TooFewDividers")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_PrematureEnding")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_PrematureEnding")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_Simple")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1101:Prefix local calls with this", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_WithAlignment")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1116:The parameters must begin on the line after the declaration, whenever the parameter span across multiple lines", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.Parse.TableTests.Table_WithAlignment")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1503:Braces must not be omitted", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.TestBase.CollapseWhitespace(System.String)~System.String")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1503:Braces must not be omitted", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.TestBase.SerializeElement(System.Text.StringBuilder,System.Object,System.Int32)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1122:Use string.Empty for empty strings", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.TestBase.SerializeElement(System.Text.StringBuilder,System.Object,System.Int32)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1513:Closing brace must be followed by blank line", Justification = "", Scope = "member", Target = "~M:UnitTests.Markdown.TestBase.SerializeElement(System.Text.StringBuilder,System.Object,System.Int32)")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1028:Code must not contain trailing whitespace", Justification = "", Scope = "namespace", Target = "~N:UnitTests.Markdown.Parse")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1205:Partial elements must declare an access modifier", Justification = "", Scope = "type", Target = "~T:UnitTests.Markdown.App")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1508:A closing brace must not be preceded by a blank line.", Justification = "", Scope = "type", Target = "~T:UnitTests.Markdown.Parse.MarkdownLinkTests")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1507:Code must not contain multiple blank lines in a row", Justification = "", Scope = "type", Target = "~T:UnitTests.Markdown.Parse.MarkdownLinkTests")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1028:Code must not contain trailing whitespace", Justification = "", Scope = "type", Target = "~T:UnitTests.Markdown.Parse.MarkdownLinkTests")] -[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "SA1508:A closing brace must not be preceded by a blank line.", Justification = "", Scope = "type", Target = "~T:UnitTests.Markdown.Parse.TableTests")] \ No newline at end of file diff --git a/UnitTests/UnitTests.MarkdownTextBlock/MarkdownTextBlockUnitTests.csproj b/UnitTests/UnitTests.MarkdownTextBlock/MarkdownTextBlockUnitTests.csproj deleted file mode 100644 index bf6a7f3b255..00000000000 --- a/UnitTests/UnitTests.MarkdownTextBlock/MarkdownTextBlockUnitTests.csproj +++ /dev/null @@ -1,171 +0,0 @@ - - - - - Debug - x86 - {519A9FE1-E530-4764-804E-A41F0D68D6B9} - AppContainerExe - Properties - UniversalMarkdownUnitTests - UniversalMarkdownUnitTests - en-US - UAP - 10.0.10586.0 - 10.0.10240.0 - 14 - 512 - {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 14.0 - true - CA825B0B10FF2ED5C3275E8EE846BF627AE2317E - MarkdownTextBlockUnitTests_TemporaryKey.pfx - - - true - bin\ARM\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP - ;2008 - full - ARM - false - prompt - true - MarkdownTextBlockUnitTests.ruleset - - - bin\ARM\Release\ - TRACE;NETFX_CORE;WINDOWS_UWP - true - ;2008 - pdbonly - ARM - false - prompt - true - true - MarkdownTextBlockUnitTests.ruleset - - - true - bin\x64\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP - ;2008 - full - x64 - false - prompt - true - MarkdownTextBlockUnitTests.ruleset - - - bin\x64\Release\ - TRACE;NETFX_CORE;WINDOWS_UWP - true - ;2008 - pdbonly - x64 - false - prompt - true - true - MarkdownTextBlockUnitTests.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP - ;2008 - full - x86 - false - prompt - true - MarkdownTextBlockUnitTests.ruleset - - - bin\x86\Release\ - TRACE;NETFX_CORE;WINDOWS_UWP - true - ;2008 - pdbonly - x86 - false - prompt - true - true - MarkdownTextBlockUnitTests.ruleset - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UnitTestApp.xaml - - - - - MSBuild:Compile - Designer - - - - - Designer - - - - - - - - - - - - - - - {e9faabfb-d726-42c1-83c1-cb46a29fea81} - Microsoft.Toolkit.Uwp.UI.Controls - - - - - - - 14.0 - - - - \ No newline at end of file diff --git a/UnitTests/UnitTests.MarkdownTextBlock/MarkdownTextBlockUnitTests.ruleset b/UnitTests/UnitTests.MarkdownTextBlock/MarkdownTextBlockUnitTests.ruleset deleted file mode 100644 index d4e6842c3ad..00000000000 --- a/UnitTests/UnitTests.MarkdownTextBlock/MarkdownTextBlockUnitTests.ruleset +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/UnitTests/UnitTests.MarkdownTextBlock/MarkdownTextBlockUnitTests_TemporaryKey.pfx b/UnitTests/UnitTests.MarkdownTextBlock/MarkdownTextBlockUnitTests_TemporaryKey.pfx deleted file mode 100644 index 35259a8d0aa..00000000000 Binary files a/UnitTests/UnitTests.MarkdownTextBlock/MarkdownTextBlockUnitTests_TemporaryKey.pfx and /dev/null differ diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Package.appxmanifest b/UnitTests/UnitTests.MarkdownTextBlock/Package.appxmanifest deleted file mode 100644 index 41fb817a8ee..00000000000 --- a/UnitTests/UnitTests.MarkdownTextBlock/Package.appxmanifest +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - UniversalMarkdownUnitTests - paulb - Assets\StoreLogo.png - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Properties/AssemblyInfo.cs b/UnitTests/UnitTests.MarkdownTextBlock/Properties/AssemblyInfo.cs deleted file mode 100644 index 4c1b77ada55..00000000000 --- a/UnitTests/UnitTests.MarkdownTextBlock/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,42 +0,0 @@ -// ****************************************************************** -// Copyright (c) Microsoft. All rights reserved. -// This code is licensed under the MIT License (MIT). -// THE CODE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH -// THE CODE OR THE USE OR OTHER DEALINGS IN THE CODE. -// ****************************************************************** - -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("UniversalMarkdownUnitTests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("UniversalMarkdownUnitTests")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: AssemblyMetadata("TargetPlatform","UAP")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: ComVisible(false)] \ No newline at end of file diff --git a/UnitTests/UnitTests.MarkdownTextBlock/Properties/UnitTestApp.rd.xml b/UnitTests/UnitTests.MarkdownTextBlock/Properties/UnitTestApp.rd.xml deleted file mode 100644 index 74506cfdb5c..00000000000 --- a/UnitTests/UnitTests.MarkdownTextBlock/Properties/UnitTestApp.rd.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/UnitTests/UnitTests.MarkdownTextBlock/UnitTestApp.xaml b/UnitTests/UnitTests.MarkdownTextBlock/UnitTestApp.xaml deleted file mode 100644 index 1aeeda076b7..00000000000 --- a/UnitTests/UnitTests.MarkdownTextBlock/UnitTestApp.xaml +++ /dev/null @@ -1,6 +0,0 @@ - - diff --git a/UnitTests/UnitTests.MarkdownTextBlock/UnitTestApp.xaml.cs b/UnitTests/UnitTests.MarkdownTextBlock/UnitTestApp.xaml.cs deleted file mode 100644 index 351fb8d7cb7..00000000000 --- a/UnitTests/UnitTests.MarkdownTextBlock/UnitTestApp.xaml.cs +++ /dev/null @@ -1,114 +0,0 @@ -// ****************************************************************** -// Copyright (c) Microsoft. All rights reserved. -// This code is licensed under the MIT License (MIT). -// THE CODE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH -// THE CODE OR THE USE OR OTHER DEALINGS IN THE CODE. -// ****************************************************************** - -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Runtime.InteropServices.WindowsRuntime; -using Windows.ApplicationModel; -using Windows.ApplicationModel.Activation; -using Windows.Foundation; -using Windows.Foundation.Collections; -using Windows.UI.Xaml; -using Windows.UI.Xaml.Controls; -using Windows.UI.Xaml.Controls.Primitives; -using Windows.UI.Xaml.Data; -using Windows.UI.Xaml.Input; -using Windows.UI.Xaml.Media; -using Windows.UI.Xaml.Navigation; - -namespace UnitTests.Markdown -{ - /// - /// Provides application-specific behavior to supplement the default Application class. - /// - sealed partial class App : Application - { - /// - /// Initializes the singleton application object. This is the first line of authored code - /// executed, and as such is the logical equivalent of main() or WinMain(). - /// - public App() - { - this.InitializeComponent(); - this.Suspending += OnSuspending; - } - - /// - /// Invoked when the application is launched normally by the end user. Other entry points - /// will be used such as when the application is launched to open a specific file. - /// - /// Details about the launch request and process. - protected override void OnLaunched(LaunchActivatedEventArgs e) - { - -#if DEBUG - if (System.Diagnostics.Debugger.IsAttached) - { - this.DebugSettings.EnableFrameRateCounter = true; - } -#endif - - Frame rootFrame = Window.Current.Content as Frame; - - // Do not repeat app initialization when the Window already has content, - // just ensure that the window is active - if (rootFrame == null) - { - // Create a Frame to act as the navigation context and navigate to the first page - rootFrame = new Frame(); - - rootFrame.NavigationFailed += OnNavigationFailed; - - if (e.PreviousExecutionState == ApplicationExecutionState.Terminated) - { - //TODO: Load state from previously suspended application - } - - // Place the frame in the current Window - Window.Current.Content = rootFrame; - } - - Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.CreateDefaultUI(); - - // Ensure the current window is active - Window.Current.Activate(); - - Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.Run(e.Arguments); - } - - /// - /// Invoked when Navigation to a certain page fails - /// - /// The Frame which failed navigation - /// Details about the navigation failure - void OnNavigationFailed(object sender, NavigationFailedEventArgs e) - { - throw new Exception("Failed to load Page " + e.SourcePageType.FullName); - } - - /// - /// Invoked when application execution is being suspended. Application state is saved - /// without knowing whether the application will be terminated or resumed with the contents - /// of memory still intact. - /// - /// The source of the suspend request. - /// Details about the suspend request. - private void OnSuspending(object sender, SuspendingEventArgs e) - { - var deferral = e.SuspendingOperation.GetDeferral(); - //TODO: Save application state and stop any background activity - deferral.Complete(); - } - } -} diff --git a/UnitTests/UnitTests.MarkdownTextBlock/project.json b/UnitTests/UnitTests.MarkdownTextBlock/project.json deleted file mode 100644 index 77bf149e891..00000000000 --- a/UnitTests/UnitTests.MarkdownTextBlock/project.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.3" - }, - "frameworks": { - "uap10.0": {} - }, - "runtimes": { - "win10-arm": {}, - "win10-arm-aot": {}, - "win10-x86": {}, - "win10-x86-aot": {}, - "win10-x64": {}, - "win10-x64-aot": {} - } -} \ No newline at end of file diff --git a/UnitTests/UnitTests.Notifications.Portable/UnitTests.Notifications.Portable.csproj b/UnitTests/UnitTests.Notifications.Portable/UnitTests.Notifications.Portable.csproj index a65e2010c43..a500e724f0e 100644 --- a/UnitTests/UnitTests.Notifications.Portable/UnitTests.Notifications.Portable.csproj +++ b/UnitTests/UnitTests.Notifications.Portable/UnitTests.Notifications.Portable.csproj @@ -37,15 +37,6 @@ 4 false - - bin\Publish\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - diff --git a/UnitTests/UnitTests.Notifications.UWP/UnitTests.Notifications.UWP.csproj b/UnitTests/UnitTests.Notifications.UWP/UnitTests.Notifications.UWP.csproj index eff42db11f0..2c6b9ecfc50 100644 --- a/UnitTests/UnitTests.Notifications.UWP/UnitTests.Notifications.UWP.csproj +++ b/UnitTests/UnitTests.Notifications.UWP/UnitTests.Notifications.UWP.csproj @@ -11,7 +11,7 @@ UnitTests.Notifications.UWP en-US UAP - 10.0.14393.0 + 10.0.15063.0 10.0.10586.0 14 512 @@ -94,45 +94,6 @@ true UnitTests.Notifications.UWP.ruleset - - bin\x86\Publish\ - TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - true - ;2008 - true - pdbonly - x86 - false - prompt - UnitTests.Notifications.UWP.ruleset - true - - - bin\ARM\Publish\ - TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - true - ;2008 - true - pdbonly - ARM - false - prompt - UnitTests.Notifications.UWP.ruleset - true - - - bin\x64\Publish\ - TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - true - ;2008 - true - pdbonly - x64 - false - prompt - UnitTests.Notifications.UWP.ruleset - true - diff --git a/UnitTests/UnitTests.Notifications.UWP/project.json b/UnitTests/UnitTests.Notifications.UWP/project.json index 77bf149e891..a674d8a19d3 100644 --- a/UnitTests/UnitTests.Notifications.UWP/project.json +++ b/UnitTests/UnitTests.Notifications.UWP/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.3" + "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.4" }, "frameworks": { "uap10.0": {} diff --git a/UnitTests/UnitTests.Notifications.WinRT/UnitTests.Notifications.WinRT.csproj b/UnitTests/UnitTests.Notifications.WinRT/UnitTests.Notifications.WinRT.csproj index b0a23bac10f..9a90050f81f 100644 --- a/UnitTests/UnitTests.Notifications.WinRT/UnitTests.Notifications.WinRT.csproj +++ b/UnitTests/UnitTests.Notifications.WinRT/UnitTests.Notifications.WinRT.csproj @@ -11,7 +11,7 @@ UnitTests.Notifications.WinRT en-US UAP - 10.0.14393.0 + 10.0.15063.0 10.0.10586.0 14 512 @@ -94,45 +94,6 @@ true UnitTests.Notifications.WinRT.ruleset - - bin\x86\Publish\ - TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;WINRT - true - ;2008 - true - pdbonly - x86 - false - prompt - UnitTests.Notifications.WinRT.ruleset - true - - - bin\ARM\Publish\ - TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;WINRT - true - ;2008 - true - pdbonly - ARM - false - prompt - UnitTests.Notifications.WinRT.ruleset - true - - - bin\x64\Publish\ - TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;WINRT - true - ;2008 - true - pdbonly - x64 - false - prompt - UnitTests.Notifications.WinRT.ruleset - true - diff --git a/UnitTests/UnitTests.Notifications.WinRT/project.json b/UnitTests/UnitTests.Notifications.WinRT/project.json index 77bf149e891..a674d8a19d3 100644 --- a/UnitTests/UnitTests.Notifications.WinRT/project.json +++ b/UnitTests/UnitTests.Notifications.WinRT/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.3" + "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.4" }, "frameworks": { "uap10.0": {} diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 5639608c4a4..f3303c2ffd5 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -11,8 +11,8 @@ UnitTests en-US UAP - 10.0.10586.0 - 10.0.10586.0 + 10.0.15063.0 + 10.0.14393.0 14 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -116,6 +116,7 @@ + @@ -124,6 +125,22 @@ + + + + + + + + + + + + + + + + @@ -169,6 +186,10 @@ {7189a42d-6f1a-4fa3-8e00-e2c14fdf167a} Microsoft.Toolkit.Uwp.Services + + {e9faabfb-d726-42c1-83c1-cb46a29fea81} + Microsoft.Toolkit.Uwp.UI.Controls + {3dd8aa7c-3569-4e51-992f-0c2257e8878e} Microsoft.Toolkit.Uwp.UI @@ -357,51 +378,6 @@ UnitTests.ruleset true - - bin\x86\Publish\ - CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - true - true - ;2008 - true - pdbonly - x86 - true - false - prompt - UnitTests.ruleset - true - - - bin\ARM\Publish\ - CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - true - true - ;2008 - true - pdbonly - ARM - true - false - prompt - UnitTests.ruleset - true - - - bin\x64\Publish\ - CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - true - true - ;2008 - true - pdbonly - x64 - true - false - prompt - UnitTests.ruleset - true -