Skip to content

Update dependency FluentAssertions to v8 - autoclosed #86

Update dependency FluentAssertions to v8 - autoclosed

Update dependency FluentAssertions to v8 - autoclosed #86

Triggered via pull request October 23, 2025 07:32
Status Success
Total duration 38s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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#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/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#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/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.