Starlk
Starlk
Prefixing interfaces names with an `I` in C# is a recommended convention according to [MS docs](). I can try to make a pull request that has changes that comply with...
Opening Pixieditor with missing photo files raises an `System.NullReferenceException` in: 1. ImageFileMaxSizeChecker.IsFileUnderMaxSize() 2. RecentlyOpenedDocument.LoadPreviewBitmap(); **Describe what you tried to do in order to fix it** Add a null check. For...
Following from my comment in #8. I'd like to create a sample project for Avalonia.
This feature helps to predict null reference exceptions as it was [introduced in C# version 8.0](https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references). I'm quite certain that it will require a lot of changes in the project,...
Hi there, I have been playing around with `SFML.NET` and I ran into a rather weird issue, the `RenderWindow` class seems to hate any asynchronous method that comes after its...
And introduced a property to store whether the `ProtocolReadResult` was faulty or not. Hope you like it. 😊
BedrockFramework currently uses net6.0.
Before posting your issue; please check the following box: - [X] I am aware that I am making a GitHub issue for the Obsidian that is a minecraft server, and...
**Change lights types depends on the light source.** For example, for Redstone lamp. Make the light duration more than the torch. And the color are not the same of Torch...