laatzen/ZeroFlowTool/GlobalSuppressions.cs
2021-10-01 11:12:07 +02:00

28 lines
8.9 KiB
C#
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1014:MarkAssembliesWithClsCompliant")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:Validate arguments of public methods", MessageId = "0", Scope = "member", Target = "GenesisZeroFlow.GenesisZeroFlow+Display.#ConnectionStatus(System.Boolean[])")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Levelreply", Scope = "member", Target = "GenesisZeroFlow.GP30Commands.#SetLevelreply")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1021:AvoidOutParameters", MessageId = "3#", Scope = "member", Target = "GenesisZeroFlow.GenesisZeroFlow+Display.#WaitForStabilization(System.Boolean[],System.Boolean,System.Int32,System.Boolean&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions", Scope = "member", Target = "GenesisZeroFlow.GenesisZeroFlow+SerialConfig.#GetParamsFromFile(System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.GenesisZeroFlow+GP30.#ReplyCommandLabelText(System.Collections.Generic.List`1<System.Byte>)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.GenesisZeroFlow+GP30.#Remove0x5B(System.Collections.Generic.List`1<System.Byte>,System.Globalization.CultureInfo)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.GenesisZeroFlow+GP30.#ErrorMessages853(System.Collections.Generic.List`1<System.Byte>,System.Byte&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.MyListExtensions.#Mean(System.Collections.Generic.List`1<System.Double>)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.GenesisZeroFlow+GP30.#ErrorMessages953(System.Collections.Generic.List`1<System.Byte>,System.Byte&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.MyListExtensions.#Mean(System.Collections.Generic.List`1<System.Double>,System.Int32,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.MyListExtensions.#Variance(System.Collections.Generic.List`1<System.Double>)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.MyListExtensions.#Variance(System.Collections.Generic.List`1<System.Double>,System.Double)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.MyListExtensions.#Variance(System.Collections.Generic.List`1<System.Double>,System.Double,System.Int32,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.MyListExtensions.#StandardDeviation(System.Collections.Generic.List`1<System.Double>)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Scope = "member", Target = "GenesisZeroFlow.MyListExtensions.#StandardDeviation(System.Collections.Generic.List`1<System.Double>,System.Int32,System.Int32)")]
// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
//
// To add a suppression to this file, right-click the message in the
// Code Analysis results, point to "Suppress Message", and click
// "In Suppression File".
// You do not need to add suppressions to this file manually.