Skip to content

Feature/readonlymemory #1

Feature/readonlymemory

Feature/readonlymemory #1

Triggered via pull request October 4, 2024 13:50
Status Failure
Total duration 4m 0s
Artifacts

testbuild.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/dotless.Core/Parser/Tree/Element.cs#L83
'Element.Clone()' hides inherited member 'Node.Clone()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/dotless.Core/Parser/Tree/Ruleset.cs#L203
'Ruleset.Clone()' hides inherited member 'Node.Clone()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/dotless.Core/Engine/LessEngine.cs#L38
'DotlessConfiguration.DisableVariableRedefines' is obsolete: 'The Variable Redefines feature has been removed to align with less.js'
build: src/dotless.Core/Engine/LessEngine.cs#L38
'DotlessConfiguration.DisableColorCompression' is obsolete: 'The Color Compression feature has been removed to align with less.js'
build: src/dotless.Core/Parser/Infrastructure/Extender.cs#L104
'Extender.Extender(Selector)' is obsolete: 'Use the overload that accepts the Extend node'
build: src/dotless.Core/Parser/Infrastructure/Env.cs#L86
'Env.DisableVariableRedefines' is obsolete: 'The Variable Redefines feature has been removed to align with less.js'
build: src/dotless.Core/Parser/Infrastructure/Env.cs#L86
'Env.DisableVariableRedefines' is obsolete: 'The Variable Redefines feature has been removed to align with less.js'
build: src/dotless.Compiler/Program.cs#L346
'DotlessConfiguration.DisableVariableRedefines' is obsolete: 'The Variable Redefines feature has been removed to align with less.js'
build: src/dotless.Core/Parser/Tree/Element.cs#L83
'Element.Clone()' hides inherited member 'Node.Clone()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/dotless.Core/Parser/Tree/Ruleset.cs#L203
'Ruleset.Clone()' hides inherited member 'Node.Clone()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.