Marian Dziubiak

Results 85 comments of Marian Dziubiak
trafficstars

This should have been fixed, but if it is occurring still it needs further debugging.

On one hand going with full DI would definitely make plenty of things simpler (like switching to the standard logging a abstraction). As you noted one thing is loosing the...

Two things that came to my head today: * Stride.Engine library is currently harming plugin approach by forcing a dependency of the entity system on Stride.Audio and Stride.Rendering * Creating...

Following discussion on Discord with @ParadiseFallen The suggestion is to first focus on enabling user projects to be editor plugins. The Design/Editor project would be loaded by the editor/asset pipeline....

@tebjan would be great to look at finishing up this PR and merging it

**Why are we seeing red squigglies?** It's because none of the project metadata references are being loaded (mscorlib, NuGet packages, etc). This happens because MSBuild encounters an error while loading...

You can configure the `ISender` interface using any other service at runtime. Example: ```csharp services.AddOptions(); services.AddScoped((IServiceProvider provider) => { var settings = provider.GetRequiredService().Value; var client = new SmtpClient() { Host...

I think I would agree on the UX part that if you have multiple asset windows and a single Properties pane, by selecting a different asset window we should update...

Check the eventvwr.exe for the exact error. There will be at least two entries from the crash.

In the .NET Runtime there should be a stack trace with the information of the exception that caused the crash.