NightOwl888 opened a new pull request, #710: URL: https://github.com/apache/lucenenet/pull/710
- Added `.AsReadOnly() instance method to `CharArraySet` and `CharArrayMap<TValue>` and marked static `CharArraySet.UnmodifiableSet()` and `CharArrayMap.UnmodifiableMap()` methods obsolete and hid them from the designer. - Added `[SuppressMessage]` attribute for S3887 and S2386 for all custom immutable collections that it cannot detect. - Fixed a bug where nearly all analyzers were returning a writable collection in the `DefaultStopSet` property. See https://github.com/apache/lucene/issues/11866. - Renamed `GetDefaultStopSet()` and `GetDefaultStopTags()` to `DefaultStopSet` and `DefaultStopTags`, respectively for both the `JapaneseAnalyzer` and `SmartChineseAnalyzer` to be consistent with other analyzers. Marked the old methods obsolete. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
