9 references to EvaluateAsync
dotnet-watch (1)
Watch\DotNetWatcher.cs (1)
31
if (await buildEvaluator.
EvaluateAsync
(changedFile, shutdownCancellationToken) is not { } evaluationResult)
dotnet-watch.Tests (8)
Watch\BuildEvaluatorTests.cs (8)
42
await evaluator.
EvaluateAsync
(changedFile: null, CancellationToken.None);
46
await evaluator.
EvaluateAsync
(changedFile: new(new() { FilePath = "Test.csproj", ContainingProjectPaths = [] }, ChangeKind.Update), CancellationToken.None);
60
await evaluator.
EvaluateAsync
(changedFile: null, CancellationToken.None);
64
await evaluator.
EvaluateAsync
(changedFile: new(new() { FilePath = "Controller.cs", ContainingProjectPaths = [] }, ChangeKind.Update), CancellationToken.None);
80
await evaluator.
EvaluateAsync
(changedFile: null, CancellationToken.None);
84
await evaluator.
EvaluateAsync
(changedFile: new(new() { FilePath = "Controller.cs", ContainingProjectPaths = [] }, ChangeKind.Update), CancellationToken.None);
117
await evaluator.
EvaluateAsync
(changedFile: null, CancellationToken.None);
121
await evaluator.
EvaluateAsync
(new(new() { FilePath = "Controller.cs", ContainingProjectPaths = [] }, ChangeKind.Update), CancellationToken.None);