Musa Demir

Results 5 issues of Musa Demir

Implements `IntegrationEventNameAttribute` that allows the event name and class name to be different. For example: ```csharp [IntegrationEventName("MyIntegrationEvent")]//you can change the name of the event public class MyEvent : IntegrationEvent {...

_based on https://github.com/aspnetboilerplate/aspnetboilerplate/pull/5441_. We need to make object comparators work with sql queries.

enhancement

https://github.com/dbrizov/NaughtyAttributes/pull/346

That pr implements `RequiredType` validation attribute. You can use `RequiredType` attribute on gameobjects or any kind of components to validate that gameobject property that use that attribute has required component(s)....