1 write to EndOfLifeDate
Microsoft.Deployment.DotNet.Releases (1)
Product.cs (1)
160
EndOfLifeDate
= value.ValueKind == JsonValueKind.Null ? null : value.GetDateTime();
4 references to EndOfLifeDate
dotnet (1)
SdkVulnerability\SdkVulnerabilityChecker.cs (1)
42
DateTime? 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
216
return 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>.