Seb-stian
Seb-stian
`Commands.TestCommandExec()` fails with an exception: ``` ❌ Obsidian.Commands.Framework.Exceptions.InvalidCommandOverloadException : No such overload for command pong ``` It seems that command groups are not registered properly.
Allow Obsidian plugins to have nuget dependencies. They should be correctly: - detected - checked for duplicity - downloaded - loaded There might be a problem with versioning? [Related StackOverflow...
Implement flow fields for entity pathfinding. There are some cases, where A* is not the best choice: - If the graph that needs to be traversed is dense (A common...
> [...] the source generator will not scale to large projects without migration to the v2 (incremental) API. > -.NET Team SyntaxReceiver walks through all syntax trees every time source...
The new System.Text.Json source generator can - increase serialization throughput - reduce start-up time - reduce memory usage - help with app trimming We can already use this feature via...
Obsidian is a large project that consists of many parts. At the moment, everything sort of melts together, which is bad for maintainability and extensibility. - [x] Separate console front-end...
### Type of issue Typo ### Description Although the backslash escape sequence seems to be correct in the content source (`\\\\`), there is only a single backslash in the [page](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/strings/#string-escape-sequences)'s...