Skip to content

Bump xunit from 2.6.2 to 2.6.3 #76

Bump xunit from 2.6.2 to 2.6.3

Bump xunit from 2.6.2 to 2.6.3 #76

Triggered via pull request December 11, 2023 14:21
Status Failure
Total duration 1m 3s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Dysnomia.Common.SQL/DataTableHelper.cs#L8
Missing XML comment for publicly visible type or member 'DataTableHelper'
build: Dysnomia.Common.SQL/DbHelper.cs#L29
Missing XML comment for publicly visible type or member 'DbHelper'
build: Dysnomia.Common.SQL/DbHelper.cs#L64
Parameter 'timeout' has no matching param tag in the XML comment for 'DbHelper.ExecStoredProcedure(IDbConnection, string, Dictionary<string, object>, IDbTransaction, int)' (but other parameters do)
build: Dysnomia.Common.SQL/DbHelper.cs#L90
Parameter 'timeout' has no matching param tag in the XML comment for 'DbHelper.ExecuteQuery(IDbConnection, string, Dictionary<string, object>, IDbTransaction, int)' (but other parameters do)
build: Dysnomia.Common.SQL/DbHelper.cs#L116
Parameter 'timeout' has no matching param tag in the XML comment for 'DbHelper.ExecuteNonQuery(IDbConnection, string, Dictionary<string, object>, IDbTransaction, int)' (but other parameters do)
build: Dysnomia.Common.SQL/DbNullHelper.cs#L27
Missing XML comment for publicly visible type or member 'DbNullHelper'
build: Dysnomia.Common.SQL/DbReaderMapper.cs#L28
Missing XML comment for publicly visible type or member 'DbReaderMapper'
build: Dysnomia.Common.SQL/DbReaderMapper.cs#L414
Add a new line at the end of the file 'DbReaderMapper.cs'. (https://rules.sonarsource.com/csharp/RSPEC-113)
build: Dysnomia.Common.SQL/DbNullHelper.cs#L46
Refactor this extension to extend a more concrete type. (https://rules.sonarsource.com/csharp/RSPEC-4225)
build: Dysnomia.Common.SQL/DbReaderMapper.cs#L32
Consider using more general type 'System.Data.IDataRecord' instead of 'System.Data.IDataReader'. (https://rules.sonarsource.com/csharp/RSPEC-3242)