1 write to SupportPhase
Microsoft.Deployment.DotNet.Releases (1)
Product.cs (1)
154SupportPhase = 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)
20private string DebuggerDisplay => $"{ProductName} {ProductVersion} ({SupportPhase})"; 216return SupportPhase == SupportPhase.EOL || EndOfLifeDate?.Date <= DateTime.Now.Date;
ProductCollection.cs (1)
37return this.Select(p => p.SupportPhase).Distinct();