mirror of https://github.com/ppy/osu
CA1052: make type static.
This commit is contained in:
parent
d5994ed484
commit
e46f6627e4
|
@ -9,7 +9,6 @@
|
|||
<Rule Id="CA1040" Action="None" />
|
||||
<Rule Id="CA1044" Action="None" />
|
||||
<Rule Id="CA1051" Action="None" />
|
||||
<Rule Id="CA1052" Action="None" />
|
||||
<Rule Id="CA1054" Action="None" />
|
||||
<Rule Id="CA1056" Action="None" />
|
||||
<Rule Id="CA1062" Action="None" />
|
||||
|
|
|
@ -192,7 +192,7 @@ public object ReadObject()
|
|||
}
|
||||
}
|
||||
|
||||
public class DynamicDeserializer
|
||||
public static class DynamicDeserializer
|
||||
{
|
||||
private static VersionConfigToNamespaceAssemblyObjectBinder versionBinder;
|
||||
private static BinaryFormatter formatter;
|
||||
|
|
Loading…
Reference in New Issue