Update to only use .NET 8 and add support for System.Text.Json serialization #62
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Synercoding.Primitives/JsonConverters/PointJsonConverter.cs#L7
Missing XML comment for publicly visible type or member 'PointJsonConverter'
|
src/Synercoding.Primitives/JsonConverters/PointJsonConverter.cs#L9
Missing XML comment for publicly visible type or member 'PointJsonConverter.Instance'
|
src/Synercoding.Primitives/JsonConverters/PointJsonConverter.cs#L11
Missing XML comment for publicly visible type or member 'PointJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)'
|
src/Synercoding.Primitives/JsonConverters/PointJsonConverter.cs#L53
Missing XML comment for publicly visible type or member 'PointJsonConverter.Write(Utf8JsonWriter, Point, JsonSerializerOptions)'
|
src/Synercoding.Primitives/JsonConverters/RectangleJsonConverter.cs#L7
Missing XML comment for publicly visible type or member 'RectangleJsonConverter'
|
src/Synercoding.Primitives/JsonConverters/RectangleJsonConverter.cs#L9
Missing XML comment for publicly visible type or member 'RectangleJsonConverter.Instance'
|
src/Synercoding.Primitives/JsonConverters/RectangleJsonConverter.cs#L11
Missing XML comment for publicly visible type or member 'RectangleJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)'
|
src/Synercoding.Primitives/JsonConverters/RectangleJsonConverter.cs#L61
Missing XML comment for publicly visible type or member 'RectangleJsonConverter.Write(Utf8JsonWriter, Rectangle, JsonSerializerOptions)'
|
src/Synercoding.Primitives/JsonConverters/SizeJsonConverter.cs#L7
Missing XML comment for publicly visible type or member 'SizeJsonConverter'
|
src/Synercoding.Primitives/JsonConverters/SizeJsonConverter.cs#L9
Missing XML comment for publicly visible type or member 'SizeJsonConverter.Instance'
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nupkg".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading