Skip to content

Improvements to nested serialization #81

Improvements to nested serialization

Improvements to nested serialization #81

Triggered via pull request August 5, 2024 22:43
Status Success
Total duration 1m 37s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
build-ubuntu
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/
build-ubuntu
The following actions uses Node.js version which is deprecated 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/
build-ubuntu: src/CSVStateMachine.cs#L19
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?$'.
build-ubuntu: src/CSVStateMachine.cs#L46
Rename class 'CSVStateMachine' to match pascal case naming rules, consider using 'CsvStateMachine'.
build-ubuntu: src/CSVDataTable.cs#L14
Rename class 'CSVDataTable' to match pascal case naming rules, consider using 'CsvDataTable'.
build-ubuntu: src/CSVSettings.cs#L41
Rename class 'CSVSettings' to match pascal case naming rules, consider using 'CsvSettings'.
build-ubuntu: src/CSVWriter.cs#L114
Rename class 'CSVWriter' to match pascal case naming rules, consider using 'CsvWriter'.
build-ubuntu: src/CSVWriter.cs#L114
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
build-ubuntu: src/CSV.cs#L29
Rename class 'CSV' to match pascal case naming rules, consider using 'Csv'.
build-ubuntu: src/CSV.cs#L209
All 'Serialize' method overloads should be adjacent.
build-ubuntu: src/CSVReader.cs#L265
Rename class 'CSVReader' to match pascal case naming rules, consider using 'CsvReader'.
build-ubuntu: src/CSVReader.cs#L265
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-ubuntu
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.