toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.51k stars 260 forks source link

Improve test: Ensure_Registered_Properties_Are_Injected #331

Closed jzabroski closed 4 years ago

jzabroski commented 4 years ago

https://github.com/toddams/RazorLight/blob/744f545227083f17c63bcdef989bd5c2017ef53b/tests/RazorLight.Tests/DependencyInjection/PropertyInjectorTest.cs#L20

This shouldn't call engine.Options.Anything after Build() has been called.