Skip to content

CodeQL

CodeQL #195

Triggered via schedule December 20, 2024 23:22
Status Success
Total duration 2m 28s
Artifacts

codeql.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): Artesian/Artesian.SDK/Service/Query/AuctionQuery.cs#L75
'AuctionQuery.InTimezone(string)' hides inherited member 'QueryWithRange<AuctionQueryParamaters>.InTimezone(string)'. Use the new keyword if hiding was intended.