Skip to content

V16+ Updated testsite #112

V16+ Updated testsite

V16+ Updated testsite #112

Triggered via pull request October 12, 2025 21:11
Status Success
Total duration 3m 5s
Artifacts

codeql-analysis.yml

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

Annotations

3 errors and 10 warnings
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp): Our.Umbraco.TagHelpers/ImgTagHelper.cs#L35
Non-nullable property 'ImgCropAliasExtraLarge' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Our.Umbraco.TagHelpers/ImgTagHelper.cs#L35
Non-nullable property 'ImgCropAliasLarge' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Our.Umbraco.TagHelpers/ImgTagHelper.cs#L35
Non-nullable property 'ImgCropAliasMedium' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Our.Umbraco.TagHelpers/ImgTagHelper.cs#L35
Non-nullable property 'ImgCropAliasSmall' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Our.Umbraco.TagHelpers/ImgTagHelper.cs#L35
Non-nullable property 'ImgCropAlias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Our.Umbraco.TagHelpers/Extensions/ClaimsIdentityExtensions.cs#L24
'Constants.Security.AllowedApplicationsClaimType' is obsolete: 'Please use IUser.AllowedSections instead. Will be removed in V15.'
Analyze (csharp): Our.Umbraco.TagHelpers/ActiveClassTagHelper.cs#L53
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): Our.Umbraco.TagHelpers/ActiveClassTagHelper.cs#L86
Possible null reference argument for parameter 'other' in 'bool PublishedContentExtensions.IsAncestorOrSelf(IPublishedContent content, IPublishedContent other)'.
Analyze (csharp): Our.Umbraco.TagHelpers/ActiveClassTagHelper.cs#L83
Dereference of a possibly null reference.
Analyze (csharp): Our.Umbraco.TagHelpers/ActiveClassTagHelper.cs#L70
Dereference of a possibly null reference.