Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
* Remove SerializableAttribute from many CoreFX types that will not be serializable. * Removes serialization tests for types that are no longer serializable and fixes serializing a couple of types. Includes marking some internal serializable types as public so that they'll be reflectible with .NET Native. * Remove unneeded pragmas * Update based on review comments
2016-12-09Enable CA2002:DoNotLockOnObjectsWithWeakIdentity (#14289)Alex Perovich
* Enable CA2002:DoNotLockOnObjectsWithWeakIdentity This change enables CA2002 and adds baseline files for current failures. * Add FxCop baseline for System.Console * Add reference comment for System.Uri issue
2016-11-29Enable CS2229 and CA2237 (#14060)Alex Perovich
This change enables FxCop serialization rules requiring serialization constructors on ISerializable types and [Serializable] on ISerializable types.
2016-11-22Add CodeAnalysisRuleset for corefxAlex Perovich