Add IoC helpers #129
dotnet.yml
on: pull_request
build-and-test
42s
publish
0s
Annotations
1 error and 8 warnings
build-and-test
Process completed with exit code 1.
|
build-and-test:
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-and-test:
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-and-test:
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-and-test:
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-and-test:
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-and-test:
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-and-test:
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-and-test:
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.
|