Skip to content

feat(derivedcurve): added derivedcurve configuration #181

feat(derivedcurve): added derivedcurve configuration

feat(derivedcurve): added derivedcurve configuration #181

Triggered via pull request November 8, 2024 08:17
Status Failure
Total duration 2m 53s
Artifacts

publish_nuget.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Artesian.SDK.Tests.Samples.DeleteTest ► DeleteActual: Artesian/Artesian.SDK/Factory/MarketData.cs#L139
Failed test found in: Artesian/Artesian.SDK.Tests/TestResults/test-results.trx Error: Artesian.SDK.Factory.ActualTimeSerieException : Actual Time Serie is not yet registered
Artesian.SDK.Tests.Samples.DerivedTimeSerieTest ► CreateDerivedTimeSeries: Artesian/Artesian.SDK.Tests/Samples/DerivedTimeSerieTest.cs#L68
Failed test found in: Artesian/Artesian.SDK.Tests/TestResults/test-results.trx Error: System.InvalidOperationException : Nullable object must have a value.
Build
Failed test were found and 'fail-on-error' option is set to true
Build: Artesian/Artesian.SDK/Dto/DerivedCfg/Serialize/JsonPolymorphicConverter.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: Artesian/Artesian.SDK/Service/Query/ActualQuery.cs#L43
'ActualQuery.ForMarketData(int[])' hides inherited member 'QueryWithRange<ActualQueryParamaters>.ForMarketData(int[])'. Use the new keyword if hiding was intended.
Build: Artesian/Artesian.SDK/Dto/DerivedCfg/Serialize/JsonPolymorphicConverter.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: Artesian/Artesian.SDK/Service/Query/ActualQuery.cs#L63
'ActualQuery.ForFilterId(int)' hides inherited member 'QueryWithRange<ActualQueryParamaters>.ForFilterId(int)'. Use the new keyword if hiding was intended.
Build: Artesian/Artesian.SDK/Service/Query/ActualQuery.cs#L73
'ActualQuery.InTimezone(string)' hides inherited member 'QueryWithRange<ActualQueryParamaters>.InTimezone(string)'. Use the new keyword if hiding was intended.
Build: Artesian/Artesian.SDK/Service/Query/ActualQuery.cs#L84
'ActualQuery.InAbsoluteDateRange(LocalDate, LocalDate)' hides inherited member 'QueryWithRange<ActualQueryParamaters>.InAbsoluteDateRange(LocalDate, LocalDate)'. Use the new keyword if hiding was intended.
Build: Artesian/Artesian.SDK/Service/Query/ActualQuery.cs#L95
'ActualQuery.InRelativePeriodRange(Period, Period)' hides inherited member 'QueryWithRange<ActualQueryParamaters>.InRelativePeriodRange(Period, Period)'. Use the new keyword if hiding was intended.
Build: Artesian/Artesian.SDK/Service/Query/ActualQuery.cs#L105
'ActualQuery.InRelativePeriod(Period)' hides inherited member 'QueryWithRange<ActualQueryParamaters>.InRelativePeriod(Period)'. Use the new keyword if hiding was intended.
Build: Artesian/Artesian.SDK/Service/Query/AuctionQuery.cs#L42
'AuctionQuery.ForMarketData(int[])' hides inherited member 'QueryWithRange<AuctionQueryParamaters>.ForMarketData(int[])'. Use the new keyword if hiding was intended.
Build: Artesian/Artesian.SDK/Service/Query/AuctionQuery.cs#L64
'AuctionQuery.ForFilterId(int)' hides inherited member 'QueryWithRange<AuctionQueryParamaters>.ForFilterId(int)'. Use the new keyword if hiding was intended.