ModernUO/Projects/Server.Tests
Kamron Batman 60a3a6f501
feat: Splits Server in Core and Application (#1806)
> [!Note]
> **Developer Note**
> Now developers will only need to build/run the Application project instead of everything.
> When adding new projects, make sure to: 
> 1. Add a reference to that project in the Application project.
> 2. Add the dll file to the Distribution/Data/assemblies.json file

### Summary
- Adds an application project
- Consolidates process restarts to use `Core.Kill(true)`
- Removes some old messaging, for example processor optimization
- Fixes missing build cleanup
2024-05-30 23:34:03 -07:00
..
Fixtures feat: Splits Server in Core and Application (#1806) 2024-05-30 23:34:03 -07:00
Helpers fix: Removes support for v4 Client and old gump packet. (#1739) 2024-04-24 19:39:37 -07:00
Tests feat: Replaces Zlib with LibDeflate (#1774) 2024-05-16 22:53:01 -07:00
SequentialTestCollectionDefinition.cs Fixes leaking tests (#231) 2020-09-06 14:16:57 -07:00
Server.Tests.csproj feat: Splits Server in Core and Application (#1806) 2024-05-30 23:34:03 -07:00