Skip to content

Deploy Aevatar Station on refs/heads/release/v1.0 to Staging from 9494ddda65a49a88fe950b925ad9002f65d3ac24 #37

Deploy Aevatar Station on refs/heads/release/v1.0 to Staging from 9494ddda65a49a88fe950b925ad9002f65d3ac24

Deploy Aevatar Station on refs/heads/release/v1.0 to Staging from 9494ddda65a49a88fe950b925ad9002f65d3ac24 #37

Triggered via push February 25, 2025 08:55
Status Success
Total duration 4m 41s
Artifacts 4
Matrix: publish
Matrix: build-and-push-image
dispatch
3s
dispatch
Fit to window
Zoom out
Zoom in

Annotations

34 warnings
publish (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.
publish (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.
publish (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.
publish (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)'.
publish (Aevatar.AuthServer): src/Aevatar.Domain.Shared/Util/AESCipher.cs#L30
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int)' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
publish (Aevatar.AuthServer): src/Aevatar.Domain.Shared/Agents/Creator/Models/AgentData.cs#L11
Non-nullable property 'AgentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.AuthServer): src/Aevatar.Domain.Shared/Agents/Creator/Models/AgentData.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.AuthServer): src/Aevatar.Domain.Shared/Agents/Creator/Models/AgentData.cs#L13
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.AuthServer): src/Aevatar.Domain.Shared/Agents/Creator/GEvents/UpdateAvailableEventsGEvent.cs#L9
Non-nullable property 'EventInfoList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.AuthServer): src/Aevatar.Domain.Shared/Agents/Creator/GEvents/UpdateAgentGEvent.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.AuthServer): src/Aevatar.Domain.Shared/Agents/Creator/GEvents/UpdateAgentGEvent.cs#L9
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.AuthServer): src/Aevatar.Domain.Shared/Agents/Creator/GEvents/SetSubAgentGEvent.cs#L9
Non-nullable property 'SubAgents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.AuthServer): src/Aevatar.Domain.Shared/Agents/Creator/GEvents/RemoveSubAgentGEvent.cs#L9
Non-nullable property 'RemovedSubagents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.AuthServer): src/Aevatar.Domain.Shared/Agents/Creator/GEvents/CreateAgentGEvent.cs#L12
Non-nullable property 'AgentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.Silo): src/Aevatar.Domain.Shared/Util/AESCipher.cs#L30
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int)' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
publish (Aevatar.Silo): src/Aevatar.Domain.Shared/Agents/Creator/Models/AgentData.cs#L11
Non-nullable property 'AgentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.Silo): src/Aevatar.Domain.Shared/Agents/Creator/Models/AgentData.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.Silo): src/Aevatar.Domain.Shared/Agents/Creator/Models/AgentData.cs#L13
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.Silo): src/Aevatar.Domain.Shared/Agents/Creator/GEvents/UpdateAvailableEventsGEvent.cs#L9
Non-nullable property 'EventInfoList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.Silo): src/Aevatar.Domain.Shared/Agents/Creator/GEvents/UpdateAgentGEvent.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.Silo): src/Aevatar.Domain.Shared/Agents/Creator/GEvents/UpdateAgentGEvent.cs#L9
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.Silo): src/Aevatar.Domain.Shared/Code/GEvents/AddCodeAgentGEvent.cs#L8
Non-nullable property 'WebhookId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.Silo): src/Aevatar.Domain.Shared/Code/GEvents/AddCodeAgentGEvent.cs#L9
Non-nullable property 'WebhookVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.Silo): src/Aevatar.Domain.Shared/Code/GEvents/AddCodeAgentGEvent.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.HttpApi.Host): src/Aevatar.Developer.Logger/Entities/AppLogInfo.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.
publish (Aevatar.HttpApi.Host): src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L9
Non-nullable property 'LogId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.HttpApi.Host): src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L13
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.HttpApi.Host): src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L14
Non-nullable property 'Exception' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.HttpApi.Host): src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L16
Non-nullable property 'SourceContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.HttpApi.Host): src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L18
Non-nullable property 'HostId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.HttpApi.Host): src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L20
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.HttpApi.Host): src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L22
Non-nullable property 'Application' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.HttpApi.Host): src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L24
Non-nullable property 'Environment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.HttpApi.Host): src/Aevatar.Developer.Logger/Entities/HostLogIndex.cs#L9
Non-nullable property 'App_log' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
Aevatar.AuthServer Expired
68.7 MB
Aevatar.HttpApi.Host Expired
76.1 MB
Aevatar.Silo Expired
97.9 MB
Aevatar.WebHook.Host Expired
50.8 MB