Enum-like unions can be used as dictionary keys #196
Merged
Annotations
11 warnings
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tests/FSharp.SystemTextJson.Tests/Test.Record.fs#L837
This construct is deprecated. JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.
|
|
tests/FSharp.SystemTextJson.Tests/Test.Union.fs#L920
This construct is deprecated. JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.
|
|
tests/FSharp.SystemTextJson.Tests/Test.Union.fs#L2402
This construct is deprecated. JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.
|
|
tests/FSharp.SystemTextJson.Tests/Test.Regression.fs#L96
This construct is deprecated. JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.
|
The logs for this run have expired and are no longer available.
Loading