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
Both Stride.Graphics and Stride.CommunityToolkit.Graphics contain a static class named GraphicsDeviceExtensions, which causes a conflict when trying to use both namespaces in the same file. I'm currently using Stride.Graphics and would like to access the GraphicsDeviceExtensions class from Stride.CommunityToolkit.Graphics without naming issues.
A rename or workaround to resolve this conflict would be appreciated.