Dr. Holger Schwichtenberg
14.03.2023 22:26:11
@dotnet There is a mistake in your .NET 8 Preview 2 blog post https://t.co/YeUZzI6Bev
Wrong:[Range(0d, 1d, IsLowerBoundExclusive = false, IsUpperBoundExclusive = false)] Correct: [Range(0d, 1d, MinimumIsExclusive = false, MaximumIsExclusive = false)]
|