Skip to content

feat(updatederivedcfg): Added UpdateDerivedCfg #206

feat(updatederivedcfg): Added UpdateDerivedCfg

feat(updatederivedcfg): Added UpdateDerivedCfg #206

Triggered via pull request December 19, 2024 17:27
Status Success
Total duration 2m 36s
Artifacts

publish_nuget.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: Artesian/Artesian.SDK/Dto/DerivedCfg/Serialize/JsonPolymorphicConverter.cs#L19
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/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#L43
'ActualQuery.ForMarketData(int[])' hides inherited member 'QueryWithRange<ActualQueryParamaters>.ForMarketData(int[])'. Use the new keyword if hiding was intended.
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/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.