Feature/readonlymemory #1
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.
|