NightOwl888 commented on issue #998: URL: https://github.com/apache/lucenenet/issues/998#issuecomment-2438994483
> `Lucene.Net.Util.Events.TestPubSubEvent.CanAddSubscriptionWhileEventIsFiringNonGeneric()` I think we should `[Ignore]` this one. This is a test we inherited when we brought over the code from `Prism.Core` (which went commercial), and it has always been flakey. But we haven't had any complaints from .NET Framework or .NET Standard 2.0 users that these weak events are failing or causing any other issues. It is a workaround for when `ConditionalWeakTable<TKey, TValue>` had no enumerator, so we use weak events to fake it. -- 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]
