Add input caching for glob change detection
This commit is contained in:
parent
ef0ca39da1
commit
a3b7c85451
13 changed files with 541 additions and 167 deletions
12
TestAssets/TestProjects/TestSimpleIncrementalApp/Program2.cs
Normal file
12
TestAssets/TestProjects/TestSimpleIncrementalApp/Program2.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace ConsoleApplication
|
||||
{
|
||||
public class Program2
|
||||
{
|
||||
public static void Foo(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue