Skip to content

Update dotnet monorepo to v10 (major) - autoclosed #87

Update dotnet monorepo to v10 (major) - autoclosed

Update dotnet monorepo to v10 (major) - autoclosed #87

Triggered via pull request November 16, 2025 19:46
Status Success
Total duration 29s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: src/TBC.OpenAPI.SDK.ExchangeRates/ExchangeRatesClient.cs#L110
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/TBC.OpenAPI.SDK.ExchangeRates/Extensions/FactoryExtensions.cs#L19
In externally visible method 'IExchangeRatesClient FactoryExtensions.GetExchangeRatesClient(OpenApiClientFactory factory)', validate parameter 'factory' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'.
build: src/TBC.OpenAPI.SDK.ExchangeRates/Extensions/FactoryExtensions.cs#L15
In externally visible method 'OpenApiClientFactoryBuilder FactoryExtensions.AddExchangeRatesClient(OpenApiClientFactoryBuilder builder, ExchangeRatesClientOptions options, Action<HttpClient> configureClient = null, Func<HttpClientHandler> configureHttpMessageHandler = null)', validate parameter 'builder' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'.
build: src/TBC.OpenAPI.SDK.ExchangeRates/Helpers/ParametersValidationHelper.cs#L10
Unused field 'CURRENCY_LIST_PATTERN'
build: src/TBC.OpenAPI.SDK.ExchangeRates/Interfaces/IExchangeRatesClient.cs#L12
In virtual/interface member IExchangeRatesClient.ConvertOfficialRates(decimal, string, string, CancellationToken), rename parameter to so that it no longer conflicts with the reserved language keyword 'To'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member.
build: src/TBC.OpenAPI.SDK.ExchangeRates/Interfaces/IExchangeRatesClient.cs#L11
In virtual/interface member IExchangeRatesClient.GetOfficialRatesByDate(IEnumerable<string>, string, CancellationToken), rename parameter date so that it no longer conflicts with the reserved language keyword 'Date'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member.
build: src/TBC.OpenAPI.SDK.ExchangeRates/Interfaces/IExchangeRatesClient.cs#L9
In virtual/interface member IExchangeRatesClient.ConvertCommercialRate(decimal, string, string, CancellationToken), rename parameter to so that it no longer conflicts with the reserved language keyword 'To'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member.
build: src/TBC.OpenAPI.SDK.ExchangeRates/Models/GetCommercialRatesResponse.cs#L16
Change 'List<CommercialRate>' in 'GetCommercialRatesResponse.CommercialRatesList' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>'
build: src/TBC.OpenAPI.SDK.ExchangeRates/Models/GetCommercialRatesResponse.cs#L16
Change 'CommercialRatesList' to be read-only by removing the property setter
build: src/TBC.OpenAPI.SDK.ExchangeRates/ExchangeRatesClient.cs#L110
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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.