зеркало из https://github.com/Azure/Sia-Root.git
Review fix: Suppress CS1032: There's not a clear need for dead code
This commit is contained in:
Родитель
01f12c13e6
Коммит
8bcad978ce
|
@ -10,4 +10,11 @@
|
|||
Justification = "<Pending>",
|
||||
Scope = "module"
|
||||
)]
|
||||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(
|
||||
"Design",
|
||||
"CA1032:Implement standard exception constructors",
|
||||
Justification = "Further review revealed that it's not worth keeping these constructors in the code given that we'll never explicitly invoke them",
|
||||
Scope = "module"
|
||||
)]
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче