Hoist API clients to top-level client so that docs snippets work #139
Annotations
10 warnings
Build Release:
src/SchematicHQ.Client/SchematicApi.cs#L14
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
Build Release:
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.
|
Build Release:
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.
|
Build Release:
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.
|
Build Release:
src/SchematicHQ.Client/Core/DateOnlyConverter.cs#L685
Non-nullable field 'resourceMan' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
src/SchematicHQ.Client/Core/DateOnlyConverter.cs#L687
Non-nullable field 'resourceCulture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
src/SchematicHQ.Client/SchematicApi.cs#L14
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
Build Release:
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.
|
Build Release:
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.
|
Build Release:
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.
|
Loading