The ComponentTestFixture has be deprecated.
Instead, inherit from TestContext instead, and add a 'using static Bunit.ComponentParameterFactory' to your test class to keep using the component parameter factories/helpers, provided in this class. Alternatively, you can switch to using the RenderComponent overload that takes an ComponentParameterBuilder as input.