Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Bug with AllEventHandler attribute #39

@arg-foo

Description

@arg-foo

.Where(m =>
(m.GetCustomAttribute() != null || m.Name == nameof(HandleEventAsync)) &&
(m.GetParameters()[0].ParameterType != typeof(EventWrapperBase) ||
m.GetCustomAttribute() != null))

This condition is wrong for AllEventHandlerAttribute in GAgentBase line 331.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions