Releases: Vannevelj/SharpSource
Releases · Vannevelj/SharpSource
1.27.1
1.27.0
ElementaryMethodsOfTypeInCollectionNotOverridden
: Don't exclude allSystem
assembly types, exclude only structs
1.26.0
ElementaryMethodsOfTypeInCollectionNotOverridden
: Include.Distinct()
and.ToHashSet()
, courtesy of @Advitalitum
1.25.2
ConcurrentDictionaryEmptyCheck
: Correctly constrain the LINQ methods toConcurrentDictionary
1.25.1
- Reverted an earlier dependency bump which caused the analyzers to become incompatible with Visual Studio
1.25.0
ConcurrentDictionaryEmptyCheck
: AConcurrentDictionary
is checked for emptiness without using.IsEmpty
1.24.1
1.24.0
- All analysers will no longer report diagnostics in generated code
1.23.4
UnnecessaryEnumerableMaterialization
: If the instance is of typeIQueryable
then the analyzer will no longer trigger
1.23.3
GetHashCodeRefersToMutableMember
: No longer triggers oninit
property setters