Fix decimal parsing for non-dot decimal point #15
Annotations
1 error and 12 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
YahooFinance.Core/YahooFinance.Core/Core/Helpers/QueryStringBuilder.cs#L13
XML comment has badly formed XML -- 'Reference to undefined entity 'name1'.'
|
YahooFinance.Core/YahooFinance.Core/Core/Search/QuoteResult.cs#L5
'QuoteResult' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
YahooFinance.Core/YahooFinance.Core/Core/Http/ApiClient.cs#L80
The variable 'tce' is declared but never used
|
YahooFinance.Core/YahooFinance.Core/Core/Http/ApiClient.cs#L116
The variable 'tce' is declared but never used
|
YahooFinance.Core/YahooFinance.Core/Core/Http/ApiClient.cs#L149
The variable 'tce' is declared but never used
|
YahooFinance.Core/YahooFinance.Core/Abstractions/Http/IApiClient.cs#L10
Missing XML comment for publicly visible type or member 'IApiClient'
|
YahooFinance.Core/YahooFinance.Core/Abstractions/Http/IApiClient.cs#L12
Missing XML comment for publicly visible type or member 'IApiClient.ExecuteCsvAsync<ReturnType>(string, NameValueCollection, QueryStringBuilder, CancellationToken)'
|
YahooFinance.Core/YahooFinance.Core/Abstractions/Http/IApiClient.cs#L16
Missing XML comment for publicly visible type or member 'IApiClient.ExecuteJsonAsync<ReturnType>(string, QueryStringBuilder, CancellationToken)'
|
YahooFinance.Core/YahooFinance.Core/Abstractions/Http/IApiResponse.cs#L3
Missing XML comment for publicly visible type or member 'IApiResponse<TData>'
|
YahooFinance.Core/YahooFinance.Core/Abstractions/Http/IHttpMetadata.cs#L6
Missing XML comment for publicly visible type or member 'IHttpMetadata'
|
This job failed
Loading