Daniel Jurek 2018-04-02 23:57:47 -07:00 коммит произвёл Daniel Jurek
Родитель 6b23a34d10
Коммит 19ee7f06d7
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -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(