commit | 3f1fd599251027931ccde7aff893f6d64e8a840f | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Oct 28 22:31:12 2021 +0200 |
committer | Jens Geyer <jensg@apache.org> | Thu Oct 28 23:02:12 2021 +0200 |
tree | efb1f8a960e2043c0780b6aed02a250f3e7997d0 | |
parent | 007b99b72adcc97a0715b92d5f495620bee35715 [diff] [blame] |
- Fixed a few XML comments and ArgumentException arguments - Suppressed certain unwanted CS1591 "XML comments missing" warnings
diff --git a/lib/netstd/Thrift/.editorconfig b/lib/netstd/Thrift/.editorconfig new file mode 100644 index 0000000..54b698c --- /dev/null +++ b/lib/netstd/Thrift/.editorconfig
@@ -0,0 +1,4 @@ +[*.cs] + +# CS1591: missing XML comment for public element +dotnet_diagnostic.CS1591.severity = silent