Move towards struct DynValue #73
Annotations
10 errors and 4 warnings
build:
SolarSharp.Interpreter/Errors/SyntaxErrorException.cs#L40
The type or namespace name 'SourceRef' could not be found (are you missing a using directive or an assembly reference?)
|
build:
SolarSharp.Interpreter/Errors/SyntaxErrorException.cs#L34
The type or namespace name 'SourceRef' could not be found (are you missing a using directive or an assembly reference?)
|
build:
SolarSharp.Interpreter/Tree/Expressions/FunctionCallExpression.cs#L17
The type or namespace name 'SourceRef' could not be found (are you missing a using directive or an assembly reference?)
|
build:
SolarSharp.Interpreter/Tree/Expressions/FunctionDefinitionExpression.cs#L23
The type or namespace name 'SourceRef' could not be found (are you missing a using directive or an assembly reference?)
|
build:
SolarSharp.Interpreter/Tree/Expressions/FunctionDefinitionExpression.cs#L24
The type or namespace name 'SourceRef' could not be found (are you missing a using directive or an assembly reference?)
|
build:
SolarSharp.Interpreter/Execution/ScriptExecutionContext.cs#L28
The type or namespace name 'SourceRef' could not be found (are you missing a using directive or an assembly reference?)
|
build:
SolarSharp.Interpreter/Execution/ScriptExecutionContext.cs#L19
The type or namespace name 'SourceRef' could not be found (are you missing a using directive or an assembly reference?)
|
build:
SolarSharp.Interpreter/Execution/ScriptLoadingContext.cs#L10
The type or namespace name 'SourceCode' could not be found (are you missing a using directive or an assembly reference?)
|
build:
SolarSharp.Interpreter/Tree/Fast_Interface/Loader_Fast.cs#L13
The type or namespace name 'SourceCode' could not be found (are you missing a using directive or an assembly reference?)
|
build:
SolarSharp.Interpreter/Execution/VM/ByteCode.cs#L28
The type or namespace name 'SourceRef' could not be found (are you missing a using directive or an assembly reference?)
|
build:
SolarSharp.Interpreter/DataTypes/Custom/LuaDictionary.cs#L1121
Nullability of reference types in type of parameter 'value' of 'bool LuaDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' doesn't match implicitly implemented member 'bool IDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' (possibly because of nullability attributes).
|
build:
SolarSharp.Interpreter/DataTypes/Custom/LuaDictionary.cs#L1121
Nullability of reference types in type of parameter 'value' of 'bool LuaDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' doesn't match implicitly implemented member 'bool IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' (possibly because of nullability attributes).
|
build:
SolarSharp.Interpreter/DataTypes/Custom/LuaDictionary.cs#L1121
Nullability of reference types in type of parameter 'value' of 'bool LuaDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' doesn't match implicitly implemented member 'bool IDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' (possibly because of nullability attributes).
|
build:
SolarSharp.Interpreter/DataTypes/Custom/LuaDictionary.cs#L1121
Nullability of reference types in type of parameter 'value' of 'bool LuaDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' doesn't match implicitly implemented member 'bool IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' (possibly because of nullability attributes).
|