diff --git a/README.md b/README.md index 8537ae9..f80eb78 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # LitJSON -Based on https://github.com/LitJSON/litjson \ No newline at end of file +Based on https://github.com/LitJSON/litjson + +Maybe you find this Repo on Github. This is a mirror from [here](https://git.blubbfish.net/vs_librarys/litjson). \ No newline at end of file diff --git a/litjson/GlobalSuppressions.cs b/litjson/GlobalSuppressions.cs new file mode 100644 index 0000000..30b8e75 --- /dev/null +++ b/litjson/GlobalSuppressions.cs @@ -0,0 +1,8 @@ +// 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. + +using System.Diagnostics.CodeAnalysis; + +[assembly: SuppressMessage("Style", "IDE0038:Musterabgleich verwenden", Justification = "", Scope = "member", Target = "~M:LitJson.JsonMapper.WriteValue(System.Object,LitJson.JsonWriter,System.Boolean,System.Int32)")]