add logger for SynchronizeCustomersHandler #83
Annotations
10 warnings
build:
src/plugins/inbounds/example/Plugins.Inbounds.Example.Service/Services/RestApiService.cs#L8
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/shared/Integrify.Shared.Abstractions/Contracts/Contract.cs#L38
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
build:
src/shared/Integrify.Shared.Infrastructure/Contexts/Context.cs#L6
Cannot convert null literal to non-nullable reference type.
|
build:
src/shared/Integrify.Shared.Infrastructure/Contexts/Context.cs#L6
Cannot convert null literal to non-nullable reference type.
|
build:
src/shared/Integrify.Shared.Infrastructure/Contracts/ContractRegistry.cs#L101
Cannot convert null literal to non-nullable reference type.
|
build:
src/shared/Integrify.Shared.Infrastructure/Contracts/ContractRegistry.cs#L149
Cannot convert null literal to non-nullable reference type.
|
build:
src/shared/Integrify.Shared.Infrastructure/Contracts/ContractRegistry.cs#L175
Cannot convert null literal to non-nullable reference type.
|
build:
src/shared/Integrify.Shared.Infrastructure/AppOptions.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/shared/Integrify.Shared.Infrastructure/AppOptions.cs#L7
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/shared/Integrify.Shared.Infrastructure/AppOptions.cs#L9
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|