1 write to SupportPhase
Microsoft.Deployment.DotNet.Releases (1)
Product.cs (1)
154
SupportPhase
= productElement.TryGetProperty("support-phase", out value) ?
4 references to SupportPhase
dotnet (1)
Commands\Sdk\Check\BundleOutputWriter.cs (1)
27
?.
SupportPhase
.Equals(SupportPhase.Maintenance);
Microsoft.Deployment.DotNet.Releases (3)
Product.cs (2)
20
private string DebuggerDisplay => $"{ProductName} {ProductVersion} ({
SupportPhase
})";
216
return
SupportPhase
== SupportPhase.EOL || EndOfLifeDate?.Date <= DateTime.Now.Date;
ProductCollection.cs (1)
37
return this.Select(p => p.
SupportPhase
).Distinct();