зеркало из https://github.com/Azure/Sia-Root.git
CA1055: URI return values should not be strings (https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1055-uri-return-values-should-not-be-strings)
This commit is contained in:
Родитель
6b23a34d10
Коммит
19ee7f06d7
|
@ -7,7 +7,14 @@
|
||||||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(
|
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(
|
||||||
"Design",
|
"Design",
|
||||||
"CA1054:Uri parameters should not be strings",
|
"CA1054:Uri parameters should not be strings",
|
||||||
Justification = "<Pending>",
|
Justification = "Causes breaking changes and the potential to require additional work around serialization/deserialization would significantly expand the scope of the effort to apply FxCop rules",
|
||||||
|
Scope = "module"
|
||||||
|
)]
|
||||||
|
|
||||||
|
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(
|
||||||
|
"Design",
|
||||||
|
"CA1055:Uri return values should not be strings",
|
||||||
|
Justification = "Causes breaking changes and the potential to require additional work around serialization/deserialization would significantly expand the scope of the effort to apply FxCop rules",
|
||||||
Scope = "module"
|
Scope = "module"
|
||||||
)]
|
)]
|
||||||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(
|
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(
|
||||||
|
|
Загрузка…
Ссылка в новой задаче