agoda-com / agoda-com/standards-c-sharp
Don't use SynchronizedCollection<T> , Use collections provided by the System.Collections.Concurrent
Abierto
bug
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 22
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
List => SynchronizedCollection
SynchronizedCollection : use lock statement in every access
You should use one of the collections provided by the System.Collections.Concurrent namespace
[When to Use a Thread-Safe Collection](http://msdn.microsoft.com/en-us/library/dd997373.aspx)
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.