Skip to content

Fix decimal parsing for non-dot decimal point #15

Fix decimal parsing for non-dot decimal point

Fix decimal parsing for non-dot decimal point #15

Re-run triggered August 19, 2024 17:09
Status Failure
Total duration 31s
Artifacts

dotnet-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
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/
build
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/
build: YahooFinance.Core/YahooFinance.Core/Core/Helpers/QueryStringBuilder.cs#L13
XML comment has badly formed XML -- 'Reference to undefined entity 'name1'.'
build: YahooFinance.Core/YahooFinance.Core/Core/Search/QuoteResult.cs#L5
'QuoteResult' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: YahooFinance.Core/YahooFinance.Core/Core/Http/ApiClient.cs#L80
The variable 'tce' is declared but never used
build: YahooFinance.Core/YahooFinance.Core/Core/Http/ApiClient.cs#L116
The variable 'tce' is declared but never used
build: YahooFinance.Core/YahooFinance.Core/Core/Http/ApiClient.cs#L149
The variable 'tce' is declared but never used
build: YahooFinance.Core/YahooFinance.Core/Abstractions/Http/IApiClient.cs#L10
Missing XML comment for publicly visible type or member 'IApiClient'
build: 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)'
build: YahooFinance.Core/YahooFinance.Core/Abstractions/Http/IApiClient.cs#L16
Missing XML comment for publicly visible type or member 'IApiClient.ExecuteJsonAsync<ReturnType>(string, QueryStringBuilder, CancellationToken)'
build: YahooFinance.Core/YahooFinance.Core/Abstractions/Http/IApiResponse.cs#L3
Missing XML comment for publicly visible type or member 'IApiResponse<TData>'
build: YahooFinance.Core/YahooFinance.Core/Abstractions/Http/IHttpMetadata.cs#L6
Missing XML comment for publicly visible type or member 'IHttpMetadata'