You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The release notes and changelog for v3.46.0 says to set property "DisableNewtonsoftJsonCheck" to true however that does not work and the actual property name to set is "AzureCosmosDisableNewtonsoftJsonCheck".
And build error remains. Change to "AzureCosmosDisableNewtonsoftJsonCheck" and build error disappears.
Expected behavior
The release notes and changelog should reference the correct property to reduce confusion.
Actual behavior
Using the incorrect property name from the release notes and changelog fails to resolve the build failure.
Environment summary
SDK Version: 3.46.0
Windows
Additional context
I believe the property name was updated during development and PR review but notes were not changed after property name was updated. Actual build error message does include the correct property name.
The text was updated successfully, but these errors were encountered:
ctompkins-bestpass
changed the title
3.46.0 Release Notes/Changelog references incorrect propery
3.46.0 Release Notes/Changelog references incorrect property
Nov 27, 2024
ctompkins-bestpass
changed the title
3.46.0 Release Notes/Changelog references incorrect property
3.46.0 Release Notes/Changelog references incorrect property name
Nov 27, 2024
Describe the bug
The release notes and changelog for v3.46.0 says to set property "DisableNewtonsoftJsonCheck" to
true
however that does not work and the actual property name to set is "AzureCosmosDisableNewtonsoftJsonCheck".To Reproduce
In project's csproj, set:
And build error remains. Change to "AzureCosmosDisableNewtonsoftJsonCheck" and build error disappears.
Expected behavior
The release notes and changelog should reference the correct property to reduce confusion.
Actual behavior
Using the incorrect property name from the release notes and changelog fails to resolve the build failure.
Environment summary
SDK Version: 3.46.0
Windows
Additional context
I believe the property name was updated during development and PR review but notes were not changed after property name was updated. Actual build error message does include the correct property name.
The text was updated successfully, but these errors were encountered: