Hoist API clients to top-level client so that docs snippets work #139
Annotations
10 warnings
Run Tests:
src/SchematicHQ.Client/SchematicApi.cs#L14
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
Run Tests:
src/SchematicHQ.Client/Core/Public/ClientOptionsCustom.cs#L10
Non-nullable property 'FlagDefaults' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Tests:
src/SchematicHQ.Client/Core/Public/ClientOptionsCustom.cs#L11
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Tests:
src/SchematicHQ.Client/Core/Public/ClientOptionsCustom.cs#L12
Non-nullable property 'CacheProviders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Tests:
src/SchematicHQ.Client/Core/RawClient.cs#L135
Dereference of a possibly null reference.
|
Run Tests:
src/SchematicHQ.Client/Core/Extensions.cs#L11
Possible null reference argument for parameter 'element' in 'Attribute? Attribute.GetCustomAttribute(MemberInfo element, Type attributeType)'.
|
Run Tests:
src/SchematicHQ.Client/Core/Extensions.cs#L10
Converting null literal or possible null value to non-nullable type.
|
Run Tests:
src/SchematicHQ.Client/SchematicApi.cs#L14
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
Run Tests:
src/SchematicHQ.Client/Core/Public/ClientOptionsCustom.cs#L10
Non-nullable property 'FlagDefaults' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Tests:
src/SchematicHQ.Client/Core/Public/ClientOptionsCustom.cs#L11
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading