Deploy Aevatar Station on refs/heads/release/v1.0 to Staging from 7a05051531215fb48539dd3285a21be9e2f007c1 #36
Annotations
4 warnings
Run dotnet publish src/Aevatar.WebHook.Host/Aevatar.WebHook.Host.csproj -o out/Aevatar.WebHook.Host:
src/Aevatar.WebHook.Host/Dto/ApiHostResponse.cs#L5
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.WebHook.Host/Aevatar.WebHook.Host.csproj -o out/Aevatar.WebHook.Host:
src/Aevatar.WebHook.Host/Dto/ApiHostResponse.cs#L6
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.WebHook.Host/Aevatar.WebHook.Host.csproj -o out/Aevatar.WebHook.Host:
src/Aevatar.WebHook.Host/Dto/ApiHostResponse.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.WebHook.Host/Aevatar.WebHook.Host.csproj -o out/Aevatar.WebHook.Host:
src/Aevatar.WebHook.Host/AevatarWebHookHostModule.cs#L50
Possible null reference argument for parameter 'webhookId' in 'void EndpointsExtensions.MapWebhookHandlers(IEndpointRouteBuilder endpoints, IEnumerable<IWebhookHandler> webhookHandlers, string webhookId)'.
|
Loading