Merge pull request #8 from sherweb/TenantsWebhooks #9
Annotations
11 warnings
Build with dotnet:
Xtkl.NceTransferWebhooks/DTOs/CreateTransferDto.cs#L23
Non-nullable property 'SourcePartnerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
Xtkl.NceTransferWebhooks/DTOs/CreateTransferDto.cs#L27
Non-nullable property 'CustomerEmailId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
Xtkl.NceTransferWebhooks/DTOs/CreateTransferDto.cs#L30
Non-nullable property 'CustomerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
Xtkl.NceTransferWebhooks/DTOs/CreateTransferDto.cs#L36
Non-nullable property 'TargetPartnerEmailId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
Xtkl.NceTransferWebhooks/Program.cs#L46
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
Build with dotnet:
Xtkl.NceTransferWebhooks/Program.cs#L231
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
Build with dotnet:
Xtkl.NceTransferWebhooks/Program.cs#L235
Dereference of a possibly null reference.
|
Build with dotnet:
Xtkl.NceTransferWebhooks/Program.cs#L236
Dereference of a possibly null reference.
|
Build with dotnet:
Xtkl.NceTransferWebhooks/Program.cs#L242
Possible null reference return.
|
Build with dotnet:
Xtkl.NceTransferWebhooks/Program.cs#L70
The variable 'ex' is declared but never used
|
dotnet publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Loading