CI: added GitHub action to build/run tests (switched tests to net8.0) #1
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/NReco.Csv/CsvWriter.cs#L27
Missing XML comment for publicly visible type or member 'CsvWriter.Delimiter'
|
build:
src/NReco.Csv/CsvWriter.cs#L27
Missing XML comment for publicly visible type or member 'CsvWriter.Delimiter'
|
build:
src/NReco.Csv/CsvWriter.cs#L29
Missing XML comment for publicly visible type or member 'CsvWriter.QuoteString'
|
build:
src/NReco.Csv/CsvWriter.cs#L39
Missing XML comment for publicly visible type or member 'CsvWriter.QuoteAllFields'
|
build:
src/NReco.Csv/CsvWriter.cs#L41
Missing XML comment for publicly visible type or member 'CsvWriter.QuoteIfTrimPossible'
|
build:
src/NReco.Csv/CsvWriter.cs#L43
Missing XML comment for publicly visible type or member 'CsvWriter.Trim'
|
build:
src/NReco.Csv/CsvWriter.cs#L51
Missing XML comment for publicly visible type or member 'CsvWriter.CsvWriter(TextWriter)'
|
build:
src/NReco.Csv/CsvWriter.cs#L53
Missing XML comment for publicly visible type or member 'CsvWriter.CsvWriter(TextWriter, string)'
|
build:
src/NReco.Csv/CsvWriter.cs#L62
Missing XML comment for publicly visible type or member 'CsvWriter.WriteField(string)'
|
build:
src/NReco.Csv/CsvWriter.cs#L100
Missing XML comment for publicly visible type or member 'CsvWriter.NextRecord()'
|