Skip to content

PropertyEditor(UI)Alias name refactor #11819

PropertyEditor(UI)Alias name refactor

PropertyEditor(UI)Alias name refactor #11819

Triggered via pull request December 13, 2023 08:13
Status Success
Total duration 18m 8s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
CodeQL-Build: src/Umbraco.Core/Services/IRelationService.cs#L175
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
CodeQL-Build: src/Umbraco.Core/Services/ContentServiceExtensions.cs#L48
'Constants.Security.SuperUserId' is obsolete: 'Use SuperUserKey instead. Scheduled for removal in V15.'
CodeQL-Build: src/Umbraco.Core/Services/MediaServiceExtensions.cs#L37
'Constants.Security.SuperUserId' is obsolete: 'Use SuperUserKey instead. Scheduled for removal in V15.'
CodeQL-Build: src/Umbraco.Core/Manifest/CompositeLegacyPackageManifest.cs#L43
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
CodeQL-Build: src/Umbraco.Core/Manifest/CompositeLegacyPackageManifest.cs#L13
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
CodeQL-Build: src/Umbraco.Core/Manifest/ILegacyPackageManifest.cs#L47
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
CodeQL-Build: src/Umbraco.Core/Manifest/LegacyPackageManifest.cs#L155
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
CodeQL-Build: src/Umbraco.Core/Exceptions/DataOperationException.cs#L100
Member 'DataOperationException<T>.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DataOperationException<T>.GetObjectData(SerializationInfo, StreamingContext)'.
CodeQL-Build: src/Umbraco.Core/Exceptions/InvalidCompositionException.cs#L145
Member 'InvalidCompositionException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'InvalidCompositionException.GetObjectData(SerializationInfo, StreamingContext)'.
CodeQL-Build: src/Umbraco.Core/Models/Blocks/BlockGridModel.cs#L22
'BlockGridModel.Empty' hides inherited member 'ReadOnlyCollection<BlockGridItem>.Empty'. Use the new keyword if hiding was intended.
CodeQL-Build
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby