From 782f1f707482694f842506b66eff7af5e49e43f5 Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Tue, 4 Apr 2023 17:35:11 +0100 Subject: [PATCH] Update common-errors.md --- docs/errata/common-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/errata/common-errors.md b/docs/errata/common-errors.md index 635a3b6..ea38477 100644 --- a/docs/errata/common-errors.md +++ b/docs/errata/common-errors.md @@ -115,7 +115,7 @@ partial class Program Although rare, it is possible that by using a later version of a NuGet package than the one I used to write the book, you experience different behavior, especially negative behavior if it is due to a bug. -For example, in the `Microsoft.Extensions.Configuration.Binder` package, version `7.0.3` has a bug that causes an exception to be thrown when it tries to parse a trace level set in an `appsettings.json` file. Previous versions from `7.0.2` to `7.0.` did not have this bug. +For example, in the `Microsoft.Extensions.Configuration.Binder` package, version `7.0.3` has a bug that causes an exception to be thrown when it tries to parse a trace level set in an `appsettings.json` file. Previous versions from `7.0.0` to `7.0.2` did not have this bug. You can read more this specific example here: https://github.com/markjprice/cs11dotnet7/blob/main/docs/errata/errata.md#page-178---reviewing-project-packages