mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-03-04 19:53:55 +01:00
Update common-errors.md
This commit is contained in:
parent
a5fd49cd64
commit
782f1f7074
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue