Added basic Spansh support #590
Annotations
10 errors and 11 warnings
test
No test report files were found
|
test:
Examples/Example/Program.cs#L1
The type or namespace name 'EliteAPI' could not be found (are you missing a using directive or an assembly reference?)
|
test:
Examples/Example/Program.cs#L2
The type or namespace name 'EliteAPI' could not be found (are you missing a using directive or an assembly reference?)
|
test:
Examples/Example/Program.cs#L3
The type or namespace name 'EliteAPI' could not be found (are you missing a using directive or an assembly reference?)
|
test:
Examples/Example/Program.cs#L4
The type or namespace name 'EliteAPI' could not be found (are you missing a using directive or an assembly reference?)
|
test:
Examples/Example/Program.cs#L1
The type or namespace name 'EliteAPI' could not be found (are you missing a using directive or an assembly reference?)
|
test:
Examples/Example/Program.cs#L2
The type or namespace name 'EliteAPI' could not be found (are you missing a using directive or an assembly reference?)
|
test:
Examples/Example/Program.cs#L3
The type or namespace name 'EliteAPI' could not be found (are you missing a using directive or an assembly reference?)
|
test:
Examples/Example/Program.cs#L4
The type or namespace name 'EliteAPI' could not be found (are you missing a using directive or an assembly reference?)
|
test
Process completed with exit code 1.
|
test
No file matches path reports/*.trx
|
test:
EliteAPI.Web/WebApiCategory.cs#L127
Possible null reference return.
|
test:
EliteAPI.Abstractions/Events/Localised.cs#L34
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
test:
EliteAPI.Abstractions/Events/Localised.cs#L42
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, string>.TryGetValue(string key, out string value)'.
|
test:
EliteAPI.Web/Models/WebApiResult.cs#L11
Non-nullable field '_exception' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
EliteAPI.Web/Models/WebApiResult.cs#L11
Non-nullable property 'ContentHeaders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
EliteAPI.Web/Models/WebApiResult.cs#L11
Non-nullable property 'Headers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
EliteAPI.Web/Models/WebApiResult.cs#L11
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
EliteAPI.Web/WebApi.cs#L19
Possible null reference argument for parameter 'parameters' in 'T ActivatorUtilities.CreateInstance<T>(IServiceProvider provider, params object[] parameters)'.
|
test:
EliteAPI.Web/Models/WebApiResult.cs#L9
The field 'WebApiResult<T>._exception' is never used
|
test:
EliteAPI.Events/Status/Converters/DecToIntConverter.cs#L13
Possible null reference argument for parameter 'value' in 'bool DecimalToIntegerConverter.IsWholeValue(object value)'.
|