Skip to content

Update dependency WireMock.Net to 1.23.0 #116

Update dependency WireMock.Net to 1.23.0

Update dependency WireMock.Net to 1.23.0 #116

Triggered via pull request December 26, 2025 04:12
Status Success
Total duration 35s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: src/TBC.OpenAPI.SDK.Core/QueryStringHelper/QueryStringBuilder.cs#L23
The behavior of 'StringBuilder.Append(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'QueryStringBuilder.AddParameter(string, string)' with a call to 'StringBuilder.Append(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'.
build: src/TBC.OpenAPI.SDK.Core/QueryStringHelper/QueryStringBuilder.cs#L23
The behavior of 'StringBuilder.Append(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'QueryStringBuilder.AddParameter(string, string)' with a call to 'StringBuilder.Append(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'.
build: src/TBC.OpenAPI.SDK.Core/Models/ProblemDetails.cs#L76
Change 'Errors' to be read-only by removing the property setter
build: src/TBC.OpenAPI.SDK.Core/Models/ProblemDetails.cs#L76
Change 'Errors' to be read-only by removing the property setter
build: src/TBC.OpenAPI.SDK.Core/Models/ApiResponse.cs#L7
Change 'Headers' to be read-only by removing the property setter
build: src/TBC.OpenAPI.SDK.Core/Models/ApiResponse.cs#L7
Change 'Headers' to be read-only by removing the property setter
build: src/TBC.OpenAPI.SDK.Core/Extensions/HttpClientFactoryExtensions.cs#L11
Possible null reference argument for parameter 'name' in 'HttpClient IHttpClientFactory.CreateClient(string name)'.
build: src/TBC.OpenAPI.SDK.Core/Extensions/ServiceCollectionExtensions.cs#L26
Dereference of a possibly null reference.
build: src/TBC.OpenAPI.SDK.Core/Extensions/ServiceCollectionExtensions.cs#L17
Possible null reference argument for parameter 'name' in 'IHttpClientBuilder HttpClientFactoryServiceCollectionExtensions.AddHttpClient(IServiceCollection services, string name, Action<HttpClient> configureClient)'.
build: src/TBC.OpenAPI.SDK.Core/QueryStringHelper/QueryStringBuilder.cs#L15
Cannot convert null literal to non-nullable reference type.
build
.NET 6.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.