<PackageReference Include="System.Diagnostics.Tools" Version="4.0.1-beta-23409" />

GeneratedCodeAttribute

public sealed class GeneratedCodeAttribute : Attribute
Identifies code generated by a tool. This class cannot be inherited.
public string Tool { get; }

Gets the name of the tool that generated the code.

public string Version { get; }

Gets the version of the tool that generated the code.

public GeneratedCodeAttribute(string tool, string version)

Initializes a new instance of the GeneratedCodeAttribute class specifying the name and version of the tool that generated the code.