Enhanced the MiKo_2076_OptionalParameterDefaultPhraseAnalyzer to better handle default values for structs and enums, including static properties and fields.
Updated and added test cases to verify the new behavior for handling default values, including specific cases for CancellationToken.None and GCCollectionMode.Default.
Simplified the logic for trimming text in the MiKo_2079_PropertiesDocumentationShouldNotStateObviousAnalyzer.
MiKo_2076_OptionalParameterDefaultPhraseAnalyzer
to better handle default values for structs and enums, including static properties and fields.CancellationToken.None
andGCCollectionMode.Default
.MiKo_2079_PropertiesDocumentationShouldNotStateObviousAnalyzer
.