Skip to content

Merge pull request #95 from ARKlab/renovate/all-minor-patch #197

Merge pull request #95 from ARKlab/renovate/all-minor-patch

Merge pull request #95 from ARKlab/renovate/all-minor-patch #197

Triggered via push December 21, 2024 19:50
Status Success
Total duration 2m 45s
Artifacts

codeql.yml

on: push
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/MasQuery.cs#L40
'MasQuery.ForMarketData(int[])' hides inherited member 'QueryWithRange<MasQueryParamaters>.ForMarketData(int[])'. Use the new keyword if hiding was intended.
Analyze (csharp): Artesian/Artesian.SDK/Service/Query/MasQuery.cs#L60
'MasQuery.ForFilterId(int)' hides inherited member 'QueryWithRange<MasQueryParamaters>.ForFilterId(int)'. Use the new keyword if hiding was intended.
Analyze (csharp): Artesian/Artesian.SDK/Service/Query/MasQuery.cs#L70
'MasQuery.InTimezone(string)' hides inherited member 'QueryWithRange<MasQueryParamaters>.InTimezone(string)'. Use the new keyword if hiding was intended.
Analyze (csharp): Artesian/Artesian.SDK/Service/Query/MasQuery.cs#L81
'MasQuery.InAbsoluteDateRange(LocalDate, LocalDate)' hides inherited member 'QueryWithRange<MasQueryParamaters>.InAbsoluteDateRange(LocalDate, LocalDate)'. Use the new keyword if hiding was intended.
Analyze (csharp): Artesian/Artesian.SDK/Service/Query/MasQuery.cs#L92
'MasQuery.InRelativePeriodRange(Period, Period)' hides inherited member 'QueryWithRange<MasQueryParamaters>.InRelativePeriodRange(Period, Period)'. Use the new keyword if hiding was intended.
Analyze (csharp): Artesian/Artesian.SDK/Service/Query/MasQuery.cs#L102
'MasQuery.InRelativePeriod(Period)' hides inherited member 'QueryWithRange<MasQueryParamaters>.InRelativePeriod(Period)'. Use the new keyword if hiding was intended.
Analyze (csharp): Artesian/Artesian.SDK/Service/Query/VersionedQuery.cs#L41
'VersionedQuery.ForMarketData(int[])' hides inherited member 'QueryWithRange<VersionedQueryParamaters>.ForMarketData(int[])'. Use the new keyword if hiding was intended.
Analyze (csharp): Artesian/Artesian.SDK/Service/Query/VersionedQuery.cs#L61
'VersionedQuery.ForFilterId(int)' hides inherited member 'QueryWithRange<VersionedQueryParamaters>.ForFilterId(int)'. Use the new keyword if hiding was intended.
Analyze (csharp): Artesian/Artesian.SDK/Service/Query/VersionedQuery.cs#L71
'VersionedQuery.InTimezone(string)' hides inherited member 'QueryWithRange<VersionedQueryParamaters>.InTimezone(string)'. Use the new keyword if hiding was intended.