1 write to EndOfLifeDate
Microsoft.Deployment.DotNet.Releases (1)
Product.cs (1)
160EndOfLifeDate = value.ValueKind == JsonValueKind.Null ? null : value.GetDateTime();
4 references to EndOfLifeDate
dotnet (1)
SdkVulnerability\SdkVulnerabilityChecker.cs (1)
42DateTime? eolDate = product.EndOfLifeDate;
Microsoft.Deployment.DotNet.Releases (3)
Product.cs (2)
120/// The current support phase of this <see cref="Product"/>. For an LTS release, the <see cref="EndOfLifeDate"/> property should 216return SupportPhase == SupportPhase.EOL || EndOfLifeDate?.Date <= DateTime.Now.Date;
SupportPhase.cs (1)
29/// The product is no longer in active support and will be declared <see cref="Product.EndOfLifeDate">end-of-life</see>.