Add IoC helpers #129
Annotations
1 error and 8 warnings
Test
Process completed with exit code 1.
|
Build:
Marqeta.Core.Sdk/IoC/MarqetaSdkConfiguration.cs#L13
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Marqeta.Core.Sdk/IoC/MarqetaSdkConfiguration.cs#L18
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Marqeta.Core.Sdk/IoC/MarqetaSdkConfiguration.cs#L23
Non-nullable property 'BaseAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Marqeta.Core.Sdk/IoC/MarqetaSdkConfiguration.cs#L29
Non-nullable property 'OptionsForHandlers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Marqeta.Core.Sdk/IoC/MarqetaSdkConfiguration.cs#L13
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Marqeta.Core.Sdk/IoC/MarqetaSdkConfiguration.cs#L18
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Marqeta.Core.Sdk/IoC/MarqetaSdkConfiguration.cs#L23
Non-nullable property 'BaseAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Marqeta.Core.Sdk/IoC/MarqetaSdkConfiguration.cs#L29
Non-nullable property 'OptionsForHandlers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading