Skip to content

Merge pull request #17 from ArgoTown/upgrade-to-dotnet-7 #35

Merge pull request #17 from ArgoTown/upgrade-to-dotnet-7

Merge pull request #17 from ArgoTown/upgrade-to-dotnet-7 #35

Triggered via push August 19, 2023 10:16
Status Success
Total duration 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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'