EvaluationContext Class

Definition

An object used by the caller to extend the lifespan of evaluation caches (by passing the object on to other evaluations). The caller should throw away the context when the environment changes (IO, environment variables, SDK resolution inputs, etc). This class and its closure needs to be thread safe since API users can do evaluations in parallel.

public ref class EvaluationContext
public class EvaluationContext
type EvaluationContext = class
Public Class EvaluationContext
Inheritance
EvaluationContext

Methods

Create(EvaluationContext+SharingPolicy)

Factory for EvaluationContext

Create(EvaluationContext+SharingPolicy, MSBuildFileSystemBase)

Factory for EvaluationContext

Applies to