BuildUpToDateActionContext.IsUpToDateAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check if the context project file is up to date
public System.Threading.Tasks.Task<bool> IsUpToDateAsync (System.Threading.CancellationToken cancellationToken = default);
member this.IsUpToDateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function IsUpToDateAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)
Parameters
- cancellationToken
- CancellationToken
A cancellation token
Returns
True or false depending if the context project file is up to date