Upgrade solution to .net 7 #34
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
src/Api/Program.cs#L57
Possible null reference argument for parameter 'connectionString' in 'IHealthChecksBuilder NpgSqlHealthCheckBuilderExtensions.AddNpgSql(IHealthChecksBuilder builder, string connectionString, string healthQuery = "SELECT 1;", Action<NpgsqlConnection>? configure = null, string? name = null, HealthStatus? failureStatus = null, IEnumerable<string>? tags = null, TimeSpan? timeout = null)'.
|
build:
src/Api/Application/CommandHandlers/ICommandHandler.cs#L5
Missing XML comment for publicly visible type or member 'ICommandHandler'
|
build:
src/Api/Application/CommandHandlers/ICommandHandler.cs#L7
Missing XML comment for publicly visible type or member 'ICommandHandler.Handle(AddPlayerNegativeStatisticCommand)'
|
build:
src/Api/Application/CommandHandlers/ICommandHandler.cs#L8
Missing XML comment for publicly visible type or member 'ICommandHandler.Handle(AddPlayerPositiveStatisticCommand)'
|
build:
src/Api/Application/Commands/AddPlayerNegativeStatisticCommand.cs#L6
Missing XML comment for publicly visible type or member 'AddPlayerNegativeStatisticCommand'
|
build:
src/Api/Application/Commands/AddPlayerNegativeStatisticCommand.cs#L8
Missing XML comment for publicly visible type or member 'AddPlayerNegativeStatisticCommand.Player'
|
build:
src/Api/Application/Commands/AddPlayerNegativeStatisticCommand.cs#L9
Missing XML comment for publicly visible type or member 'AddPlayerNegativeStatisticCommand.NegativeStatistic'
|
build:
src/Api/Application/Commands/AddPlayerPositiveStatisticCommand.cs#L6
Missing XML comment for publicly visible type or member 'AddPlayerPositiveStatisticCommand'
|
build:
src/Api/Application/Commands/AddPlayerPositiveStatisticCommand.cs#L8
Missing XML comment for publicly visible type or member 'AddPlayerPositiveStatisticCommand.Player'
|
build:
src/Api/Application/Commands/AddPlayerPositiveStatisticCommand.cs#L9
Missing XML comment for publicly visible type or member 'AddPlayerPositiveStatisticCommand.PositiveStatistic'
|