From d6b6a365c7246fdd4835e8b5eb624142a1cf1520 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Sun, 22 Aug 2021 00:32:36 +0200 Subject: [PATCH] make miror to github.com --- README.md | 4 +++- litjson/GlobalSuppressions.cs | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 litjson/GlobalSuppressions.cs 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)")]