- Implement `TryGetComponent<T>` in `World` and `SparseSet<T>` - Add validation to ensure `ForEach` type parameters match the `QueryDescriptor` - Improve error handling in `SparseSet<T>.Get` to throw `InvalidOperationException` - Use `GUID` instead of `FullName` for `QueryDescriptor` hash stability |
||
|---|---|---|
| .. | ||
| CommandTests.cs | ||
| CoreTests.cs | ||
| EdgeCaseTests.cs | ||
| OECS.Tests.csproj | ||
| QueryAndSystemTests.cs | ||
| ReactivityTests.cs | ||
| RelationshipTests.cs | ||
| SingletonTests.cs | ||