You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning CS0436: The type 'EventBus' in 'Arch.EventBus\Arch.Bus.QueryGenerator\EventBus.g.cs' conflicts with the imported type 'EventBus' in 'Arch.EventBus, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'Arch.EventBus\Arch.Bus.QueryGenerator\EventBus.g.cs'.
It compiles and works fine but I like it when there is no warning. I've tinkered with the .csproj without success.
Did I fail to configure something ?
The text was updated successfully, but these errors were encountered:
I had a different issue where EventBus.Send wasn't being detected at all. After changing to Arch.Bus.EventBus.Send I start to get the same warning described here, but code was now working. My packages are all newer than the OP, but all the Arch packages are there
I have a fresh Monogame project with Arch and all Arch.Extended plugins:
I try to dispatch an event exactly like in the sample project:
I get a warning on compilation:
It compiles and works fine but I like it when there is no warning. I've tinkered with the .csproj without success.
Did I fail to configure something ?
The text was updated successfully, but these errors were encountered: