Releases: Vannevelj/SharpSource
Releases · Vannevelj/SharpSource
1.1.0
- Implemented
UnusedResultOnImmutableObject
: The result of an operation on an immutable object is unused
1.0.0
- Implemented
EnumWithoutDefaultValue
: An enum should specify a default value - Changed the categories of ExplicitEnumValues, FlagsEnumValuesAreNotPowersOfTwo and FlagsEnumValuesDontFit
- Improved messaging for
DateTimeNow
- Added documentation
0.9.0
- Implemented
HttpContextStoredInField
: show a warning whenHttpContext
was stored in a field. UseIHttpContextAccessor
instead - Fixed DiagnosticID of
HttpClientInstantiatedDirectly
0.8.0
- Implemented
HttpClientInstantiatedDirectly
: show a warning whenHttpClient
is instantiated. UseIHttpClientFactory
instead
0.7.0
- Implemented
ExplicitEnumValues
: show a warning when an enum does not explicitly specify its value
0.6.0
- Automatically publish updates to Github Packages
0.5.0
- Automatically publish updates to the VSIX marketplace
0.4.0
- Don't trigger
ElementaryMethodsOfTypeInCollectionNotOverridden
for enums - Don't trigger
ElementaryMethodsOfTypeInCollectionNotOverridden
for arrays DateTimeNow
now shows the correct code fix title action
v0.3.0
Changes:
- 345c261 bumped version
- 8c73c21 Added AccessingTaskResultWithoutAwait_ObjectInitializer test
- 8a819ca Merge pull request #55 from Vannevelj/27-TaskWait
- bee7dde Closes #27
- 930e975 gave it a blind shot
- 73177d9 Added SynchronousTaskWait tests
- 9b3a5d6 init file
- cb91d8a Merge pull request #54 from Vannevelj/34-ElementaryMethodsExplanation [ #34 ]
- 285bb69 Fixes #34
- e3a438f Merge pull request #53 from Vannevelj/40-switchdefaultusingstatement
See More
- 240d6f4 Add System using directive when adding the default switch label
- e531482 Fixes #46
- c302d38 Merge pull request #52 from Vannevelj/33-asyncvoidsquiggly [ #33 ]
- 48a9f74 Fixes #33
- 1a48859 Merge pull request #51 from Vannevelj/37-newguid [ #37 ]
- f5bafae Fixes #37
- b73a38a Merge pull request #50 from Vannevelj/gethashcodemutable-copy [ #36 ]
- a14378f Fixes #36
- 9c8cf5a Merge pull request #49 from Vannevelj/copy
- 4afc850 Fixes #38
- c3a1953 Fixes #39
- 8e1ef96 Removed a bunch of unused resources
- 0bc7beb really fixed repository
- b1bcc4d correct repository xml
- bf18ccc Merge branch 'triggerall'
- 09cad22 Added RepositoryUrl
- 6b786c8 Set owner to github name
- 360dd2a Merge pull request #30 from Vannevelj/triggerall
- 28c56bc Trigger on all branches
This list of changes was auto generated.