V14: Use decimal in slider property editor #14950
Annotations
3 errors and 12 warnings
Run dotnet build
Assets file '/home/runner/work/Umbraco-CMS/Umbraco-CMS/tests/Umbraco.Tests.AcceptanceTest.UmbracoProject/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Run dotnet build
Assets file '/home/runner/work/Umbraco-CMS/Umbraco-CMS/tests/Umbraco.Tests.AcceptanceTest.UmbracoProject/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Run dotnet build
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run dotnet build:
src/Umbraco.Core/Media/EmbedProviders/X.cs#L21
Member 'X.GetMarkup(string, int, int)' overrides obsolete member 'OEmbedProviderBase.GetMarkup(string, int, int)'. Add the Obsolete attribute to 'X.GetMarkup(string, int, int)'.
|
Run dotnet 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)'.
|
Run dotnet 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)'.
|
Run dotnet build:
src/Umbraco.Core/Services/ContentServiceExtensions.cs#L48
'Constants.Security.SuperUserId' is obsolete: 'Use SuperUserKey instead. Scheduled for removal in V15.'
|
Run dotnet 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.
|
Run dotnet build:
src/Umbraco.Core/Services/MediaServiceExtensions.cs#L37
'Constants.Security.SuperUserId' is obsolete: 'Use SuperUserKey instead. Scheduled for removal in V15.'
|
Run dotnet build:
src/Umbraco.Core/Models/Blocks/BlockListModel.cs#L37
'BlockListModel.Empty' hides inherited member 'ReadOnlyCollection<BlockListItem>.Empty'. Use the new keyword if hiding was intended.
|
Run dotnet build:
src/Umbraco.Core/Semver/Semver.cs#L528
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Run dotnet build:
src/Umbraco.Core/Semver/Semver.cs#L528
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Run dotnet build:
src/Umbraco.Core/Models/Blocks/RichTextBlockModel.cs#L37
'RichTextBlockModel.Empty' hides inherited member 'ReadOnlyCollection<RichTextBlockItem>.Empty'. Use the new keyword if hiding was intended.
|
Initialize CodeQL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Loading