Skip to content

fix(cs/serialization): Improve precision in date serialization #731

fix(cs/serialization): Improve precision in date serialization

fix(cs/serialization): Improve precision in date serialization #731

Triggered via pull request August 9, 2024 04:57
@andrewmd5andrewmd5
synchronize #344
cs-date-fix
Status Success
Total duration 1m 9s
Artifacts

test-typescript.yml

on: pull_request
test-typescript
1m 0s
test-typescript
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
test-typescript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-typescript
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v1, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-typescript: extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
test-typescript: extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
test-typescript: extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
test-typescript: Core/Meta/JsonContext.cs#L83
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.