Replace project.provider with ProviderFactory.provider for configuration cache compliance#295
Replace project.provider with ProviderFactory.provider for configuration cache compliance#295
Conversation
|
This doesn't look like it actually fixes anything to me. can you add a test to prove that it does? |
|
Replacing Also, all tests use configuration cache |
yes, but the Project reference is still retained, even though this usage has been removed. is that not still an issue? |
…ion cache compliance
51fe9dd to
58282b8
Compare
|
Added a few tests in 58282b8 My understanding here is that because we are not trying to serialize the project into the Task graph, we are good. The The resolved version string is then passed into task properties ( |
No description provided.