OutputFile

Struct in UpgradeResult

Inherits from System.ValueType

Summary

A file generated as part of an upgrade.

public struct OutputFile

Fields

NameDescription
DiagnosticsThe diagnostics produced for this file as a result of the upgrade process.
IsNewFileIndicates whether this OutputFile represents a new file to be created. If this is true , OriginalSource will be the empty string, and Replacements will be empty.
OriginalSourceThe original text of the file, prior to upgrades.
PathThe path of the file.
ReplacementsThe list of replacements needed to be made in order to go from OriginalSource to UpgradedSource .

Properties

NameDescription
UpgradedSourceThe upgraded text of the file.