make miror to github.com
This commit is contained in:
parent
9eb978caea
commit
d6b6a365c7
@ -1,2 +1,4 @@
|
|||||||
# LitJSON
|
# LitJSON
|
||||||
Based on https://github.com/LitJSON/litjson
|
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).
|
8
litjson/GlobalSuppressions.cs
Normal file
8
litjson/GlobalSuppressions.cs
Normal file
@ -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 = "<Ausstehend>", Scope = "member", Target = "~M:LitJson.JsonMapper.WriteValue(System.Object,LitJson.JsonWriter,System.Boolean,System.Int32)")]
|
Loading…
Reference in New Issue
Block a user