What would you add to the SDK?
Most of the integration tests in the SDK utilize the Sitecore.AspNetCore.SDK.RenderingEngine.Integration.Tests.TestServerBuilder class which is now marked as Obsolete due to it being an old approach.
This class needs to be removed, and all integration tests migrated to instead follow the approach created in the Sitecore.AspNetCore.SDK.RenderingEngine.Integration.Tests.TestWebApplicationFactory class.
Code of Conduct