aspnet / FileSystem

[Archived] Abstraction of file system APIs. Project moved to https://github.com/aspnet/Extensions
Apache License 2.0
171 stars 82 forks source link

Find a reasonable way to test incremental compilation in msbuild tasks #309

Closed javiercn closed 6 years ago

javiercn commented 6 years ago

We need to find a reasonable way to write tests that ensure that we don't break incremental compilation in our msbuild tasks.

See as an example https://github.com/dotnet/sdk/blob/73fb22a07091585380ead0bcbcdc38839a0266e8/test/Microsoft.NET.Build.Tests/GivenThatWeWantToControlGeneratedAssemblyInfo.cs#L122-L194

aspnet-hello commented 6 years ago

This issue was moved to aspnet/Home#2531